All sites
Data API
eBay Data API
Listings, item detail, seller feedback and completed-sale data from eBay.
11endpointsRate Limit · Captcha handled for you
Example (captured live)
ebay.com
ExampleJSON 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 VerifiedSearch 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search keywords. |
| Advanced filters | |||
| domain | string | no | Market code (us, uk, de, ...). (default: us) |
| page | integer | no | Page number. (default: 1) |
| per_page | integer | no | Results per page (60, 120, or 240). |
| sort_by | string | no | Sort order for results. |
| buying_format | string | no | Restrict to a buying format. |
| condition | string | no | Restrict to an item condition. |
| min_price | number | no | Minimum total price, in the market currency. |
| max_price | number | no | Maximum total price, in the market currency. |
| free_shipping | boolean | no | Only listings with free shipping. |
| item_location | string | no | Preferred item location. |
| category | string | no | Restrict results to an eBay category id. |