Before I go off and write my own, is there already a nice C# wrapper for the Ebay Finding API out there?
Asked
Active
Viewed 3,923 times
8
-
eBay officially produced one, check out [this](http://stackoverflow.com/a/13214253/75500) – Shimmy Weitzhandler Nov 03 '12 at 22:48
2 Answers
5
There are not a lot of wrappers. Depending on what you need check out LINQToEbay. It might have what you need.

Steve Severance
- 6,611
- 1
- 33
- 44
-
was wondering if you can help out wtih this question http://stackoverflow.com/questions/6929259/ebay-api-returning-auctions-ending-later-than-10-days – Alex Gordon Aug 03 '11 at 21:58
1
There is an official Finding API for .NET by eBay, check it out:
https://www.x.com/developers/ebay/products/finding-api
Download the zip file via here.

Shimmy Weitzhandler
- 101,809
- 122
- 424
- 632