Web Scraping API

Product Reviews API

Collect product ratings, review text, verified purchase signals, and helpfulness votes from public e-commerce review sections to power sentiment analysis and product intelligence platforms.

93% Consumers who read reviews before purchase200+ Average review count per top product$6.2B by 2028 Sentiment analysis market size

How It Works

1

Target product review pages

Point the API at product listing pages or dedicated review sections to capture review data.

2

Extract review metadata

Pull star ratings, review text, reviewer handles, date, verified purchase flags, and helpfulness votes.

3

Analyze sentiment at scale

Aggregate extracted reviews for sentiment scoring, topic modeling, and competitive product benchmarking.

Quick Start

cURL
curl -X POST https://alterlab.io/api/v1/scrape \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://store.example.com/product/widget/reviews",
    "extract": {
      "reviews": [{
        "rating": "number",
        "title": "string",
        "body": "string",
        "date": "string",
        "verified": "boolean"
      }]
    }
  }'

Need an API key? — no credit card required.

Related Data Extraction Guides

Related Use Cases

Frequently Asked Questions

What data fields can I extract from product reviews?

Star rating (1–5), review title, review body text, reviewer username, date posted, verified purchase status, helpful vote count, and response from seller or manufacturer.

How do I extract reviews across multiple pages?

Submit each review page URL in sequence or use AlterLab's crawl capability to auto-discover paginated review content within the product's review section.

Responsible Use

AlterLab is designed for extracting publicly available data. Always review the terms of service for any website you access, respect robots.txt directives, and ensure your use case complies with applicable laws in your jurisdiction.

Your first scrape.
Sixty seconds.

$1 free credit — up to 5,000 scrapes. No credit card.Just a POST request.

terminal
curl -X POST https://api.alterlab.io/v1/scrape \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "formats": ["markdown"]}'

No credit card required · $1 free credit, up to 5,000 scrapes · Balance never expires