8

Before I go off and write my own, is there already a nice C# wrapper for the Ebay Finding API out there?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
stevemegson
  • 11,843
  • 2
  • 38
  • 43

2 Answers2

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