For the complete documentation index, see llms.txt. This page is also available as Markdown.

December 2024

Get structured eBay product data

Earlier this month we launched our latest endpoint to scrape data from Ebay product pages and receive well structured JSON.

Possible use cases:

  • Develop marketing strategies

  • Data for market research

  • Research on pricing trends & behaviours

  • Monitor competitors

  • Optimize product offering like prices

How does it work?

curl "https://api.scraperapi.com/structured/ebay/product?
api_key=API_KEY&country_code=COUNTRY_CODE&tld=TLD&product_id=PRODUCT_ID

Input:

As input you need to add the Ebay product ID, which has 12 digits and you can usually find in the product URL.

Output:

  • Product details like title, ebay id, price, image urls and product specifications, like color, condition and model.

  • Shipping information like costs, shipping notes and return policy.

  • Product reviews like review count, rating count by star and actual reviews.

  • Similar items including information like title, url, image url and price.

  • Ebay specific information like watchers, product conditions and product specifications.

👉 Learn more in our documentation - eBay Product Data API.

👉 Use the async method for even higher success - Async eBay Product Data API.

Example output:

Last updated