Asos Category Scraper avatar
Asos Category Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
Asos Category Scraper

Asos Category Scraper

Developed by

axly

axly

Maintained by Community

This is an Apify Actor designed to scrape product data from ASOS category pages. It navigates through category listings, extracts product information, and handles pagination to collect comprehensive data from the ASOS website. - Outputs data in a structured format compatible with Apify datasets

0.0 (0)

Pricing

$1.00 / 1,000 results

0

1

1

Last modified

a day ago

This is an Apify Actor designed to scrape product data from ASOS category pages. It navigates through category listings, extracts product information, and handles pagination to collect comprehensive data from the ASOS website.

Features

  • Scrapes product details including name, price, URL, and more from ASOS category pages
  • Handles pagination to ensure all products in a category are scraped
  • Supports multiple categories through configurable input
  • Implements rate limiting to avoid overloading the target website
  • Outputs data in a structured format compatible with Apify datasets

Input Parameters

The actor accepts the following input parameters:

  • startUrls (array, required): List of ASOS category URLs to start scraping from

Example input:

{
"start_urls": [
{"url": "https://www.asos.com/women/shoes/boots/cat/?cid=6455" }
]
}