eBay Reseller Intelligence API

New
by APIGridMarketplacev1Updated 2026-04-17
0.0(0 reviews)
220k / month
Monthly Requests
Marketplace dependent
Avg Latency
99.9% uptime target
Uptime SLA
6
Endpoints

About this API

The eBay Reseller Intelligence API is built for flips, comps, product research, and listing optimization. It combines live marketplace scraping, sold listings analysis, currency normalization, and title generation into one reseller-focused product surface.

  • Live active-listing search with global multi-market aggregation
  • Sold comps with average price, median, volatility, and velocity
  • Product research scores for demand, competition, and saturation
  • Seller listing scraper by marketplace host and seller username
  • Fee calculation for reseller margin planning
  • Title generation tuned for SEO and click-through intent
  • Scrape-first runtime with browser fallback for blocked or incomplete pages

Tags

#ebay#marketplace#reseller#product research#sold comps#flipping#seller listings

Quick Start

Shell
curl -X GET \
  "https://api.apigrid.net/v1/ebay/search?query=query&marketplace=marketplace&condition=condition&price_min=1&price_max=1&sort=sort&sold=true&page=1&debug=true" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response example

JSON
{
  "query": "sony wh-1000xm5",
  "marketplacesQueried": [
    "us",
    "uk",
    "de",
    "au"
  ],
  "currencyNormalizedTo": "USD",
  "results": [
    {
      "marketplace": "us",
      "title": "Sony WH-1000XM5 Wireless Headphones Black",
      "itemUrl": "https://www.ebay.com/itm/1234567890",
      "imageUrl": "https://i.ebayimg.com/images/example.jpg",
      "price": 249.99,
      "shipping": 0,
      "totalPrice": 249.99,
      "currency": "USD",
      "normalizedPrice": 249.99,
      "normalizedShipping": 0,
      "normalizedTotalPrice": 249.99,
      "condition": "New",
      "listingType": "Buy It Now",
      "seller": "bestaudio",
      "sellerFeedbackScore": 1245,
      "sellerFeedbackPercent": 99.8,
      "listingDate": "Listed today",
      "demandScore": 74
    }
  ],
  "avgSoldPrice": 244.5,
  "compCount": 18,
  "priceSpread": 36.25
}
Free / 1K
starting price
Subscribe NowStart Free Account

Free lookup endpoints included. 4 premium endpoints unlock on paid access.

Provider

APIGrid
Verified Provider
SDKs
cURLNode.jsPython
Visit provider website

Statistics

Monthly API calls220k / month
Average latencyMarketplace dependent
Uptime SLA99.9% uptime target
Endpoints6
Versionv1
Last updated2026-04-17
Back to Directory