Skip to content
All sites
Data API

eBay Data API

Listings, item detail, seller feedback and completed-sale data from eBay.

11endpointsRate Limit · Captcha handled for you
ebay.comGET/ebay/autocomp…GET/ebay/completedGET/ebay/search{ } JSON
Example (captured live)
ebay.com
Example
JSON responseclick the page to trace a field
{
"search_information": {
"total_results": 56000,
"query_displayed": "mechanical keyboard"
},
"organic_results": [
{
"position": 1,
"title": "Inland MK PRO V2 Matcha RGB Gaming Mechanical Keyboard (V83PRO) NO DONGLE",
"epid": null,
"link": "https://www.ebay.com/itm/256887793389",
"condition": "Pre-Owned",
"top_rated": null,
"seller": {
"username": "ansonelectronicsurplus",
"reviews": 13,
"positive_feedback_percent": 99.7
},
"price": {
"raw": "$32.99",
"extracted": 32.99,
"from": null
},
"shipping": "+$15.00 delivery in 2-4 days",
"returns": null,
"thumbnail": "https://i.ebayimg.com/images/g/FMIAAOSw7AVn9nse/s-l500.webp",
"rating": null,
"reviews": null,
"bids": null,
"buy_it_now": true,
"extensions": [
"Best Offer"
],
"listing_id": "256887793389",
"currency": "USD",
"sold_count": null,
"watchers": 54,
"time_left": null,
"sold_date": null,
"location": "United States",
"scraped_at": "2026-08-16T10:40:14.836905+00:00"
},
{
"position": 2,
"title": "Akko MOD 007 Multi-mode Blue On White Mechanical Gaming Keyboard",
"epid": null,
"link": "https://www.ebay.com/itm/256886867051",
"condition": "Pre-Owned",
"top_rated": null,
"seller": {
"username": "ansonelectronicsurplus",
"reviews": 13,
"positive_feedback_percent": 99.7
},
"price": {
"raw": "$56.99",
"extracted": 56.99,
"from": null
},
"shipping": "+$15.00 delivery in 2-4 days",
"returns": null,
"thumbnail": "https://i.ebayimg.com/images/g/AZIAAOSwjlFn9XA7/s-l500.webp",
"rating": null,
"reviews": null,
"bids": null,
"buy_it_now": true,
"extensions": null,
"listing_id": "256886867051",
"currency": "USD",
"sold_count": null,
"watchers": 39,
"time_left": null,
"sold_date": null,
"location": "United States",
"scraped_at": "2026-08-16T10:40:14.836905+00:00"
},
{
"position": 3,
"title": "Keychron V1 Max Wireless 75% RGB Mechanical Keyboard With Brown Switches",
"epid": null,
"link": "https://www.ebay.com/itm/267276756654",
"condition": "Pre-Owned",
"top_rated": null,
"seller": {
"username": "ansonelectronicsurplus",
"reviews": 13,
"positive_feedback_percent": 99.7
},
"price": {
"raw": "$59.99",
"extracted": 59.99,
"from": null
},
"shipping": "+$15.00 delivery in 2-4 days",
"returns": null,
"thumbnail": "https://i.ebayimg.com/images/g/9uEAAOSwYddoQEs2/s-l500.webp",
"rating": null,
"reviews": null,
"bids": null,
"buy_it_now": true,
"extensions": null,
"listing_id": "267276756654",
"currency": "USD",
"sold_count": null,
"watchers": 46,
"time_left": null,
"sold_date": null,
"location": "United States",
"scraped_at": "2026-08-16T10:40:14.836905+00:00"
}
],
"pagination": {
"current": 1,
"next": "2"
}
}
GET/v1/data/ebay/search1 credit / run Verified

Search Listings

Search a marketplace for active listings. Returns organic_results with pricing, condition, buying format, seller, shipping and rating for each item.

Handled for you:Rate LimitCaptcha
Parameters
NameTypeReqDescription
querystringyesSearch keywords.
Advanced filters
domainstringnoMarket code (us, uk, de, ...). (default: us)
pageintegernoPage number. (default: 1)
per_pageintegernoResults per page (60, 120, or 240).
sort_bystringnoSort order for results.
buying_formatstringnoRestrict to a buying format.
conditionstringnoRestrict to an item condition.
min_pricenumbernoMinimum total price, in the market currency.
max_pricenumbernoMaximum total price, in the market currency.
free_shippingbooleannoOnly listings with free shipping.
item_locationstringnoPreferred item location.
categorystringnoRestrict results to an eBay category id.