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
{
"category_id": "9355",
"search_information": {
"location": {
"country": "United States",
"marketplace": "ebay.com",
"currency": "USD"
},
"total_results": null,
"query_displayed": null
},
"organic_results": [
{
"id": "377421948451",
"product_id": "377421948451",
"position": 1,
"title": "New ListingSamsung Galaxy S25 Ultra 512GB Black 12GB RAM 6.9in 200MP Octa Core",
"thumbnail": "https://i.ebayimg.com/images/g/~mkAAeSweu9qgTVa/s-l960.webp",
"condition": "Brand New · Samsung",
"primary_offer": {
"offer_price": 550,
"min_price": null,
"was_price": null,
"currency": "USD"
},
"shipping": {
"cost": null,
"raw": "Free shipping",
"free_shipping": true
},
"product_page_url": "https://www.ebay.com/itm/377421948451",
"domain": "us",
"scraped_at": "2026-08-16T10:40:18.111972+00:00"
},
{
"id": "318737975467",
"product_id": "318737975467",
"position": 2,
"title": "New ListingApple iPhone 13 Pro - 128 GB - Silver (Unlocked)",
"thumbnail": "https://i.ebayimg.com/images/g/7gUAAeSwUp5qgXwB/s-l960.webp",
"condition": "Pre-Owned · Apple",
"primary_offer": {
"offer_price": 270,
"min_price": null,
"was_price": null,
"currency": "USD"
},
"shipping": {
"cost": 10.43,
"raw": "$10.43 shipping",
"free_shipping": false
},
"product_page_url": "https://www.ebay.com/itm/318737975467",
"domain": "us",
"scraped_at": "2026-08-16T10:40:18.111972+00:00"
},
{
"id": "235791404968",
"product_id": "235791404968",
"position": 3,
"title": "Samsung Galaxy S21 5G 128/256GB - Fully Unlocked - All colors - Used Very Good",
"thumbnail": "https://i.ebayimg.com/images/g/NUMAAOSwwFFkGv6O/s-l960.webp",
"condition": "Pre-Owned · Samsung",
"primary_offer": {
"offer_price": 179.99,
"min_price": null,
"was_price": null,
"currency": "USD"
},
"shipping": {
"cost": null,
"raw": "Free shipping",
"free_shipping": true
},
"product_page_url": "https://www.ebay.com/itm/235791404968",
"domain": "us",
"scraped_at": "2026-08-16T10:40:18.111972+00:00"
}
],
"pagination": {
"current": 1,
"next": "2"
}
}
GET
/v1/data/ebay/categories/{category_id}/items1 credit / run VerifiedCategory Items
List listings within a category. 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 |
|---|---|---|---|
| category_id | string | yes | eBay category id. |
| Advanced filters | |||
| domain | string | no | Market code. (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. |