Skip to content
capzy
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
{
"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 Verified

Category 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
NameTypeReqDescription
category_idstringyeseBay category id.
Advanced filters
domainstringnoMarket code. (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.