Ebay Search API
This endpoint will retrieve products for a specified search term from Ebay search page and transform it into usable JSON.
Parameters | Details |
---|---|
| User's normal API Key |
| Search query. Example: |
| Top-level Ebay domain to scrape. This is an optional argument and defaults to “com” (ebay.com). Valid values include: com (ebay.com) co.uk (ebay.co.uk) com.au (ebay.com.au) de (ebay.de) ca (ebay.ca) fr (ebay.fr) it (ebay.it) es (ebay.es) at (ebay.at) ch (ebay.ch) com.sg (ebay.com.sg) com.my (ebay.com.my) ph (ebay.ph) ie (ebay.ie) pl (ebay.pl) nl (ebay.nl) |
|
|
| Instructs the API to sort the results. Supported values: ending_soonest newly_listed price_lowest price_highest distance_nearest best_match |
| Page number |
| Number of items returned. Supported values: 60, 120, 240 |
| The ‘name’ of the seller. This is a textual id, for example ‘gadget-solutions’ |
Filter options | |
| Condition of the products. Supported values: 'new', 'used', 'open_box', 'refurbished', 'for_parts', 'not_working’ Note: These categories don’t have the same name for all products. For example |
| Buying format. Supported values:
buy_it_now
auction
accepts_offers
Note: You can specify multiple options just as with the |
| Additional filters for search. Supported values: returns_accepted authorized_seller completed_items sold_items sale_items listed_as_lots search_in_description benefits_charity authenticity_guarantee Note: Multiple options can be used here. So if you want to search for a product where returns are accepted and it’s from an authorized seller the query param: ’returns_accepted,authorized_seller’ in an URL encoded form like &show_only=returns_accepted%2Cauthorized_seller |
Sample Response
Last updated