Boohoo avatar

Boohoo

Pricing

from $5.00 / 1,000 product-pages

Go to Apify Store
Boohoo

Boohoo

Scrape products from Boohoo.com. Fast and Efficient.

Pricing

from $5.00 / 1,000 product-pages

Rating

0.0

(0)

Developer

datasaurus

datasaurus

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Categories

Share

Boohoo Scraper

Scrapes products from Boohoo.com including full product detail.

Features

  • Listing scraper
  • Product detail scraper: for full product data
  • Colour variants: Colour, SKU, price, was-price, stock status, images, swatch
  • Size variants: Size, SKU, stock status, available quantity
  • Full product info: Description, care instructions, breadcrumb, category taxonomy, occasion, sleeve length, badges

Supported URL Types

URL PatternBehaviour
https://www.boohoo.com/Main site — samples 5 popular categories
https://www.boohoo.com/categories/womens-dressesCategory — Bloomreach keyword search
https://www.boohoo.com/brands/boohooBrand — Bloomreach keyword search
https://www.boohoo.com/product/{slug}_{pid}.htmlDirect product — scrapes page immediately
https://www.boohoo.com/product/{slug}_{pid}Direct product (no .html)

Input

FieldTypeDefaultDescription
start_urlsArrayrequiredURLs to scrape (see URL types below)
max_productsInteger48Max products per start URL
max_products_per_categoryIntegermax_productsProducts per category when scraping the main site
scrape_product_pageBooleanfalseEnrich listings with full product page data

Output Fields

FieldDescription
nameProduct name
brandBrand name
skuMaster variant SKU
pidProduct ID
priceCurrent price (GBP)
rrpWas price / RRP (only when discounted)
currencyAlways GBP
linkProduct page URL
imageUrlMain product image URL
descriptionPlain text description
breadcrumbNavigation breadcrumb array
categoryProduct category names
categoryTaxonomyPrimary taxonomy (e.g. Dresses)
styleTaxonomyStyle taxonomy (e.g. Blazer Dress)
departmentDepartment (e.g. Clothing)
occasionOccasion tags
sleeveLengthSleeve length
careInstructionsMaterials and care instructions
colourVariantsArray of colour variant objects
sizesArray of size objects with stock levels
badgesProduct badges (e.g. Next Day Delivery)

Example Input

{
"start_urls": [
{
"url": "https://www.boohoo.com/categories/womens-tops"
}
]
"scrape_product_page": true,
"max_products": 4,
}

Example Output

{
"name": "The Mid Waist Wide Leg Jean",
"brand": "boohoo",
"sku": "HZZ42001-9873-1162",
"pid": "HZZ42001",
"price": 18.75,
"rrp": 25.0,
"currency": "GBP",
"imageUrl": "https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl",
"description": "• Crafted from pure cotton denim for breathable comfort throughout the day\n\n• Mid-waist design offers flattering coverage whilst maintaining modern appeal\n\n• Dramatic wide leg silhouette creates a statement look with flowing movement\n\n• Classic five-pocket styling with traditional denim detailing\n\n• Versatile length that works beautifully with both flats and heels\n\nMake a bold fashion statement with these striking wide leg jeans that combine retro influence with contemporary styling. The generous cut through the leg creates a dramatic silhouette that moves beautifully with every step, whilst the mid-rise waist ensures a comfortable fit that sits perfectly on your natural waistline. Style with a fitted crop top as shown for a balanced proportion that highlights the waist, or tuck in an oversized shirt for casual weekend brunches. These jeans transition effortlessly from day to night - pair with trainers and a casual jumper for family gatherings, or dress up with block heels and a bodysuit for evening drinks. The timeless denim construction ensures these will become a wardrobe staple that works across all seasons.",
"breadcrumb": [
"home",
"Womens",
"Womens Clothing",
"Jeans",
"Mid Rise Jeans",
"The Mid Waist Wide Leg Jean"
],
"category": [
"Denim",
"Boohoo Jeans",
"Womens",
"Womens Clothing",
"Jeans",
"Bottoms",
"Casual Wear",
"Teen Girl Outfits"
],
"categoryTaxonomy": "Jeans",
"styleTaxonomy": "Wide Leg Jeans",
"department": "Clothing",
"occasion": [
"Casual"
],
"careInstructions": "100% Cotton Machine wash at 30°C, do not bleach, do not tumble dry, iron at medium temperature, do not dry clean, wash dark colors separately Model wears: Size 10",
"colourVariants": [
{
"colour": "Vintage Bleach",
"colourCode": "vintage bleach",
"sku": "HZZ42001-9873-1162",
"price": 18.75,
"inStock": true,
"wasPrice": 25.0,
"images": [
"https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl",
"https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl_1",
"https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl_2",
"https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl_3"
],
"swatchImage": "https://mediahub.boohoo.com/hzz42001_vintage%20bleach_xl_s"
}
],
"sizes": [
{
"size": "6/30L",
"sku": "HZZ42001-9873-1162",
"inStock": false,
"availableQuantity": 0
},
{
"size": "8/30L",
"sku": "HZZ42001-9873-1163",
"inStock": false,
"availableQuantity": 0
},
{
"size": "10/30L",
"sku": "HZZ42001-9873-1164",
"inStock": false,
"availableQuantity": 0
},
{
"size": "14/32L",
"sku": "HZZ42001-9873-1172",
"inStock": true,
"availableQuantity": 4
},
{
"size": "16/32L",
"sku": "HZZ42001-9873-1173",
"inStock": true,
"availableQuantity": 16
}
],
"badges": [
"Next Day Delivery"
],
"link": "https://www.boohoo.com/product/boohoo-the-mid-waist-wide-leg-jean_hzz42001"
}

Pricing (Pay-Per-Event)

This Actor uses pay-per-event billing. You are only charged for what you actually scrape.

EventPriceWhen charged
product-listing$0.002Each product discovered from a category/brand listing (no page scraping)
product-page$0.005Each product enriched with full detail from the product page (colour variants, sizes, care)

When scrape_product_page is false, only product-listing is charged. When true, product-page is charged instead.