eBay product data API
The ShopAPIS eBay product data API returns active-listing and sold/completed price history, item condition (new/used/refurbished), seller feedback score, shipping and returns, and variant pricing for any eBay item ID — as clean JSON. It covers ebay.com and ebay.ca on the same stack, and the sold-listing signal — real transaction prices — is uniquely valuable data that few competitors can supply.
eBay is the clear #2 US e-commerce site by traffic, at ~9.2% share (SimilarWeb 2026), with an estimated ~$74B GMV/yr (analyst estimate, pre-2025) and a vast C2C, used and refurbished long tail. eBay Canada draws ~38M+ monthly visits (Linnworks 2025) on the same platform and API.
Why eBay data is differentiated
eBay is the best source of real sold-price history in North America. Its public completed/sold listings show what items actually transacted for — not just asking prices — which is rare and high-value for pricing models. eBay also publishes an official Browse API and (legacy) Finding API that exposes listing and sold-price data to approved application keys. ShopAPIS combines official API access where it applies with parsing for full cross-listing coverage, and absorbs eBay’s Akamai-class anti-bot so you get one consistent schema. Parse difficulty here is medium — lower than Amazon or Walmart.
Data fields returned
- Identifiers — eBay item ID, EPID (eBay Product ID), UPC/GTIN, MPN, seller SKU.
- Pricing — current/Buy-It-Now price, auction bid, currency, was/strike price.
- Sold data — completed-listing sale prices, sold date, sold quantity (price history).
- Condition — new, used, open-box, refurbished (manufacturer/seller refurb).
- Seller — seller name, feedback score, positive-feedback %, top-rated flag.
- Shipping & returns — shipping cost, free-shipping flag, returns policy, location.
- Variants — size/color variations with per-variant price and quantity.
- Listing meta — listing type (auction / fixed price), watchers, images, category.
Sample response
{
"platform": "ebay",
"marketplace": "ebay.com",
"item_id": "295123456789",
"epid": "26057346237",
"title": "Sony WH-1000XM5 Wireless Noise Cancelling Headphones - Black",
"listing_type": "fixed_price",
"price": { "amount": 279.99, "currency": "USD" },
"condition": "New",
"sold_history": [
{ "sale_price": 268.00, "currency": "USD", "sold_date": "2026-05-30", "quantity": 1 },
{ "sale_price": 275.00, "currency": "USD", "sold_date": "2026-05-22", "quantity": 1 }
],
"seller": { "name": "audio_deals_us", "feedback_score": 48213, "positive_pct": 99.6, "top_rated": true },
"shipping": { "cost": 0.00, "free": true, "location": "California, US" },
"returns": { "accepted": true, "window_days": 30 },
"variant": { "color": "Black" },
"watchers": 142,
"gtin": "0027242924918",
"category_path": ["Consumer Electronics", "Portable Audio", "Headphones"],
"images": ["https://i.ebayimg.com/images/g/sony-xm5.jpg"],
"scraped_at": "2026-06-05T11:48:00Z"
}Markets & domains covered
- United States — ebay.com (USD).
- Canada — ebay.ca (CAD).
Both run on the same stack and the same Browse/Finding API, so one integration covers the cluster.
Use cases
- Sold-price benchmarking — price resale and used inventory against real transactions. Feeds price monitoring.
- Refurbished & used market intel — track condition-tier pricing rivals can’t see. See competitive intelligence.
- Resale valuation — build fair-market-value models from completed listings.
- Catalog matching — resolve EPID/GTIN to enrich your own catalog. See catalog enrichment.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/north-america.md); sources: SimilarWeb 2026, Linnworks 2025. Sold-price/listing data confirmed via the eBay Browse API .