Adidas Product Scraper avatar

Adidas Product Scraper

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Adidas Product Scraper

Adidas Product Scraper

Under maintenance

Scrape product listings from adidas.com across regional catalogues with keyword search, price filters, sorting, and pagination. Extract titles, prices, sale status, ratings, colors, images, availability, and URLs

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Adidas Product Scraper (Apify Actor)

Searches the adidas.com product catalog via the internal content-engine endpoint. Returns product title, price (with sale price detection), rating, color, category, image, and PDP URL.

Input

FieldTypePrefill / DefaultDescription
query (required)string"ultraboost"Search keyword.
sitePathenum"us"Region: us / uk / de / fr / ca / au / jp / es / it / nl.
minPriceinteger0 (treated as no floor)Floor in region's currency.
maxPriceinteger300Ceiling in region's currency.
sortByenum"relevance"relevance / price_asc / price_desc / rating_desc.
maxResultsinteger601–500. Multiple pages auto-fetched.
impersonateenum"chrome120"TLS fingerprint.
proxyConfigurationobjectApify Residential, country = USGeo-aligned residential proxies.

Example input:

{
"query": "samba og",
"sitePath": "us",
"maxPrice": 150,
"sortBy": "price_asc",
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Output

Each record:

{
"id": "IE3438",
"model_id": "IE3438",
"title": "Samba OG Shoes",
"subtitle": "Originals",
"category": "Lifestyle",
"color": "Cloud White / Core Black / Clear Granite",
"price": 100.00,
"sale_price": null,
"is_on_sale": false,
"currency": "USD",
"rating": 4.7,
"review_count": 2841,
"image": "https://assets.adidas.com/images/...",
"url": "https://www.adidas.com/us/samba-og-shoes/IE3438.html",
"is_orderable": true,
"is_new": false
}

A SUMMARY blob lands on the key-value store with the run parameters and final count.

Region notes

sitePath is not cosmetic. Adidas serves a different catalog per region with different prices, availability, and sometimes different model names. Match the apifyProxyCountry to your sitePath:

sitePathSet proxy country to
usUS
caCA
ukGB
deDE
frFR
auAU
jpJP
esES
itIT
nlNL

A US proxy hitting sitePath=de will often work but you may see currency or availability inconsistencies and a higher block rate.