# iHerb Vitamin D Product Data Extractor

**Use case:** 

Retrieve up to 100 detailed listings for Vitamin D products on iHerb. Access pricing, reviews, and stock status for comprehensive market insights.

## Input

```json
{
  "categoryUrl": "",
  "keyword": "Vitamin D",
  "maxProducts": 100,
  "inStockOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Product Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [iHerb Product Scraper 🌿](https://apify.com/shahidirfan/iherb-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/iherb-product-scraper) to learn more, explore other use cases, and run it yourself.