Ebay Search API
This API can be used for scraping any search result from Amazon. You just need to pass the search query.
You have to send a GET request to https://api.scrapingdog.com/ebay/search
with the below given parameters.
Parameters
Scrapingdog Parameters
Parameter
Description
api_key
required
Your personal API key. Available on your dashboard Type: String
html
This will return the full HTML of the Google page.
Default Value - false
Type - Boolean
Search Query
Parameter
Description
url required
URL of the Ebay Page. Type - String
API Example
https://api.scrapingdog.com/ebay/search?api_key=APIKEY&url=https://www.ebay.com/sch/i.html?_nkw=laptop&html=true
API Response
Last updated