Vitacost Scraper avatar

Vitacost Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Vitacost Scraper

Vitacost Scraper

Scrape products from vitacost.com. Use the same collection filters as the site or paste a URL — the URL wins when set.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

💊 Vitacost Scraper

Want Vitacost products in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Vitacost is a US health and wellness store. Collection pages show about 30 products each. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Retail: Export vitamins, supplements, and grocery items from Vitacost.
  • Dashboards: Track prices and brands without paging the site.
  • Market research: Slice the catalog by collection, diet, brand, or price.
  • Data analysts: Export structured rows with public product URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Vitacost results.
  • 📚 RAG Systems: Feed titles, brands, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Vitacost collection or search URL, or pick the same filters as the store. input_url always wins when set.
  • 🎯 Website-Matched Filters: Collection, keyword, diet, brand, price range, and sort.
  • 🌐 Product pages: Description, ingredients, supplement facts, UPC, ratings, and photos — not just the collection card.

📦 What's inside the data?

id, url, title, brand, price, compare_at_price, currency, sku, upc, available, product_type, tags, description, ingredients, suggested_use, warnings, expiration, supplement_facts, rating, review_count, weight_grams, image_url, images

🚀 Quick start

Option A: paste https://www.vitacost.com/collections/vitamins. Option B: pick a collection or type a keyword and set max_results.

Input Example (filters):

{
"collection": "vitamins",
"diet": "Vegan",
"price_max": 30,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.vitacost.com/search?q=vitamin+d",
"max_results": 100
}

Output Example:

{
"id": "10390054928699",
"url": "https://www.vitacost.com/products/vitacost-vitamin-d3-mini-gels-125-mcg-5-000-iu-365-softgels-158727",
"title": "Vitacost, Vitamin D3 Mini Gels, 125 mcg (5,000 IU), 365 Softgels",
"brand": "Vitacost",
"price": 11.32,
"compare_at_price": 11.32,
"currency": "USD",
"sku": "158727",
"upc": "844197013715",
"available": true,
"product_type": "Vitacost Brands",
"tags": ["Supplements", "Vitamin D", "Vitamins"],
"description": "High-potency vitamin D supplement supplies 125 mcg per mini softgel.",
"ingredients": "Safflower oil, gelatin, vegetable glycerin and water.",
"suggested_use": "Take 1 softgel daily or as directed by a healthcare professional.",
"warnings": "Pregnant or lactating women should consult a physician.",
"expiration": "10/01/2028",
"supplement_facts": "Vitamin D (as cholecalciferol [D3]) 125 mcg (5,000 IU) 625%",
"rating": 4.84,
"review_count": 425,
"weight_grams": 147,
"image_url": "https://cdn.shopify.com/s/files/1/0804/8974/2651/files/example.jpg"
}

Output fields:

FieldDescription
idVitacost product id.
urlPublic product page.
titleProduct title.
brandBrand or vendor.
pricePrice in US dollars when shown.
compare_at_priceCompare-at price when shown.
currencyAlways USD.
skuSKU when shown.
upcUPC / GTIN from the product page.
availableWhether the item is in stock when shown.
product_typeStore product type.
tagsStore tags such as Vitamin D or Supplements.
descriptionProduct description from the product page.
ingredientsIngredient list.
suggested_useSuggested use / directions.
warningsWarning text.
expirationExpiration date when shown.
supplement_factsSupplement facts table as text.
ratingAverage star rating.
review_countNumber of reviews.
weight_gramsShipping weight in grams.
image_urlProduct photo.
imagesAll product photos.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoVitacost collection or search URL. Overrides every filter.
collectionstring enumNoVitaminsSame departments as the shop menu. Ignored when Keyword is set.
querystringNoSame as the site search box.
dietstring enumNoanyVegan, Vegetarian, Gluten-free, and other store badges.
brandstringNoBrand or vendor name, such as Nature Made.
price_minnumberNoLowest price in US dollars.
price_maxnumberNoHighest price in US dollars.
sortstring enumNoBest sellingFeatured, Best selling, Price: low to high, and other store sorts.
max_resultsintegerNo50Maximum rows (12000).