eBay Product & Listings Data API
## **🤖 Using ChatGPT, Claude or Cursor?** Paste this link — your AI instantly reads every endpoint + parameter and tells you if this API fits your use case, zero digging: → https://reefapi.com/docs/ebay.md ## **🌊 150+ live data APIs on one key** (e-commerce, real estate, social, search, jobs, news & more) → https://reefapi.com ## **📖 Docs & playground:** https://reefapi.com/docs/ebay ## **💬…
eBay Product & Listings Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Product Details | ||
| POST |
item_detail /ebay/v1/item_detail |
Full eBay item detail by item_id or listing URL: title, price, list price, currency, condition, availability, brand, model, MPN, images, category path, item specifics, seller… |
| Search & Listings | ||
| POST |
search /ebay/v1/search |
Active-listing search by `query` -> results[]{item_id,title,price{value,currency},condition,buying_format,shipping,location,image,url,sold_count?,catalog_rating?}. Filters:… |
| POST |
deals /ebay/v1/deals |
EBay Daily Deals grid (/deals) -> results[]{item_id,title,price{value,currency},was_price{value,currency},shipping,deal_badge,image,url}. Current promoted discounts site-wide for… |
| POST |
categories /ebay/v1/categories |
EBay category tree / ID lookup (/n/all-categories) -> categories[]{category_id,name,slug} + groups[] (top-level departments). Pass `query` to filter by name so you can resolve a… |
| Sellers | ||
| POST |
seller_items /ebay/v1/seller_items |
All active listings in a seller's storefront by `seller` username (eBay _ssn) -> results[]{item_id,title,price{value,currency},condition,buying_format,shipping,location,image,url}… |
| POST |
seller_profile /ebay/v1/seller_profile |
Seller reputation by `seller` username -> seller_profile{store_name, feedback_score, feedback_positive_pct, positive_pct_12mo, items_sold_display, followers_display,… |
| Sold & Price Research | ||
| POST |
sold_search /ebay/v1/sold_search |
⭐SOLD/completed search by `query` (LH_Sold=1&LH_Complete=1, bare, NOT login-gated) -> results[]{...,sold_price{value,currency},sold_date} +… |
eBay Product & Listings Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $40 / month | 5 / second |
|
| MEGA | $100 / month | 5 / second |
|