Search Listings
Search
Search Listings
Search an eBay marketplace for active listings.
GET
Search Listings
Query Parameters
Search keywords. Matches against listing titles.
eBay marketplace domain TLD or alias. See
/v1/ebay/markets for all supported values.Examples: com, co.uk, de, fr, com.auRestrict results to an eBay category id. Use
/v1/ebay/categories to look up ids.Page number for paginated results. Range:
1 - 100.Results per page. Clamped to one of
60, 120, or 240.Sort order for results.
| Value | Description |
|---|---|
best_match | Best match (default) |
ending_soonest | Auctions ending soonest first |
newly_listed | Most recently listed |
price_low_to_high | Cheapest first (incl. shipping) |
price_high_to_low | Most expensive first (incl. shipping) |
Item condition filter.
| Value | Description |
|---|---|
new | Brand new |
open_box | New (other) / open box |
refurbished | Refurbished (any grade) |
used | Pre-owned |
for_parts | For parts or not working |
Buying format filter.
| Value | Description |
|---|---|
auction | Auction listings |
buy_it_now | Fixed-price listings |
best_offer | Listings accepting best offers |
Minimum price filter in the marketplace’s local currency.
Maximum price filter in the marketplace’s local currency.
Only return listings with free shipping.
Response
The search query that was executed.
Marketplace domain that was searched.
The category id filter applied (nullable).
Always
false for active-listing search (see /completed for sold).Array of matching listings.
Available filter facets keyed by name, each a list of string values.
Pagination metadata with
current_page, per_page, total_pages, total_results.ISO 8601 timestamp when the results were scraped.
Example Response
Each search request costs 5 credits. Failed requests are not charged.
Authorizations
Query Parameters
Search keywords.
eBay marketplace domain TLD or alias (com, co.uk, de, fr, ...).
Restrict results to a category id.
Page number for paginated results.
Required range:
1 <= x <= 100Results per page. Clamped to 60, 120 or 240.
Required range:
1 <= x <= 240Sort order for results.
Available options:
best_match, ending_soonest, newly_listed, price_low_to_high, price_high_to_low Item condition filter.
Available options:
new, open_box, refurbished, used, for_parts Buying format filter.
Available options:
auction, buy_it_now, best_offer Minimum price filter in the marketplace's local currency.
Required range:
x >= 0Maximum price filter in the marketplace's local currency.
Required range:
x >= 0Only return listings with free shipping.

