Amazon Seller Scraper
7 days trial then $30.00/month - No credit card required now
Amazon Seller Scraper
7 days trial then $30.00/month - No credit card required now
Amazon scraper to extract seller information. You can scrape either categories or specific products.
Do you want to learn more about this Actor?
Get a demoYou can access the Amazon Seller 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.amazon.com/s?k=keyboard"
5 }
6 ],
7 "maxItemsPerStartUrl": 10,
8 "proxyConfiguration": {
9 "useApifyProxy": true,
10 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ]
13 }
14}' |
15apify call junglee/amazon-seller-scraper --silent --output-dataset
Amazon Seller Scraper API through CLI
The Apify CLI is the official tool that allows you to use Amazon Seller 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
21 monthly users
-
21 stars
99% runs succeeded
12 hours response time
Created in Nov 2022
Modified 2 days ago