LogoLogo
OverviewRelease NotesDataPipelineFAQs
cURL
cURL
  • Make Requests with ScraperAPI in cURL
    • Use ScraperAPI Endpoint in cURL
    • Use ScraperAPI Proxy Port in cURL
    • Make Async Requests with ScraperAPI in cURL
      • How to Use ScraperAPI Async Web Scraping in cURL
      • Use Async ScraperAPI Callbacks in cURL
      • Configure ScraperAPI Parameters in cURL
      • Request Async Batch Scraping with ScraperAPI in cURL
      • Decode Base64 Async Responses in cURL
    • ScraperAPI Structured Data Collection in cURL
      • Amazon Product Page API: Structured Data in cURL
      • Amazon Search API: Structured Data in cURL
      • Amazon Offers API: Structured Data in cURL
      • Amazon Reviews API: Structured Data in cURL
      • Ebay Product Page API: Structured Data in cURL
      • Ebay Search API: Structured Data in cURL
      • Google SERP API: Structured Data in cURL
      • Google News API: Structured Data in cURL
      • Google Jobs API: Structured Data in cURL
      • Google Shopping API: Structured Data in cURL
      • Google Maps Search API: Structured Data in cURL
      • Redfin Agent Details API: Structured Data in cURL
      • Redfin 'For Rent' Listings API: Structured Data in cURL
      • Redfin 'For Sale' Listings API: Structured Data in cURL
      • Redfin Listing Search API: Structured Data in cURL
      • Walmart Search API: Structured Data in cURL
      • Walmart Category API: Structured Data in cURL
      • Walmart Product API: Structured Data in cURL
      • Walmart Reviews API: Structured Data in cURL
    • ScraperAPI Async Structured Data Collection in cURL
      • Amazon Product Page API: Async Structured Data in cURL
      • Amazon Search API: Async Structured Data in cURL
      • Amazon Offers API: Async Structured Data in cURL
      • Amazon Reviews API: Async Structured Data in cURL
      • Ebay Product Page API: Async Structured Data in cURL
      • Ebay Search API: Async Structured Data in cURL
      • Google SERP API: Async Structured Data in cURL
      • Google News API: Async Structured Data in cURL
      • Google Jobs API: Async Structured Data in cURL
      • Google Shopping API: Async Structured Data in cURL
      • Google Maps Search API: Async Structured Data in cURL
      • Redfin Agent Details API: Async Structured Data in cURL
      • Redfin 'For Rent' Listings API: Async Structured Data in cURL
      • Redfin 'For Sale' Listings API: Async Structured Data in cURL
      • Redfin Listing Search API: Async Structured Data in cURL
      • Walmart Search API: Async Structured Data in cURL
      • Walmart Category API: Async Structured Data in cURL
      • Walmart Product API: Async Structured Data in cURL
      • Walmart Reviews API: Async Structured Data in cURL
    • Making POST/PUT Requests with ScraperAPI in cURL
    • Customizing ScraperAPI Requests in cURL
      • Customize Amazon Requests by ZIP Code via ScraperAPI in cURL
      • Customize Cached Results via ScraperAPI in cURL
      • Customize Control Costs with ScraperAPI Parameter in cURL
      • Send Custom Headers with ScraperAPI in cURL
      • Customize Device Type with ScraperAPI in cURL
      • Customize Geotargeted Content Scrape via ScraperAPI in cURL
      • Customize Premium Geotargeted Scrape via ScraperAPI in cURL
      • Customize Header Parameter with ScraperAPI in cURL
      • Customize Premium Residential/Mobile Proxies in cURL
      • Customize JavaScript-Rendered Pages via ScraperAPI in cURL
        • Use Render Instruction Set to Scrape Dynamic Pages in cURL
        • Customize Taking a Website Screenshots via ScraperAPI in cURL
      • Customize Scrape Session-Based Proxies via ScraperAPI in cURL
  • Handle and Process Responses via ScraperAPI in cURL
    • Use API Status Codes to Retry Failed Requests in cURL
    • Customize Output Formats via ScraperAPI Parameters in cURL
      • Request JSON Response via Autoparse Parameter in Curl
      • Request LLM Output Formats with ScraperAPI in cURL
    • Request Response Encoding and Content-Type via ScraperAPI in cURL
  • Dashboard & Billing
    • API Key
    • Credit Usage
    • Delete Account
    • Invoice History
    • Billing Email
    • Billing Address
    • VAT Number
    • Payment method
    • Cancel Subscription
  • Credits and Requests
  • Monitor Your ScraperAPI Account Information in cURL
  • Documentation Overview
