Adidas Product Scraper
Under maintenancePricing
from $10.00 / 1,000 results
Adidas Product Scraper
Under maintenanceScrape 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
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
| Field | Type | Prefill / Default | Description |
|---|---|---|---|
query (required) | string | "ultraboost" | Search keyword. |
sitePath | enum | "us" | Region: us / uk / de / fr / ca / au / jp / es / it / nl. |
minPrice | integer | 0 (treated as no floor) | Floor in region's currency. |
maxPrice | integer | 300 | Ceiling in region's currency. |
sortBy | enum | "relevance" | relevance / price_asc / price_desc / rating_desc. |
maxResults | integer | 60 | 1–500. Multiple pages auto-fetched. |
impersonate | enum | "chrome120" | TLS fingerprint. |
proxyConfiguration | object | Apify Residential, country = US | Geo-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:
| sitePath | Set proxy country to |
|---|---|
us | US |
ca | CA |
uk | GB |
de | DE |
fr | FR |
au | AU |
jp | JP |
es | ES |
it | IT |
nl | NL |
A US proxy hitting sitePath=de will often work but you may see currency
or availability inconsistencies and a higher block rate.