Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ebay Finding API and C# [closed]

Tags:

c#

ebay-api

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

like image 379
stevemegson Avatar asked Aug 27 '09 12:08

stevemegson


People also ask

Does eBay have a search API?

The Finding API uses eBay's next generation search technology to ensure relevant search results. The APIs provide the following capabilities: Search for items based on a keyword query. Search for items associated with a specific product.

Is eBay API free?

eBay offers a sample API that hooks directly into the live site for practice, and once the developer is ready, there are many free APIs for any use case imaginable on the site. While the APIs are free to use, the 'Buy' APIs require special permission.

What does API stand for in eBay?

The eBay API is an Application Programming Interface for interacting directly with the eBay database. The communication occurs over the Internet in the XML format. Using the API, an application can provide a custom interface, functionality or specialized operations not otherwise afforded by the eBay interface.


1 Answers

There are not a lot of wrappers. Depending on what you need check out LINQToEbay. It might have what you need.

like image 188
Steve Severance Avatar answered Sep 28 '22 22:09

Steve Severance