Judge Me Review Scraper for Shopify stores avatar
Judge Me Review Scraper for Shopify stores

Pricing

$7.00/month + usage

Go to Apify Store
Judge Me Review Scraper for Shopify stores

Judge Me Review Scraper for Shopify stores

Scrape Judge.me reviews from any Shopify store. Get ratings, text, images & videos. Unlimited usage for a $7/month.

Pricing

$7.00/month + usage

Rating

5.0

(1)

Developer

Stan Van Rooy

Stan Van Rooy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Judge.me Reviews Scraper 🌟

Extract customer reviews from any Shopify store using Judge.me. Perfect for competitor analysis, product research, or monitoring your own reviews.

🚀 Quick Start

Just provide a store URL and hit run. The scraper automatically detects whether you want:

  • All reviews from the store (site-wide mode)
  • Reviews for a specific product (product-specific mode)

That's it! No configuration needed.

📥 Input

Start URL (required)

  • Site-wide: https://store.com or store.com
  • Product-specific: https://store.com/products/product-name

Max Reviews (optional, default: 100)

  • How many reviews to scrape

📤 Output

Each review contains 12 fields:

{
"review_id": "unique-id",
"author": "Customer Name",
"location": "City, Country",
"verified_buyer": true,
"rating": 5.0,
"title": "Great product!",
"body": "Full review text here...",
"date": "2025-11-22 00:58:16 UTC",
"product_name": "Product Name",
"product_url": "https://...",
"pictures": ["https://..."],
"videos": ["https://..."]
}

✨ Features

  • Smart Mode Detection - Automatically detects if you want site-wide or product-specific reviews
  • Complete Data - Gets everything: ratings, verified status, media, timestamps, locations
  • Reliable - Never fails on bad input (stores without Judge.me just return no data)
  • Fast - Uses Judge.me APIs directly, no browser overhead
  • Pagination - Automatically handles multi-page results

💡 Use Cases

  • Competitor Research - See what customers say about competing products
  • Product Insights - Understand customer sentiment before entering a market
  • Review Monitoring - Track reviews for your own products
  • Data Analysis - Export for sentiment analysis or ML training
  • Market Research - Analyze trends across multiple stores

⚠️ Important Notes

  • Only works for stores using Judge.me as their review platform
  • If a store doesn't use Judge.me, the actor completes successfully with 0 results (won't fail)
  • Product ID is automatically extracted from Shopify

💰 Pricing

$7/month flat fee - unlimited runs, unlimited reviews

🤝 Feedback & Feature Requests

I'm actively maintaining this actor and happy to add features you need. Just reach out!

📧 stanvanrooy6@gmail.com

Whether it's additional data fields, filtering options, or integration with other platforms - let me know and I'll build it.

🎯 Example Usage

Scrape all reviews from a store:

{
"startUrl": "https://norlanglass.com",
"maxReviews": 100
}

Scrape reviews for a specific product:

{
"startUrl": "https://norlanglass.com/products/rauk-heavy-tumbler",
"maxReviews": 50
}

Built with ❤️ for the Apify community