100 free credits. No credit card required.Start building
Logo
eBay logo
100 free credits. No credit card required

eBay Search API

Scrape eBay Search data with one API call. Returns eBay listings matching a keyword, 60 per page on an active search, each with its item id, title, price, original price where the listing is discounted, currency, condition, image, seller handle, seller feedback percentage and count, units sold, buying format, and the listing URL. completed_items returns ended listings, and free_shipping restricts results to listings with free delivery. sold_items is temporarily rejected before billing because the upstream now requires a private eBay session cookie, which SocialCrawl does not accept or forward. Feed a returned item id into GET /v1/ebay/product for the full listing including seller reputation depth. When crawling, note that the result total eBay reports is an estimate that changes between pages, so it is not returned here: paginate until a page comes back empty.

Last updated September 2026Maintained by the SocialCrawl team

Returns eBay listings with item ID, price, seller rating, and units sold. completed_items finds ended listings. sold_items returns 400 before billing; it requires a private upstream session cookie.

Use it to scan active or ended marketplace listings, then pull full detail by item id. Sold-comps search is temporarily unavailable.

Searching 65 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
eBay API

What can you do with the Search API?

The Search endpoint gives you structured eBay data with computed fields in a single request. No scraping infrastructure to build or maintain.

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/ebay/search?query=airpods+pro"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/ebay/search",
    params={
    'query': 'airpods pro',
    },
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/ebay/search?query=airpods+pro",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

Parameters

ParameterRequiredDescription
queryYesFree-text listing search, for example airpods pro or vintage seiko.
countryNoeBay marketplace as a two-letter country code: US (ebay.com, default), GB, AU, CA, DE, FR, IT, ES, IE, AT, CH, NL, BE, PL, SG, MY, PH, HK, or MX. The marketplace sets the listing pool, language, and currency. (US | GB | AU | CA | DE | FR | IT | ES | IE | AT | CH | NL | BE | PL | SG | MY | PH | HK | MX)
pageNoPage number, starting at 1. Prefer the universal cursor parameter.
sort_byNoResult ordering: best_match (default), price_low, price_high, newly_listed, or ending_soonest. (best_match | price_low | price_high | newly_listed | ending_soonest)
conditionNoRestrict to one item condition: new, refurbished, or used. (new | refurbished | used)
buying_formatNoRestrict to one sale type: auction, buy_it_now, or accepts_offers. (auction | buy_it_now | accepts_offers)
show_onlyNoRestrict results with completed_items or free_shipping; combine supported values with a comma. sold_items is temporarily unavailable and is rejected before billing because the upstream requires a private eBay session cookie. SocialCrawl does not accept or forward session cookies.
min_priceNoLowest price to include. Applied by eBay and approximate, so filter on product.price.current if you need a hard bound.
max_priceNoHighest price to include. Applied by eBay and approximate, so filter on product.price.current if you need a hard bound.
aspectsNoCategory-specific item aspect filter taken from a previous response, for example Brand:Apple.
Example Response

What does the eBay Search API return?

Every response follows one unified schema. Here is a real, unmodified response body, so you can see the exact fields you get back before spending a credit.

Example response
{
  "success": true,
  "platform": "ebay",
  "endpoint": "/v1/ebay/search",
  "data": {
    "items": [
      {
        "product": {
          "id": "116776960818",
          "url": "https://www.ebay.com/itm/116776960818",
          "title": "Apple AirPods Pro 2 White With USB-C Charging Case In Ear Headphones MTJV3AM/A -",
          "description": null,
          "seller": "vipoutlet",
          "brand": null,
          "price": {
            "current": 125,
            "original": 249,
            "currency": "USD"
          },
          "rating": {
            "average": null,
            "count": null
          },
          "image_urls": [
            "https://i.ebayimg.com/images/g/HVoAAeSwhFRqm2uN/s-l1600.webp"
          ],
          "availability": null,
          "reviews_count": null,
          "ext": {
            "sold_count": 1997,
            "condition": "Open Box",
            "buying_format": "buy_it_now",
            "seller_reputation": {
              "feedback_percentage": 97.1,
              "feedback_count": 968100,
              "top_rated": null,
              "items_sold": null,
              "joined": null,
              "url": null,
              "detailed_ratings": null
            }
          }
        }
      },
      {
        "product": {
          "id": "135533595343",
          "url": "https://www.ebay.com/itm/135533595343",
          "title": "Apple AirPods 4 White In Ear Headphones MXP63LL/A",
          "description": null,
          "seller": "vipoutlet",
          "brand": null,
          "price": {
            "current": 55,
            "original": 129,
            "currency": "USD"
          },
          "rating": {
            "average": null,
            "count": null
          },
          "image_urls": [
            "https://i.ebayimg.com/images/g/pg8AAeSwj~ZqqKb4/s-l1600.webp"
          ],
          "availability": null,
          "reviews_count": null,
          "ext": {
            "sold_count": 1958,
            "condition": "Pre-Owned",
            "buying_format": "buy_it_now",
            "seller_reputation": {
              "feedback_percentage": 97.1,
              "feedback_count": 968100,
              "top_rated": null,
              "items_sold": null,
              "joined": null,
              "url": null,
              "detailed_ratings": null
            }
          }
        }
      }
    ],
    "total": null,
    "dropped": 0
  },
  "credits_used": 5,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": "sc.eyJ2IjoyLCJjIjoiMiIsImUiOiJlYmF5L3NlYXJjaCIsInAiOiJwYWdlIn0",
    "has_more": true,
    "page_size": 60
  },
  "credits_remaining": 9999
}

Live sample illustrating the unified response shape. Field values reflect the record you query.

API Details

How does the eBay Search API work?

Send a GET request with your API key and get back clean, structured JSON in our unified schema. Supported computed fields are populated when the source provides the required inputs.

Method

GET

Response

JSON

Why SocialCrawl

Why use SocialCrawl for eBay Search data?

We handle the complexity of eBay data extraction so you can focus on building. Unified schema, AI enrichment, and zero platform logic in your code.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 65 platforms covering 10B+ monthly active users.

One schema, every platform

Query 65 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language. Ready to use.

See your data before you code

Visual Data Explorer. Paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 65 platforms
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
How many listings come back per call?
Sixty, the densest listing page in this API, which makes it the cheapest way to scan a marketplace at depth.
Can I filter by item condition?
Yes: new, opened box, refurbished or used. You can also restrict to auction, buy it now or accepts offers with the buying format filter.
Do search rows include the seller?
Yes, with the seller handle, feedback percentage and count, and units sold, so you can rank results by seller quality before pulling any detail.
Is the result total returned?
No. eBay's total is an estimate that more than halved between consecutive pages when measured, so publishing it would mislead. Paginate until a page is empty.
How do I sort eBay search results?
By best match, price low to high, price high to low, newly listed or ending soonest. Best match is the default.

Ask AI about SocialCrawl

Ready to scrape eBay Search data?

Get your API key and start pulling eBay data in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown