Sportamore Scraper — Swedish Sports, Fitness & Outdoor Gear
Pricing
Pay per event
Sportamore Scraper — Swedish Sports, Fitness & Outdoor Gear
Scrape products, prices, brands, and deals from Sportamore.com — Sweden's largest online sports retailer. Search by keyword or browse collections. Outputs structured JSON with prices in SEK.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Sportamore Scraper
Scrape sporting goods from sportamore.se, Sweden's online sports retailer. Running shoes, outdoor gear, gym equipment, sportswear -- all with pricing, ratings, and availability.
How it works
On listing pages, the scraper extracts product data directly from card elements (name, price, brand, image). If you enable scrapeDetails, it also visits each product page for full information including JSON-LD data, color variants, available sizes, and technical specs.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term (default: "loparskor" for running shoes) |
categoryUrl | string | Category URL |
maxResults | integer | Limit (default: 100) |
scrapeDetails | boolean | Visit product pages for full data (default: false) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | string | "Nike Air Zoom Pegasus 41" |
brand | string | "Nike" |
price | number | 1399 |
originalPrice | number | 1699 |
currency | string | "SEK" |
sku | string | "FD2722-001" |
ean | string | "0196975234567" |
inStock | boolean | true |
rating | number | 4.6 |
reviewCount | number | 89 |
url | string | Product URL |
imageUrl | string | Product image |
category | string | "Loparskor" |
color | string | "Black/White" |
sizes | array | ["38", "39", "40", "41", "42"] |
specs | object | Technical attributes |
Fast mode vs detail mode
- scrapeDetails=false (default): One request per listing page. Fast, but limited to card data.
- scrapeDetails=true: One extra request per product. Gets JSON-LD, sizes, colors, and specs.
Notes
- Swedish price formats: "1 399 kr", "999:-", "1 499,50"
- Search URL:
/search?q= - Pagination via
?page=Nparameter