iHerb Product Advisor
Pricing
$80.00 / 1,000 product recommendations
iHerb Product Advisor
Recommend iHerb products from a wellness shopping context using OpenRouter + live iHerb listings. Returns ranked products with reasons. Not medical advice.
Pricing
$80.00 / 1,000 product recommendations
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
πΏ iHerb Product Advisor
Want iHerb picks that match a real shopping context β not just another product dump? This actor turns a short wellness brief into ranked live iHerb recommendations with reasons.
Describe what you need (budget, form, preferences). The actor finds matching products on iHerb and returns a shortlist. Not medical advice.
π‘ Perfect for...
- Shoppers: Turn βsinus season, vegan capsules under $30β into concrete product links.
- Health-tech / apps: Offer grounded iHerb suggestions from user context.
- π€ AI Agents: One structured input β ranked products with reasons.
- π Workflows: Pipe recommendations into n8n, Make, LangChain, CrewAI, etc.
β¨ Why you'll love this scraper
- π§ Context β recommendations: Plain-language need in, ranked products out.
- π Live iHerb data: Suggestions come from real search / Health Topic listings (not invented SKUs).
- π― Preferences-aware: Budget, capsules vs gummies, brand likes/dislikes, avoid-lists.
- β οΈ Safety framing: Built-in disclaimer; wellness shopping aid only.
π¦ What's inside the data?
Each run pushes:
run_metaβ planned queries/topics, counts, disclaimerrecommendationrows β ranked products with reasons
Recommendation fields:
- Rank / fit:
rank,match_score,reason,cautions - Product:
product_id,part_number,name,brand,price_usd,url,in_stock - Provenance:
source_query,type
π Quick start
- Write a context (what you need).
- Optionally add preferences and set
max_items. - Click Start β export CSV/JSON when done.
Tech details for developers π§βπ»
How it works
- Interprets your context into iHerb search queries + Health Topic categories
- Scrapes live listings
- Ranks a shortlist from those candidates only (so product IDs stay real)
Inputs
| Field | Description |
|---|---|
context | Wellness shopping need (required) |
preferences | Optional constraints |
max_items | How many recommendations to return (default 5, max 30) |
Input Example:
{"context": "Seasonal allergy sinus pressure; prefer vegan capsules under $30","preferences": "Avoid melatonin; like California Gold Nutrition if possible","max_items": 5}
Output Example (recommendation row):
{"type": "recommendation","rank": 1,"match_score": 88,"reason": "Sinus-oriented herbal capsule formula that fits a vegan capsule preference and typical allergy-season shopping intent.","cautions": "Not a substitute for medical care if symptoms are severe or persistent.","product_id": "49438","name": "Redd Remedies, Adult Sinus Supportβ’, 72 Vegan Capsules","brand": "Redd Remedies","price_usd": 37.97,"url": "https://www.iherb.com/pr/redd-remedies-adult-sinus-support-72-vegan-capsules/49438","in_stock": true}
Disclaimer: Supplements are not medicines. This actor does not diagnose, treat, or prescribe. Check labels, allergens, and interactions yourself or with a clinician.