Anker Reviews Scraper avatar
Anker Reviews Scraper

Pricing

Pay per event

Go to Store
Anker Reviews Scraper

Anker Reviews Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Anker Reviews Scraper extracts customer reviews from Anker product pages, delivering detailed data like ratings, reviewer names, and comments. With customizable limits and proxy support, it’s perfect for market research and e-commerce insights. Get structured JSON output for easy analysis.

0.0 (0)

Pricing

Pay per event

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

Anker Reviews Scraper

The Anker Reviews Scraper is an Apify Actor designed to efficiently scrape customer reviews from Anker product pages. By providing a list of product URLs, users can extract detailed review data, including ratings, reviewer details, and review content, to gain insights into customer feedback for Anker products.

Input Parameters

The Actor requires a JSON input with the following parameters:

ParameterTypeDescriptionDefault
item_limitIntegerMaximum number of reviews to scrape per URL.30
proxyConfigurationObjectProxy settings for the scraper. Set useApifyProxy: true and specify apifyProxyGroups (e.g., ["RESIDENTIAL"]) for reliable scraping.{ "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
urlsArrayList of Anker product page URLs to scrape reviews from.[]

Example Input

{
"item_limit": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"urls": [
"https://www.anker.com/products/a1289?variant=41974285041814&collections_power-banks-for-apple=undefined&Sort_by=Recommended#reviews-jdgm"
]
}

Features

  • Efficient Review Extraction: Scrapes detailed review data, including product IDs, ratings, reviewer names, and review text.
  • Customizable Limits: Set a maximum number of reviews to scrape per URL using the item_limit parameter.
  • Proxy Support: Utilizes Apify's proxy configuration for reliable and anonymous scraping.
  • Structured Output: Returns clean, JSON-formatted review data for easy integration into downstream processes.
  • Error Handling: Robust handling of page errors and timeouts to ensure consistent performance.

Output

The Actor outputs an array of review objects in JSON format. Each object contains detailed review information.

Example Output

[
{
"product_id": "7531496243350",
"review_id": "3c3a9de2-b89d-4ddb-ab8e-0997e712b9a5",
"product_title": "Anker 737 Power Bank (PowerCore 24K)",
"product_url": "/products/a1289",
"verified_buyer": "true",
"rating": "5",
"timestamp": "N/A",
"reviewer_name": "Hellonotpompom",
"reviewer_location": "US",
"title": "It's okay",
"body": "I like it so far 14 days not bad for now, want a long term investment on this power banks,\n 2 pounds not bad its heavy for other people and yes it comes with a small type c cable and a small bag for it.When ordering from anker website and you buy an item from them and processing takes like 2 to 4 days call them or email and put your cerial number it will go throught customer service it will help you ship faster if your having trouble buying from them, okay smiley face bye."
},
{
"product_id": "7531496243350",
"review_id": "ebaf6ed3-ec2c-4361-ad0b-0d60de5cc863",
"product_title": "Anker 737 Power Bank (PowerCore 24K)",
"product_url": "/products/a1289",
"verified_buyer": "false",
"rating": "5",
"timestamp": "N/A",
"reviewer_name": "Bd2",
"reviewer_location": "N/A",
"title": "No cable with it",
"body": "I love the item however I did not get the usb-c to usb -c with it. Any chance you can send me it please and thank you."
}
]

Use Cases

  • Market Research: Analyze customer sentiment and feedback for Anker products to inform product development or marketing strategies.
  • Competitor Analysis: Compare review ratings and comments across different Anker products to identify strengths and weaknesses.
  • E-commerce Insights: Monitor verified buyer reviews to assess product quality and customer satisfaction.
  • Data Aggregation: Collect review data for integration into business intelligence tools or dashboards.

Support

For bug reports or custom needs, please contact us at support@getdataforme.com or use our contact form: https://getdataforme.com/contact/.
Make sure to include a clear subject line in your message, such as "Anker Reviews Scraper Support."

Thank you for using the Anker Reviews Scraper!