Powered by GitBook

Quick links

  • Homepage
  • Dashboard
  • Pricing
  • Contact Sales

Resources

  • Developer Guides
  • Blog
  • Learning Hub
  • Contact Support
On this page

Was this helpful?

Export as PDF
  1. Make Requests with ScraperAPI in cURL
  2. ScraperAPI Async Structured Data Collection in cURL

Ebay Product Page API: Async Structured Data in cURL

Scrape eBay product pages into structured JSON/CSV with ScraperAPI async in cURL. Extract prices, seller info, specs, and reviews by product ID.

This endpoint will retrieve product data from an Ebay product pages (/itm/) and transform it into usable JSON.

Single product request:

curl -X POST \
    -H "Content-Type: application/json" \
    -d '{
            "apiKey": API_KEY,
            "productId: PRODUCTID,
            "country_code": COUNTRY_CODE,
            "tld": TLD,
            "callback": {
                "type": "webhook",
                "url": "YYYY"
            }
        }' \
    "https://async.scraperapi.com/structured/ebay/product"

Multiple products Request:

curl -X POST \
    -H "Content-Type: application/json" \
    -d '{
            "apiKey": API_KEY,
            "productIds": ["PRODUCTID1", "PRODUCTID2"],
            "country_code": COUNTRY_CODE,
            "tld": TLD,
            "callback": {
                "type": "webhook",
                "url": "YYYY"
            }
        }' \
    "https://async.scraperapi.com/structured/ebay/product"

Parameters
Details

API_KEY (required)

User's normal API Key

PRODUCTID (required)

ebay product ID. 12 digits. Example: 166619046796

TLD

Top-level Ebay domain to scrape. This is an optional argument and defaults to “com” (ebay.com). Valid values include:

com (ebay.com)

co.uk (ebay.co.uk)

com.au (ebay.com.au)

de (ebay.de)

ca (ebay.ca)

fr (ebay.fr)

it (ebay.it)

es (ebay.es)

at (ebay.at)

ch (ebay.ch)

com.sg (ebay.com.sg)

com.my (ebay.com.my)

ph (ebay.ph)

ie (ebay.ie)

pl (ebay.pl)

nl (ebay.nl)

COUNTRY

country_code influences the language and the currency of the page. The TLD should be set to ‘com’ if you are using languages that are not used by the TLDs listed above.

Sample Response

Single Product Request:

{
    "id": "ad85f5f5-2e47-4d9b-bf6e-ed1e7e8ac53d",
    "attempts": 0,
    "status": "running",
    "statusUrl": "https://async.scraperapi.com/jobs/ad85f5f5-2e47-4d9b-bf6e-ed1e7e8ac53d",
    "productId": "315668246442",
    "country_code": "us",
    "tld": "com",
    "supposedToRunAt": "2024-11-01T08:00:29.732Z"
}

Multiple Products Request:

{
    "id": "44a7bf0f-3dfd-46ac-9fbd-b17905cbfa60",
    "attempts": 0,
    "status": "running",
    "statusUrl": "https://async.scraperapi.com/jobs/44a7bf0f-3dfd-46ac-9fbd-b17905cbfa60",
    "productId": "315668246442",
    "country_code": "us",
    "tld": "com"
},

{
    "id": "5af00d62-70a0-40d3-bfd6-f79fa56887ee",
    "attempts": 0,
    "status": "running",
    "statusUrl": "https://async.scraperapi.com/jobs/5af00d62-70a0-40d3-bfd6-f79fa56887ee",
    "productId": "126718182209",
    "country_code": "us",
    "tld": "com"
}

PreviousAmazon Reviews API: Async Structured Data in cURLNextEbay Search API: Async Structured Data in cURL

Last updated 6 months ago

Was this helpful?