ASOS avatar

ASOS

Pricing

from $5.00 / 1,000 product-pages

Go to Apify Store
ASOS

ASOS

Scrape products from ASOS websites. Includes reviews and Q&As. 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

2 days ago

Last modified

Categories

Share

ASOS Scraper

Scrapes product data from asos.com and topshop.com including product details, pricing, variants, stock status, and reviews.

Features

  • All ASOS regional sites — UK, US, Australia, France, Germany, Italy, Spain, Netherlands, Sweden, Denmark, Poland — with correct currency and language auto-detected from the URL
  • Topshop — scrapes Topshop brand products via the ASOS API from www.topshop.com URLs
  • Search API — scrape product listings by category or text search
  • Product page parsing — full product details from embedded page data (no browser needed)
  • Stock/price API — real-time pricing and variant-level stock status
  • Reviews & ratings — embedded BazaarVoice review data from product pages
  • Group products — handles both standard and group/multi-colour product pages

Supported URL Types

ASOS — All Regions

RegionURL Example
🇬🇧 UKhttps://www.asos.com/men/shoes/cat/?cid=4209
🇺🇸 UShttps://www.asos.com/us/men/shoes/cat/?cid=4209
🇫🇷 Francehttps://www.asos.com/fr/hommes/chaussures/cat/?cid=4209
🇩🇪 Germanyhttps://www.asos.com/de/herren/schuhe/cat/?cid=4209
🇦🇺 Australiahttps://www.asos.com/au/men/shoes/cat/?cid=4209
🇮🇹 Italyhttps://www.asos.com/it/uomo/scarpe/cat/?cid=4209
🇪🇸 Spainhttps://www.asos.com/es/hombre/zapatos/cat/?cid=4209
🇳🇱 Netherlandshttps://www.asos.com/nl/heren/schoenen/cat/?cid=4209
🇸🇪 Swedenhttps://www.asos.com/se/herr/skor/cat/?cid=4209
🇩🇰 Denmarkhttps://www.asos.com/dk/herrer/sko/cat/?cid=4209
🇵🇱 Polandhttps://www.asos.com/pl/mezczyzni/buty/cat/?cid=4209

Topshop

URL TypeExample
Mainhttps://www.topshop.com/gb
Searchhttps://www.topshop.com/gb/search?q=dresses
Categoryhttps://www.topshop.com/gb/topshop/category/...?cid=52990

Other ASOS URL types (all regions)

URL TypeExample
Product pagehttps://www.asos.com/nike/nike-air-force-1/prd/202389207
Regional producthttps://www.asos.com/fr/nike/nike-air-force-1/prd/202389207
Group producthttps://www.asos.com/brand/product-name/grp/12345
Text searchhttps://www.asos.com/search/?q=trainers
Category landinghttps://www.asos.com/men/

Region Auto-Detection

The store, currency, language and country are automatically detected from the URL prefix. No manual configuration needed:

URL prefixStoreCurrency
(none / UK)COMGBP
/us/USUSD
/au/AUAUD
/fr/FREUR
/de/DEEUR
/it/ITEUR
/es/ESEUR
/nl/NLEUR
/se/SESEK
/dk/DKDKK
/pl/PLPLN

You can mix URLs from different regions in a single run — each URL uses its own region settings automatically.

Example Input

{
"start_urls": [
{"url": "https://www.asos.com/men/shoes/cat/?cid=4209"},
{"url": "https://www.asos.com/fr/femmes/robes/cat/?cid=8799"},
{"url": "https://www.topshop.com/gb/search?q=dresses"}
],
"scrape_product_page": true,
"scrape_reviews": true,
"max_products": 2,
"max_reviews": 10
}

Example Output

