Amazon Books Reviews Actor avatar
Amazon Books Reviews Actor

Pricing

$25.00/month + usage

Go to Store
Amazon Books Reviews Actor

Amazon Books Reviews Actor

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Extract book reviews, ratings, and descriptions from Amazon Kindle pages with structured JSON output. Ideal for sentiment analysis, author monitoring, and review aggregation. Just provide book URLs and get rich review data fast and reliably.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

a month ago


πŸ“š amazon-books-reviews

Scrape detailed book reviews from Amazon.com, including reviewer feedback, ratings, descriptions, and metadata. Ideal for publishers, authors, data analysts, or anyone interested in public reader sentiment.


🌐 Website

Target: www.amazon.com Function: Extracts book descriptions and individual customer reviews from Amazon Kindle product pages.


πŸ“₯ Input Example

{
"item_limit": 15,
"urls": [
"https://www.amazon.com/Cruel-Deception-Multiple-Devastated-Families-ebook/dp/B003J48C54/ref=pd_sim_d_sccl_1_2/132-9863797-7097267?psc=1"
]
}
  • item_limit (optional): Maximum number of reviews to scrape.
  • urls: List of Amazon Kindle book URLs.

πŸ“€ Output Example

{
"url": "https://www.amazon.com/Cruel-Deception-Multiple-Devastated-Families-ebook/dp/B003J48C54",
"title": "Amazon.com: Cruel Deception...",
"description": "Cruel Deception: A True Story of Murder and a Mother's Deadly Game...",
"profile_name": "Greg",
"review_date": "Reviewed in the United States on October 23, 2024",
"country": "United States",
"review_text": "MSBP is well known to me, however I didn't realize that only 30 years ago...",
"rating": "5.0 out of 5 stars"
}

Returns structured JSON containing title, full description, reviewer name, review content, star rating, and more.


βœ… Use Cases

  • Author and book reputation monitoring
  • Reader sentiment analysis
  • Data enrichment for review aggregators
  • Competitive analysis in Kindle market

πŸš€ How It Works

  1. Provide one or more Amazon Kindle book URLs.

  2. The actor fetches each page and scrapes:

    • Book title and description
    • Latest reviews, reviewer profiles, ratings, and review content
  3. Results are returned in structured, machine-readable JSON.


πŸ”§ Advanced Options

This actor works well with:

  • Apify Webhooks: For triggering automation after a run finishes
  • Scheduled runs: For continuous review tracking
  • Dataset export: To CSV/Excel for easy analysis

πŸ›Ÿ Support

For help, bug reports, or custom scraping needs:

πŸ“§ Email: support@getdataforme.com 🌐 Contact: https://getdataforme.com/contact/

Be sure to include your Apify run ID or input URL when reaching out.


πŸ“ Author

Built and maintained by GetDataForMe β€” Simplifying data access, one actor at a time.