Chewy Product Reviews Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Chewy Product Reviews Scraper
Every Chewy review, no CAPTCHA, no scrolling: just a product URL and a dataset.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(1)
Developer
Dee Bugger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract every customer review for any Chewy.com product — star rating, review text, reviewer name, date, verified-purchase status, helpful votes, and photos — just by pasting the product URL.
Why use this Actor
- Fast and reliable. Reviews are pulled straight from Chewy's own review API, not scraped off rendered HTML — so there's nothing fragile parsing the page layout, and no CAPTCHA or anti-bot wall to fight.
- Complete pagination. Every review is fetched automatically, however many pages that takes — no manual "load more" clicking.
- Clean, structured output. One row per review, ready to export to CSV/Excel, load into a spreadsheet, or feed into your own analytics or sentiment-analysis pipeline.
Use cases
- Brand & competitor monitoring — track what customers say about your pet food/product line vs. competitors on Chewy.
- Product research — pull all reviews for a product before launch decisions, reformulations, or marketing claims.
- Customer sentiment analysis — feed review text into an LLM or NLP pipeline to surface recurring complaints or praise.
- Review monitoring over time — schedule this Actor to run periodically and track rating trends or new negative reviews as they appear.
Input
| Field | Type | Description |
|---|---|---|
productUrls | array of strings | One or more Chewy product page URLs, e.g. https://www.chewy.com/purina-pro-plan-adult-large-breed/dp/52455 |
maxReviews | integer | Max reviews to collect per product (default 200). Set high to fetch everything a product has. |
Example input:
{"productUrls": ["https://www.chewy.com/purina-pro-plan-adult-large-breed/dp/52455"],"maxReviews": 500}
Output
One dataset item per review:
| Field | Description |
|---|---|
productUrl | The input product URL |
catalogEntryId | Chewy's product id (from the URL's /dp/<id>) |
productName | Product title |
reviewId | Chewy's internal review id |
username | Reviewer's displayed name |
title | Review title |
text | Review body |
rating | Star rating, 1–5 |
submittedAt | Review submission date |
helpfulVotes | Number of "helpful" votes the review received |
verifiedPurchase | true if Chewy marked it a verified purchase |
photoUrls | List of any photo URLs attached to the review |
Download results as JSON, CSV, or Excel directly from the Apify Console, or pull them via the Apify API into your own systems.
Pricing
Pay only for what you use — priced per 1,000 reviews extracted. No subscription required.