# Iherb Reviews Scraper (`saswave/iherb-reviews-scraper`) Actor

$0.9 / 1000 results. A fast and reliable scraper to extract customer reviews from iHerb product pages. It collects review content, ratings, images, verified purchase status, and reviewer profile info, providing structured data for analysis and insights.

- **URL**: https://apify.com/saswave/iherb-reviews-scraper.md
- **Developed by:** [SASWAVE](https://apify.com/saswave) (community)
- **Categories:** E-commerce, Social media, Automation
- **Stats:** 17 total users, 4 monthly users, 93.0% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.90 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Iherb reviews scraper

A fast and reliable scraper to extract customer reviews from iHerb product pages.

It collects review content, ratings, images, verified purchase status, and reviewer profile info, providing structured data for analysis and insights.

### ✨ Features

Extract all reviews for a given iHerb product

Capture review metadata:

- Rating value

- Review title & text

- Review date

- Verified purchase status

Reviewer profile info:

- Username & display name

- Country

- Profile statistics (review count, helpful votes, images)

- Profile avatar

Review images with multiple resolutions (small, medium, large)

Language detection (languageCode & languageName)

Rewarded review flag

### Output

```json
{
  "id": "97e75e48-0e02-4b7b-9292-f7241f779b75",
  "helpfulYes": 0,
  "helpfulNo": 0,
  "profileInfo": {
    "image": {
      "thumbnails": [
        {
          "thumbnailTypeId": 2,
          "fullPath": "https://ugc-images.images-iherb.com/ugc/20191204/ee13f9f3-c871-41b3-aee4-718467192107/s.jpg"
        },
        {
          "thumbnailTypeId": 3,
          "fullPath": "https://ugc-images.images-iherb.com/ugc/20191204/ee13f9f3-c871-41b3-aee4-718467192107/m.jpg"
        },
        {
          "thumbnailTypeId": 4,
          "fullPath": "https://ugc-images.images-iherb.com/ugc/20191204/ee13f9f3-c871-41b3-aee4-718467192107/l.jpg"
        }
      ]
    },
    "displayname": "",
    "showDisplayname": true,
    "ugcSummary": {
      "helpfulCount": 2,
      "reviewCount": 42,
      "answerCount": 1,
      "imageCount": 30
    },
    "username": "C8BEFAF819",
    "country": "Latvia"
  },
  "customerNickname": "iHerb customer",
  "customerProfileLink": "C8BEFAF819",
  "postedDateLocalized": "Nov 29, 2025",
  "postedDate": "2025-11-29T23:48:58.128Z",
  "languageCode": "en-US",
  "languageName": "English",
  "verifiedPurchase": true,
  "hasRewarded": true,
  "reviewTitle": "Powerful probiotics",
  "reviewText": "I haven’t tried this yet but it was the supplement I liked because of its powerful concentration. Very few probiotics have such a high concentration. It should have high quality ingredients as for the price. I hope it really benefits my gut, digestion and microbiome. The package size is not too big but it is enough for 1 month.",
  "ratingValue": 50,
  "images": [
    {
      "postedDate": "0001-01-01T00:00:00",
      "assetId": "72695acc-f705-424d-8cd1-39555343d31b",
      "status": 2,
      "isClean": false,
      "paths": {
        "s": "https://ugc-images.images-iherb.com/ugc/20251129/72695acc-f705-424d-8cd1-39555343d31b/s.jpeg",
        "l": "https://cloudinary.images-iherb.com/image/upload/f_auto,q_auto:eco/ugc/20251129/72695acc-f705-424d-8cd1-39555343d31b/l.jpeg",
        "m": "https://cloudinary.images-iherb.com/image/upload/f_auto,q_auto:eco/ugc/20251129/72695acc-f705-424d-8cd1-39555343d31b/m.jpeg"
      }
    }
  ]
}
```

### 🚀 Use Cases

📊 Customer sentiment analysis

🛒 Product performance tracking

🤖 Automated review aggregation

🌎 Multi-language review insights

🖼 Review image collection for marketing or analysis

✅ Verify genuine purchase reviews

### 💡 Notes

Data is sourced from publicly available iHerb reviews

Review images are hosted on iHerb’s CDN

Ratings are provided on a 50-point scale

Rewarded reviews are flagged in hasRewarded

Some users may have anonymous or hidden display names

### 🛟 SUPPORT

Share your runs with the developer team and create issues on error to help us improve actor quality.

You might discover edge case we didn't test yet

We stay available anytime

# Actor input Schema

## `domain` (type: `string`):

provide country domain name, for france it's fr.iherb.com

## `product_ids` (type: `array`):

Provide a list of products ids. ex for url https://fr.iherb.com/pr/protocol-for-life-balance-protodophilus-100-billion-30-veg-capsules/116879 id is 116879

## `text_to_search` (type: `string`):

Leave empty to get all

## `show_translated` (type: `boolean`):

for original text review, set to false

## `image_only` (type: `boolean`):

Set to true if you want to exclude reviews without images

## `sort` (type: `string`):

Select your sort preferences

## `ratings` (type: `array`):

Select ratings to include

## Actor input object example

```json
{
  "domain": "fr.iherb.com",
  "product_ids": [
    "116879"
  ],
  "text_to_search": "",
  "show_translated": true,
  "image_only": false,
  "sort": "2",
  "ratings": []
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "domain": "fr.iherb.com",
    "product_ids": [
        "116879"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("saswave/iherb-reviews-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "domain": "fr.iherb.com",
    "product_ids": ["116879"],
}

# Run the Actor and wait for it to finish
run = client.actor("saswave/iherb-reviews-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "domain": "fr.iherb.com",
  "product_ids": [
    "116879"
  ]
}' |
apify call saswave/iherb-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=saswave/iherb-reviews-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/KZYcJM1YgdesesuF3/builds/Zs8BtEpCyQyRIOzh3/openapi.json
