Amazon Seller Scraper avatar

Amazon Seller Scraper

Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Amazon Seller Scraper

Amazon Seller Scraper

junglee/amazon-seller-scraper
Try for free

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 demo

You 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:

Developer
Maintained by Apify
Actor metrics
  • 27 monthly users
  • 18 stars
  • 98.3% runs succeeded
  • 21 days response time
  • Created in Nov 2022
  • Modified about 3 hours ago