Skip to main content
AI Studio  add-on for Spider.
iherb.com · HTTP 200

Iherb Scraper

Spider read iherb.com in 112 ms without a browser and returned 294 lines of clean markdown, including sections like "Brands you trust" and "Daily Flash Deals".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response iherb.com/index.md markdown · 294 lines
Your preference has been updated for this session. To permanently change your account setting, go to My AccountAs a reminder, you can update you preferred country or language anytime in My AccountSupplements 20% off €70+ Use Code: AUG26EUSUPPUp to 70% Off Deals Hundreds of picks across every aisleShop Active Wellness Protein, creatine, electrolytes & moreMagnesium, Your Way More forms. More brands. More choices.Get a more personalized iHerbQuality you can trust, backed by how we source, verify, and store.### Brands you trustYour favorite Vitacost brands, now available on iHerbInspired by your browsing history in {0}### Daily Flash DealsMinimum 40% off deep discounts on 20+ fresh items every 24 hoursAdd to Cart Pure Synergy, Bone Renewal®, 150 Capsules 925 670,96 krNOW Foods, Vitamin D-3, 400 IU, 180 SoftgelsAdd to Cart NOW Foods, Berberine HCl, 500 mg , 90 Veg Capsules 303 285,51 krNOW Foods, Menopause Support, 90 Veg CapsulesAdd to Cart NOW Foods, Chitosan plus Chromium, 120 Capsules 17,661 182,73 krCalifornia Gold Nutrition, Bromelain, 625 mg, 30 Veggie CapsulesAdd to Cart 21st Century, D3, 60 Tablets 25,896 33,63 krBob's Red Mill, Organic Flaxseed Meal, Whole Ground, 32 oz (907 g)Add to Cart Doctor's Best, Vitamin E Tocotrienols, 60 Softgels 3,366 227,35 krCalifornia Gold Nutrition, CoQ10, USP Grade Ubiquinone, 100 mg, 120 Veggie CapsulesAdd to Cart Swanson Vitamins, Lithium Orotate, 5 mg, 60 Veggie Capsules 2,781 77,17 kr **
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on iherb.com.

iherb-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://iherb.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Product NamePriceDescriptionImage

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What iherb.com costs to scrape.

The capture above cost $0.003339 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://iherb.com/", "return_format": "markdown"}'

More E-Commerce scrapers.

Start scraping iherb.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.