eBay Scraper
3 days trial then $50.00/month - No credit card required now
eBay Scraper
3 days trial then $50.00/month - No credit card required now
Unofficial eBay API to extract data from eBay based on keywords or categories. Scrape prices, product descriptions, images, location, availability, brand, and more. Download extracted data in structured format and use it in reports, spreadsheets, databases, and applications.
You can access the eBay Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2499334.m570.l1313&_nkw=massage%2Brecliner%2Bchair&_sacat=6024"
5 }
6 ],
7 "maxItems": 10,
8 "proxyConfig": {
9 "useApifyProxy": true
10 }
11}' |
12apify call dtrungtin/ebay-items-scraper --silent --output-dataset
eBay Scraper API through CLI
The Apify CLI is the official tool that allows you to use eBay Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
41 monthly users
-
16 stars
98% runs succeeded
10 hours response time
Created in Oct 2021
Modified 12 days ago