Pricing
from $1.00 / 1,000 reviews
Go to Apify Store
Iherb Reviews Scraper
iHerb Reviews Scraper at VERY LOW PRICE it collects customer reviews from iHerb product pages. It extracts key details like rating, title, review text, product info, and reviewer profile, and saves them in a structured JSON format up to a specified maximum number of reviews.
Pricing
from $1.00 / 1,000 reviews
Rating
0.0
(0)
Developer
Actor stats
1
Bookmarked
12
Total users
0
Monthly active users
3 months ago
Last modified
Categories
Share
This iHerb Scraper collects product reviews from iHerb Website and saves them in a structured format.
What it does
- Calls the iHerb reviews API for a given product ID.
- Collects up to
max_reviewsreviews. - Returns a list of dictionaries with fields like rating, username, review text, product info, and profile info.
Example input
{"URL":"https://in.iherb.com/r/medicube-collagen-jelly-cream-1-69-fl-oz-50-ml/150470","maxreviews":300}
Output fields
The function returns a list of review objects (Python dicts / JSON objects).
Each object has the following fields:
Review info
helpfulYesβ number of βhelpfulβ votes.helpfulNoβ number of βnot helpfulβ votes.ratingβ rating value (e.g.4.5).productidβ product ID.usernameβ reviewer nickname.review_dateβ date of the review (YYYY-MM-DD).verifiedPurchaseβ"Verified purchase"or empty string.hasRewardedβ whether the review has been rewarded.
Product info
productNameβ product name / slug.productImageUrlβ product image URL.productUrlβ product page URL.productReviewUrlβ product reviews page URL.brandCodeβ brand code.brandNameβ brand name.
Profile info
badgeNameβ badge name (e.g. βSilverβ, βGoldβ).countryβ reviewer country.isInfluencerβ whether the reviewer is an influencer.countryCodeβ reviewer country code (e.g.US,KR).
Text (English only)
reviewTitleβ review title in English (en-US) if available.reviewTextβ review text in English (en-US) if available.
