Boots.com Scraper avatar
Boots.com Scraper

Pricing

$20.00/month + usage

Go to Apify Store
Boots.com Scraper

Boots.com Scraper

Developed by

Voyn Software

Voyn Software

Maintained by Community

Scrapes products from Boots.com. Captures: title, brand, pricing (regular/current, currency), product URL, categories, attributes, offers, availability/in-stock, reviews (avg/count), images, and identifiers (SKU/MPN/GTIN where available).

5.0 (1)

Pricing

$20.00/month + usage

0

1

1

Last modified

2 days ago

Boots.com Scraper (Apify)

Scrape Boots.com list pages and optionally visit each product page for full details.

Features

  • Accepts search keyword
  • Auto Pagination
  • Modes:
    • LIST_ONLY — save data available on list tiles (fast)
    • FULL — also open each product page for specs, description, gallery, JSON-LD fields
  • Proxy support via Apify’s proxy editor
  • Clean fields: productLink, productTitle, brand, price, currency, stockStatus, productImage , features , categories, description, availability, galleryImages, specs (sections with rows)

Input

  • Search keyword
  • Scrape ModeLIST_ONLY or FULL
  • Max items (optional)
  • Proxy configuration — Apify proxy on/off & groups

Example keywords

  • toothpaste
  • soap

Example Output

One item per product:

{
"objectId": "3046154",
"title": "Colgate Total Active Prevention Original Travel Toothpaste 20ml",
"brand": "Colgate",
"referenceUri": "/colgate-total-active-prevention-original-travel-toothpaste-20ml-10353415",
"productUrl": "https://www.boots.com/colgate-total-active-prevention-original-travel-toothpaste-20ml-10353415",
"iconUri": "https://boots.scene7.com/is/image/Boots/10353415?op_sharpen=1",
"thumbnail": "https://boots.scene7.com/is/image/Boots/10353415?wid=45&hei=60&op_sharpen=1",
"ppuQuantity": "20ML",
"perUnit": "£7.50 per 100ML",
"price_regular_value": 1.5,
"price_regular_text": "£1.50",
"price_current_value": 1.5,
"price_current_text": "£1.50",
"price_currency": "GBP",
"price_saving_value": null,
"inStock": true,
"canAddToBasket": "yes",
"expressDelivery": false,
"categories": [
"toiletries",
"health & pharmacy",
"wellness",
"sun & holiday",
"health & pharmacy > lifestyle & wellbeing",
"health & pharmacy > women's health",
"toiletries > dental",
"wellness > vegan",
"toiletries > bathroom essentials",
"toiletries > mini & travel sized toiletries",
"sun & holiday > mini & travel sized toiletries",
"wellness > all vegan products",
"health & pharmacy > lifestyle & wellbeing > dental",
"health & pharmacy > women's health > menopause",
"health & pharmacy > women's health > menopause related products",
"toiletries > dental > toothpaste",
"toiletries > dental > oral health",
"wellness > vegan > all vegan products",
"health & pharmacy > lifestyle & wellbeing > dental > toothpaste",
"health & pharmacy > lifestyle & wellbeing > dental > oral health",
"health & pharmacy > women's health > menopause > menopause related products"
],
"reviews": {
"average": 3.63,
"count": 93,
"rounded": 3
},
"attributes": {
"suitable_for": [
"pregnancy",
"vegan",
"adults",
"vegetarian",
"teens",
"diabetic"
],
"product_type": "toothpaste",
"StockOverrideMessage": "STOCK_COMING_SOON",
"pharmacy_medicine": "no",
"heroChild": "Y",
"format": "paste",
"hasPriceAdvantageDeal": false,
"Reporting_Category": "toiletries",
"hiddenExcludeFromRecs": "No",
"ProductReviewFlag": "1"
},
"offers": [
"3 for 2 on selected Miniatures - cheapest free"
],
"query": "toothpaste",
"pageIndex": 1,
"pdp": {
"name": null,
"description": null,
"sku": null,
"mpn": null,
"brand": "Colgate",
"gtin13": null,
"images": null,
"offerPrice": null,
"offerCurrency": null,
"availability": null,
"ratingValue": null,
"reviewCount": null
}
}