epctex-support / amazon-reviews-scraper

Amazon Reviews actor for Apify Platform
https://apify.com/epctex/amazon-reviews-scraper?fpr=yhdrb
0 stars 0 forks source link

https://apify.com/epctex/amazon-reviews-scraper

Amazon Reviews Scraper Actor

What is Amazon Reviews Scraper actor?

The Amazon Reviews Scraper Actor is an advanced, efficient tool tailored for effortlessly extracting customer reviews from Amazon. It's engineered to rapidly collect reviews, ratings, user comments, and associated images from any product listed on Amazon, across all its global marketplaces.

Key features

Use Cases | Who Can Use Amazon Reviews Scraper

Input

When you want to scrape over the reviews from a specific URL, just copy and paste the link as one of the startUrls.

If you would like to scrape only the first page of the reviews list then put the link for the page and have the endPage as 1.

With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage parameter as 6 then you'll have the 5th and 6th pages only.

Input Parameters Explained

The input of this scraper should be JSON containing the list of pages on Amazon that should be visited. Required fields are:

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Amazon Reviews Scraper Input Example

{
    "startUrls":[
        "https://www.amazon.com/Clorox-30966-Concentrated-Regular-Bleach/dp/B07HXTYS1W/ref=sr_1_3?crid=ZT0PLQMYO4WP&keywords=clorox&qid=1702901115&sprefix=cl%2Caps%2C278&sr=8-3",
        "https://www.amazon.com/Clorox-30966-Concentrated-Regular-Bleach/product-reviews/B07HXTYS1W/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews"
    ],
    "proxy": {
        "useApifyProxy": true
    },
    "endPage": 5,
    "maxItems": 100
}

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 listings in 2 minutes with ~0.02-0.04 compute units.

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

Amazon Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Amazon Reviews actor.

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Output

The structure of each item in Amazon Reviews looks like this:

{
    "id": "R3T33DVY3SW7K0",
    "type": "review",
    "score": 5,
    "title": "Gel limpiador",
    "url": "https://www.amazon.com/gp/customer-reviews/R3T33DVY3SW7K0?ASIN=B0060OMXUA",
    "helpfulCount": "",
    "dateAndLocation": "Reviewed in the United States on October 7, 2023",
    "description": "Tengo piel mixta, no cualquier jabΓ³n es adecuado para mi piel. Sin duda alguna es el mejor.",
    "isVerified": true,
    "specs": {
        "Size": "3.38 Fl Oz (Pack of 1)"
    },
    "images": [
        "https://m.media-amazon.com/images/I/71I2uKJEJeL.jpg"
    ]
}

FAQ

Can I extract reviews from multiple products at once?
Yes, Amazon Reviews Scraper supports batch processing, allowing the extraction of reviews from multiple products simultaneously. πŸ”„

Is there a limit to the number of reviews I can scrape?
While there's technically no limit, users can set parameters to manage the scope of data according to their project needs. πŸ“

How do I handle data from different Amazon regions?
The scraper supports all Amazon TLDs, enabling users to specify the region for targeted review extraction. 🌍

Can I do my research by using just keywords with Amazon Reviews Scraper?
If you need to start with keywords, you can check our Amazon Scraper product. It provides more comprehensive data gathering. πŸ”

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.