Intersport Scraper — European Sports Products & Prices
Pricing
Pay per event
Intersport Scraper — European Sports Products & Prices
Scrape products, prices, ratings, and availability from Intersport.de. Europe's leading sports retailer. Supports search queries, category browsing, and product sitemap discovery.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Jelle Desramaults
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Intersport Scraper
Extracts sporting goods from intersport.de -- Germany's Intersport chain covering running shoes, outdoor gear, team sports equipment, and fitness apparel.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search term (e.g., "laufschuhe", "skihandschuhe") |
categoryUrl | String | No | Intersport category URL |
maxResults | Integer | No | Max products (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
Without input, the scraper downloads the compressed product sitemap and scrapes from there.
Output
| Field | Type | Example |
|---|---|---|
name | String | "Nike Air Zoom Pegasus 41" |
brand | String | "Nike" |
price | Number | 129.99 |
currency | String | "EUR" |
ean | String | "0196153783422" |
sku | String | "DV3853-001" |
inStock | Boolean | true |
rating | Number | 4.4 |
reviewCount | Number | 67 |
imageUrl | String | Product photo |
description | String | Product description |
category | String | "Laufschuhe" |
color | String | "Black/White" |
language | String | "de" |
Three discovery modes
- Search: Uses
/search/?q=... - Category: Crawls the provided category page
- Sitemap (default): Downloads
products-sitemap.xml.gz, decompresses it, and scrapes product URLs directly
JSON-LD extraction handles both Product and ProductGroup types. Rating normalization converts non-standard scales to 0-5 automatically.
Cost
About $0.25 per 1,000 products.
Notes
- German site. Content in German.
- Product URLs match the pattern
/category/subcategory/product-name-123456/ - Session pooling and cookie persistence are enabled for better request success rates.
- The sitemap is gzip-compressed and downloaded as a binary buffer.