ParseForge Scrapers

ASOS Products Scraper

parseforge/asos-products-scraper

E-commerceAutomationIntegrations

Scrapes ASOS product listings from search queries. Returns each product's title, price, image, URL, and available sizes as a flat row.

Run this scraper See the API call
Total users
3
Monthly active
0
Total runs
94
Bookmarked
0
Rating
Not rated yet
Last modified
8 days ago

Overview

ParseForge

ASOS Products Scraper

Scrape ASOS product listings from any search query, up to a million items per run. Every product comes with its price, image, URL, and available sizes. No login or API key. Export to CSV, JSON, Excel, or XML.

ASOS does not offer a public product data API, and manual collection across multiple country stores is slow and error-prone. This Actor reads the live product feeds directly from ASOS search results, filtered by your keyword and country, and returns each match in one fixed schema. It works across the Global, UK, US, German, French, and Australian stores.

Who uses it What they scrape ASOS for
E-commerce analysts Monitor ASOS pricing and discount strategies across different markets.
Fashion brand managers Track competitor product assortments and new arrivals for a specific category.
Dropshippers Build a product feed of trending ASOS items to list in their own stores.
Data journalists Investigate size availability and pricing fairness in fast fashion.

What it does

This Actor collects ASOS product listings by search keyword and country, and returns each one as a flat row.

  • πŸ” Keyword search: Enter any product name or category, like 'dress' or 'sneakers', to scrape matching listings.
  • 🌍 Multi-country support: Target the Global, UK, US, German, French, or Australian ASOS storefronts.
  • πŸ’± Currency selection: Collect prices in USD, GBP, EUR, or AUD, independent of the chosen country.
  • πŸ“Š Structured output: Each product row includes title, price, image URL, product link, and available sizes.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with ASOS data

πŸ“ˆ Monitor competitor pricing.

A fashion brand manager runs the Actor daily for 'jeans' in the US and German stores to track how ASOS prices its own-label denim against their brand.

πŸ›οΈ Build a product feed.

A dropshipper scrapes the top 500 results for 'activewear' in the UK store to populate their Shopify store with trending items and current prices.

πŸ“° Report on size inclusivity.

A data journalist collects listings for 'swimwear' across all six countries to analyze which markets offer the widest range of sizes.

πŸ”Ž Discover trending products.

A market researcher scrapes the first 1000 results for 'new in' to identify emerging color and pattern trends for the upcoming season.

Why choose this scraper

What you get
No official API needed Access public ASOS product data without an API key or app registration.
Cross-market pricing Compare the same product's price in different countries and currencies.
Fresh data on demand Run the scraper on a schedule to track new arrivals and restocks.
Scalable collection Collect up to a million product listings in a single run.

How it compares

No other Store actor targets ASOS the same way, so the honest comparison is with the alternatives teams actually weigh.

ASOS Products Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When ASOS changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with a search keyword, and set the target country, currency, and a maximum number of products to collect. The Input tab lists every parameter.

A first run with the defaults:

{
  "query": "dress",
  "maxItems": 10
}

A larger pull:

{
  "query": "dress",
  "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the ASOS Products Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to ASOS through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/asos-products-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results for my search query?

Check that your keyword is spelled correctly and is a term ASOS uses. Try a broader, single-word query. Also, ensure the selected country store carries products matching that term.

The scraper is returning fewer products than my maxItems setting.

The Actor can only return the number of products ASOS displays for that search query. ASOS may paginate a limited number of results. Try a more specific keyword to get a deeper, more targeted list.

Prices are not showing in my chosen currency.

Verify that the currency you selected is supported by the country store you are scraping. For example, the German store may only display prices in EUR regardless of the currency setting.

The run is taking a very long time.

A high maxItems value will increase the run time. Reduce the maximum products count for a faster test run, or use a higher memory Actor instance for large-scale scraping.

FAQ

Question Answer
Can I scrape a specific ASOS product category page? Yes, enter the category name as your search query. The Actor will return the same listings you see on the ASOS search results page for that term.
How do I get the price in my local currency? Use the currency selector to choose USD, GBP, EUR, or AUD. The Actor will return prices in that currency as displayed on the chosen country store.
Does this scraper handle ASOS product variants like size and color? The scraper returns the available sizes for each product. Color variant data is not included in the current output.
Is it possible to scrape all products from the entire ASOS catalog? The Actor is designed to scrape search results. To cover the full catalog, you would need to run it with a broad set of keywords.
Can I run this scraper on a schedule? Yes, you can set up a recurring schedule in Apify to run the Actor hourly, daily, or weekly to track changes over time.
What is the difference between the country and currency settings? The country setting determines which ASOS storefront is scraped, which affects product availability. The currency setting controls the currency in which prices are returned.
Do I need an ASOS account to use this scraper? No, the Actor scrapes publicly available product listing pages and does not require a login.
What format is the data exported in? You can export your dataset in JSON, CSV, Excel, or XML format from the Apify platform.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by ASOS.com Ltd. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
query string Keyword to search ASOS for. dress
country string (6 options) Country COM
currency string (4 options) Currency USD
maxItems integer How many products to collect per run. 10

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~asos-products-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run ASOS Products Scraper on Apify All scrapers