Holland & Barrett Scraper avatar

Holland & Barrett Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Holland & Barrett Scraper

Holland & Barrett Scraper

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

Pricing

from $1.50 / 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

4 days ago

Last modified

Categories

Share

🌿 Holland & Barrett Scraper

Want Holland & Barrett 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.

Holland & Barrett is a UK health shop with thousands of vitamins, food, beauty, and wellness products. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Retail: Export vitamins, supplements, and beauty products from Holland & Barrett.
  • Dashboards: Track shop prices without paging the site.
  • Market research: Slice the shop by brand, format, promotion, diet, 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 Holland & Barrett 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 Holland & Barrett shop or search URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Category, keyword, brand, format, promotion, delivered by, sold by, type, diet, wellness goal, free-from, price, stock, new-in, sort — the same controls as the shop listing.
  • 🌐 Listing cards: Title, price in pounds, brand, and product photo.

📦 What's inside the data?

id, url, title, price, currency, brand, image

🚀 Quick start

Option A: paste https://www.hollandandbarrett.com/shop/vitamins-supplements/?t=brand:holland-barrett. Option B: pick a shop category, brand, or other filter and set max_results.

Input Example (filters):

{
"category": "vitamins-supplements",
"brand": "holland-barrett",
"format": "capsules",
"suitable_for": "vegan",
"sort_by": "Price",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.hollandandbarrett.com/shop/vitamins-supplements/?t=brand:holland-barrett",
"max_results": 100
}

Output Example:

{
"id": "6100006564",
"url": "https://www.hollandandbarrett.com/shop/product/holland-barrett-magnesium-biglycinate-375mg-90-capsules-6100006564",
"title": "Holland & Barrett Magnesium Bisglycinate 375mg 90 Capsules",
"price": 19.29,
"currency": "GBP",
"brand": "Holland & Barrett",
"image": "https://images.hollandandbarrettimages.co.uk/productimages/HB/380/069878_A.png"
}

Output fields:

FieldDescription
idProduct id.
urlPublic product page.
titleProduct title.
pricePrice in pounds when shown.
currencyAlways GBP.
brandBrand name when shown.
imageProduct photo.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoHolland & Barrett shop or search URL (t / so query params are kept). Overrides every filter.
categorydropdownNovitamins & supplementsShop menu group.
querystringNoSame as the site search box.
branddropdownNoanyShop Brand filter (Holland & Barrett, Vitabiotics, Solgar, …).
formatdropdownNoanyCapsules, tablets, gummies, powder, and other formats.
promotiondropdownNoany3 for 2, flash sale, clearance, and other offers.
delivered_bydropdownNoanyWho ships the product.
sold_bydropdownNoanyMarketplace seller.
product_typedropdownNoanyType from All filters.
suitable_fordropdownNoanyVegetarian, vegan, gluten free, keto, …
wellness_goaldropdownNoanyEnergy, immunity, sleep, and other missions.
goaldropdownNoanyExtra goal tags.
free_fromdropdownNoanyAllergen / free-from tags.
main_ingredientdropdownNoanyMain ingredient tags.
product_rangedropdownNoanyProduct range.
flavourdropdownNoanyFlavour.
potencydropdownNoanyPotency bucket.
five_starsbooleanNofalse5 Stars Only.
has_promotionbooleanNofalseOnly products on promotion.
in_stockbooleanNofalseIn stock only.
new_inbooleanNofalseNew In.
price_minintegerNoLowest price in pounds.
price_maxintegerNoHighest price in pounds.
sort_bydropdownNoPopularPopular, New, High rated, Lowest / Highest Price, Highest Discount.
max_resultsintegerNo50Maximum rows (12000).