Pricing
from $1.00 / 1,000 record scrapeds
Seed Product Reviews Scraper
Scrapes all customer reviews from seed.com with filtering by date, topic, and sort order.
Pricing
from $1.00 / 1,000 record scrapeds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Seed.com Product Reviews Scraper
Extract verified customer reviews and full product data from any Seed.com product page โ structured, clean, and ready to analyze.
- โ No API key or cookies required
- โ Cloudflare bypass built in
- โ Sentiment scores, verified buyer flag, and author data included
- โ Full product metadata alongside every review
- โ Multi-product support in a single run
What This Actor Does
Seed.com is a leading health and wellness brand specializing in probiotics and synbiotics โ science-backed supplements that support gut health, immunity, skin health, and more. Their product line includes the DS-01ยฎ Daily Synbiotic, DM-02โข Daily Multivitamin, PM-02โข Sleep + Restore, and others, each backed by clinical research and carrying thousands of verified customer reviews.
This Apify Actor scrapes those customer reviews and product metadata from any Seed.com product page. Give it a product URL and it returns a structured dataset containing every available review alongside full product details โ no authentication, cookies, or API credentials needed.
Built for marketers, market researchers, probiotic and supplement brands, and health & wellness analysts who need reliable access to real consumer sentiment data.
Key Features
- Scrapes all verified customer reviews per product
- Extracts full product metadata (price, images, benefits, ingredients)
- Sentiment score included on every review
- Verified buyer flag per review
- Filter reviews by date range
- Sort by date, score, or relevance
- Multi-product support in one run
- Residential proxy support for scale
- Automatic pagination โ stops when all reviews are collected
Why This Actor Stands Out
- No session hacks. Most scrapers rely on browser cookies that expire within hours. This actor uses browser-level TLS fingerprinting to access Seed's review API directly โ no credentials, no maintenance.
- Rich data, not just text. Each result includes the review score, sentiment score, verified buyer status, vote counts, author details, and topics โ not just the review body.
- Product metadata included. Price, description, images, ingredient list, benefits, and Yotpo aggregate rating come back in the same dataset item as the reviews.
- Scales cleanly. Handles hundreds of reviews per product without hitting rate limits. Add residential proxies for large-volume production runs.
Input Configuration
| Field | Type | Default | Description |
|---|---|---|---|
startUrls (required) | array | โ | One or more Seed.com product page URLs |
maxNumberOfReviews | integer | 0 (all) | Cap reviews per product. 0 = scrape all. Free users capped at 50. |
sortBy | string | "date" | Sort field: "date", "score", or "relevant" |
ascending | boolean | false | false = newest/highest first. true = oldest/lowest first. |
targetDate | string | null | Only include reviews on or after this date (YYYY-MM-DD) |
proxyConfiguration | object | No proxy | Apify proxy settings. Residential recommended for large runs. |
Example Input
{"startUrls":[{"url":"https://seed.com/daily-synbiotic"},{"url":"https://seed.com/daily-multivitamin"}],"maxNumberOfReviews":0,"sortBy":"date","ascending":false,"targetDate":"2025-01-01","proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}
Tip: Set
maxNumberOfReviewsto0to collect all reviews. The actor reads the total count directly from the product page and stops automatically when done.
Output Format
The dataset contains one item per product URL. Each item has two top-level keys: product (metadata from the product page) and reviews (array of all matching reviews).
Product Object
| Field | Type | Description |
|---|---|---|
name | string | Full product name (e.g. DM-02โข Daily Multivitamin) |
handle | string | Shopify URL slug |
description | string | Short product description |
price | string | Starting price in USD |
tags | array | Shopify product tags |
images | array | Product image URLs |
benefits | array | Marketing benefit bullet points |
ingredients | array | Key ingredient groups |
yotpoAverageScore | number | Aggregate review rating (e.g. 4.2) |
yotpoTotalReviews | integer | Total review count for this product |
shopifyId | string | Shopify product GID |
sourceUrl | string | The input URL that was scraped |
Review Object
| Field | Type | Description |
|---|---|---|
reviewId | integer | Unique review identifier |
score | integer | Star rating (1โ5) |
title | string | Review headline |
content | string | Full review body text |
sentiment | number | Sentiment score (0โ1, higher = more positive) |
verifiedBuyer | boolean | true if reviewer is a verified purchaser |
createdAt | string | Submission date (ISO 8601) |
language | string | Detected language (e.g. "en") |
votesUp | integer | Helpful votes |
votesDown | integer | Not helpful votes |
author.displayName | string | Reviewer display name |
author.userType | string | Account type |
scrapedAt | string | When the record was collected (ISO 8601) |
Sample Output
{"product":{"name":"DM-02โข Daily Multivitamin","price":"39.99","yotpoAverageScore":4.2,"yotpoTotalReviews":267,"benefits":["Meets 100% daily value of 20 vitamins and minerals","Helps fill daily nutrient gaps with precise dosing"],"sourceUrl":"https://seed.com/daily-multivitamin"},"reviews":[{"reviewId":861847198,"score":5,"title":"This sleep product is honestly in a category of its own","content":"Amazing doesn't even come close...","sentiment":0.9345,"verifiedBuyer":true,"createdAt":"2026-06-26T12:40:01.000Z","language":"en","votesUp":12,"author":{"displayName":"Debi K."},"scrapedAt":"2026-06-26T13:00:00.000Z"}]}
How to Use
- Open the Actor page on Apify Store and click Try for free.
- Paste one or more Seed.com product URLs into the Product URLs field.
- Set
maxNumberOfReviewsto limit results, or leave at0for all reviews. - Optionally set a
targetDateto pull only reviews from a specific period. - Click Start. The actor fetches each product page, then paginates through reviews automatically.
- When the run completes, open the Dataset tab and export as JSON, CSV, or Excel.
Finding product URLs: Navigate to any product on seed.com โ the DS-01ยฎ Daily Synbiotic, PM-02โข Sleep + Restore, DM-02โข Daily Multivitamin, etc. โ and copy the URL from your browser.
Use Cases
- Competitive intelligence โ Track what customers say about Seed's probiotics and synbiotics, identify recurring complaints, and find positioning gaps for your own health & wellness brand.
- Sentiment analysis โ Feed reviews into an NLP pipeline to measure sentiment trends over time, e.g. before and after a probiotic formula change or a new product launch.
- Marketing research โ Discover the exact language real customers use to describe gut health benefits, then use it to write ad copy, landing pages, and emails that convert.
- Academic & health research โ Collect consumer-reported outcomes for probiotic and synbiotic supplements at scale for clinical literature reviews, microbiome research, or regulatory analysis.
- Brand monitoring โ Schedule recurring runs to track new reviews weekly and catch rating changes as Seed releases new products or updates existing formulas.
Advanced Tips
Scheduling recurring runs
Use Apify's Schedules feature to run this actor weekly or monthly. Set targetDate to your last run date to collect only new reviews each time โ no deduplication needed.
Exporting to Google Sheets
Connect the dataset output to Apify's Google Sheets integration (under Integrations) to automatically populate a spreadsheet after each run.
Filtering for higher-quality signal
Filter verifiedBuyer: true downstream to focus on confirmed purchasers. The sentiment field (0โ1 float) and score field (1โ5 integer) are both ready to use directly in pandas, Tableau, or Power BI.
Proxies for production runs
No proxy is needed for single-product runs. For high-frequency or large multi-product batches, enable Apify Residential Proxies via proxyConfiguration to avoid throttling.
FAQ & Troubleshooting
Do I need a Seed.com account or API key? No. The actor only accesses publicly visible data โ no login, cookies, or credentials required.
How many reviews can I scrape?
Seed.com has thousands of reviews across all products. Each product page shows its own count (available in the output as yotpoTotalReviews). Free users are limited to 50 reviews per product per run.
The actor returned fewer reviews than expected โ why?
Check yotpoTotalReviews in the output. If your result is lower, try removing the targetDate filter or increasing maxNumberOfReviews. Also verify the product URL resolves correctly in a browser.
Can I scrape multiple products in one run?
Yes โ add multiple URLs to startUrls. Each product is processed in sequence and appears as a separate dataset item.
Will this break if Seed.com updates their site?
The actor reads from Seed's structured __NEXT_DATA__ JSON (embedded in the page HTML) and their internal review API โ both are stable interfaces. Any breaking changes will be patched quickly.
Is scraping Seed.com legal? This actor only accesses publicly visible data. Always review Seed.com's Terms of Service and ensure your intended use complies with applicable laws and platform policies.
Support
- ๐ฌ Email: me@ahmedhrid.com
- ๐ Bug reports: Open an issue via the Issues tab on this Actor page
- ๐ฌ Questions: Use the Actor's Discussion section on Apify Store
Response time: typically within 24โ48 hours.
