eBay Feedback API
The eBay Feedback API is a REST API that allows you to access data from eBay feedback pages using the ebay/feedback endpoint.
You can query the API by passing in the username of the user whose feedback you want to scrape.
curl -GET "https://proxy.scrapeops.io/v1/structured-data/ebay/feedback?api_key=YOUR_API_KEY&username=example_user"
Or you can pass in the url of the feedback page you want to scrape (make sure to encode the URL).
curl -GET "https://proxy.scrapeops.io/v1/structured-data/ebay/feedback?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.ebay.com%2Ffdbk%2Ffeedback_profile%2Ftest_username"
Authorisation - API Key
To use the ScrapeOps proxy, you first need an API key which you can get by signing up for a free account here.
Your API key must be included with every request using the api_key query parameter otherwise the API will return a 403 Forbidden Access status code.
API Parameters
eBay Feedback API Parameters
The following parameters are available for the eBay Feedback API:
| Parameter | Description |
|---|---|
api_key | Required. The API key to use for the request. |
username | The eBay Username of the user whose feedback you want to scrape. |
url | The URL of the feedback page you want to scrape. If a URL is provided, the URL will take priority over the username. |
country | The 2 letter country code of the where you want the feedback data to be scraped from. Example: us, uk, ca, de, fr, etc. |
tld | The eBay domains to scrape from. Example: com, co.uk, ca, de, fr, etc. |
The below table outlines the valid TLDs for eBay domains.
| TLD | eBay Domain |
|---|---|
com | ebay.com |
co.uk | ebay.co.uk |
ca | ebay.ca |
de | ebay.de |
fr | ebay.fr |
it | ebay.it |
es | ebay.es |
com.au | ebay.com.au |
at | ebay.at |
be | ebay.be |
ch | ebay.ch |
ie | ebay.ie |
nl | ebay.nl |
pl | ebay.pl |
com.mx | ebay.com.mx |
com.br | ebay.com.br |
com.hk | ebay.com.hk |
com.sg | ebay.com.sg |
co.jp | ebay.co.jp |
com.my | ebay.com.my |
com.ph | ebay.com.ph |
com.tw | ebay.com.tw |
com.tr | ebay.com.tr |
in | ebay.in |
ae | ebay.ae |
sa | ebay.sa |