Access the API

Scraping eBay via the Ebay API is as easy as sending a GET request to the right endpoint.

You can access the Ebay API via the official API endpoint:

  • https://ecom.webscrapingapi.com/v1

The API key

Authorizing requests sent to the official API endpoint is done via passing the required api_key parameter to the request. You can request your API key upon registration, by subscribing to the Ebay API service, available in the Dashboard.

In the following documentation, we will refer to the API key by using this syntax:<YOUR_API_KEY>

Last updated