Page cover

Ebay Product

Scrape eBay products in real time with the Ebay API.

The Ebay Product feature returns a JSON object containing data related to the scraped eBay product. Among others, you will get an overview of:

  • auction

  • product

  • categories

  • offers

  • rating

  • reviews

  • seller

  • shipping

Ebay Product Parameters

The Ebay Product feature only takes one specific parameter:

Parameter
Type
Description

epid required

string

The ID of the eBay product you want to scrape (also knows as EPID).

url required

string

The URL of the eBay product you want to scrape. The epid and url parameter cannot be used at the same time.

Your full GET request should then be sent to the following address:

https://serpapi.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&engine=ebay&type=product&epid=<EPID>

How to get Ebay Product EPID

Ebay identifies products by the EPID (or the Ebay Product Identification). Our API uses the same identifier to scrape an eBay product. For convenience, we will refer to this identifier as ID.

To get the ID of an eBay product, first navigate to its page. The ID of a product can be extracted straight from the URL. The structure of an eBay product's URL is:

Ebay Product Integration Examples

Response Example
Scraping eBay Product Page

Last updated