{
"name": "adidas Originals Handball Spezial gum sole trainers in brown and white",
"brand": "adidas Originals",
"productCode": "133694500",
"productId": 205774480,
"colour": "MULTI",
"gender": "Unisex",
"price": 90,
"priceText": "£90.00",
"rrp": 90,
"rrpText": "£90.00",
"currency": "GBP",
"imageUrl": "https://images.asos-media.com/products/adidas-originals-handball-spezial-gum-sole-trainers-in-brown-and-white/205774480-1-multi",
"description": "Shoes by adidas Originals\n\n• Off-duty days call for trainers\n• Low-profile design\n• Lace-up fastening\n• Padded cuff\n• Signature adidas branding\n• Gum sole\n• Supplier reference: IF6490",
"brandDescription": "adidas Originals needs no introduction. The brand’s famous 3-Stripes can be seen on the track, field and in the latest streetwear trends. Scroll the adidas Originals at ASOS edit to get your fix, from fresh trainers from the iconic Superstar, Stan Smith, Gazelle and Continental 80 collections to archive-inspired adidas Originals tracksuits, T-shirts and sweatshirts. And if you’re in need of some fresh kit, then cop yourself some sweat-wicking shorts, vests and compression tights from adidas Performance.",
"aboutMe": "Soft suede upper\n\nSole: 100% Rubber, Upper: 50% Leather, 50% Textile.",
"careInfo": "Wipe clean with a soft dry cloth",
"productType": "Trainers",
"breadcrumb": [
"Home",
"Women",
"Shoes",
"adidas Originals Handball Spezial gum sole trainers in brown and white "
],
"variants": [
{
"size": "UK 6",
"variantId": 205774483,
"sku": "133694643",
"colour": "MULTI",
"isInStock": true,
"isLowInStock": false,
"ean": "4066765220004"
},
{
"size": "UK 6.5",
"variantId": 205774486,
"sku": "133694644",
"colour": "MULTI",
"isInStock": true,
"isLowInStock": false,
"ean": "4066765219978"
}
],
"isInStock": true,
"isMarkedDown": false,
"reviewRating": 4.8,
"reviewCount": 3417,
"percentageRecommended": 97,
"ratingDistribution": [
{
"ratingsValue": 5,
"count": 3080
},
{
"ratingsValue": 4,
"count": 223
},
{
"ratingsValue": 1,
"count": 61
},
{
"ratingsValue": 3,
"count": 36
},
{
"ratingsValue": 2,
"count": 17
}
],
"reviews": [
{
"id": "181115362",
"rating": 5,
"submissionRecency": "New Today",
"reviewText": "Trainers are stylish and comfortable. Look great with jeans",
"title": "Up there with the best trainers",
"isSyndicated": false,
"syndicationSource": {
"name": "adidas.com",
"logoImageUrl": "https://photos-eu.bazaarvoice.com/photo/2/cGhvdG86YXR0cmlidXRpb25sb2dvMg/0e352a11-2bfd-4132-af54-7ca6edfbc5ba",
"contentLink": "http://www.adidas.co.uk/product/KK0932.html"
},
"badges": {
"verifiedPurchaser": {
"id": "verifiedPurchaser",
"contentType": "REVIEW"
},
"incentivizedReview": {
"id": "incentivizedReview",
"contentType": "REVIEW"
}
},
"badgesOrder": [
"verifiedPurchaser",
"incentivizedReview"
],
"contextDataValues": {},
"contextDataValuesOrder": [],
"additionalFields": {},
"additionalFieldsOrder": [],
"photos": [],
"videos": []
}
],
"link": "https://www.asos.com/adidas-originals/adidas-originals-handball-spezial-gum-sole-trainers-in-brown-and-white/prd/205774480"
}

Output Fields

FieldDescription
nameProduct name
brandBrand name
productCodeASOS product code
productIdASOS product ID
colourProduct colour
genderGender category
price / priceTextCurrent price (in local currency)
rrp / rrpTextOriginal price (if marked down)
currencyCurrency code
isMarkedDownWhether product is on sale
linkProduct page URL
imageUrlMain product image
additionalImageUrlsAdditional product images
descriptionProduct description (plain text)
brandDescriptionBrand description
aboutMeMaterials/composition info
careInfoCare instructions
sizeAndFitSize and fit guide
productTypeProduct type (e.g. "Trainers")
breadcrumbCategory breadcrumb path
variantsSize/colour variants with stock info
isInStockOverall stock status
isSellingFastSelling fast indicator
reviewRatingAverage review rating
reviewCountTotal review count
percentageRecommended% of reviewers who recommend
ratingDistributionRating breakdown (1-5 stars)
reviewsIndividual review entries

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, or search listing (Algolia API)
product-page$0.005Each product enriched with full detail from the product page (description, ingredients, directions)
review$0.0005Per individual customer review fetched

Reviews require the product page to be fetched.