Adidas avatar
Adidas

Deprecated

Pricing

$2.00 / 1,000 results

Go to Store
Adidas

Adidas

Deprecated

Developed by

Álvaro Rodríguez

Álvaro Rodríguez

Maintained by Community

This actor scrapes product data from the Adidas website. Users can specify multiple product categories (e.g., men, women, kids) and the number of pages to scrape for each category. The extracted data includes product details in JSON format, which is pushed to the Apify dataset for further use.

0.0 (0)

Pricing

$2.00 / 1,000 results

0

Total users

7

Monthly users

5

Runs succeeded

>99%

Last modified

4 months ago

🏷️ Adidas Product Scraper

Effortlessly scrape product data from the Adidas website by category and page count using this Actor.


🚀 What It Does

  • Scrapes product details from Adidas for specific categories like Men, Women, or Kids.
  • Supports pagination to extract multiple pages of products per category.
  • Outputs clean JSON data ready for analysis, integration, or automation.

🛠️ How It Works

  1. Select the product categories you want (e.g., Men Hoodies, Women Tights).
  2. Define how many pages you need to scrape.
  3. Run the Actor and get structured product data.

📝 Input Parameters

  • categories (array): Product categories to scrape.
  • pages (integer): Number of pages to fetch per category.

Example input:

{
"categories": ["men", "women-hoodies_sweatshirts", "kids"],
"pages": 2
}