XXL Sport Sweden Scraper - Products, Prices & Stock
Pricing
from $2.00 / 1,000 result scrapeds
XXL Sport Sweden Scraper - Products, Prices & Stock
Scrape products, prices, brands, ratings, and availability from XXL Sport Sweden (xxl.se), Sweden's largest sports retailer. Supports keyword search and category browsing. No login or cookies required.
Pricing
from $2.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
XXL Sport Sweden Scraper
Scrapes products from XXL Sport Sweden (xxl.se), Sweden's largest sports retailer. Covers running, skiing, cycling, outdoor, gym, hunting, and team sports.
Extract product names, brands, current and original prices, ratings, stock status, images, and product URLs at scale, with no login or cookies required.
What this actor does
XXL.se is a Next.js storefront backed by an Elevate (Apptus eSales) search API. This actor queries that API directly for fast, structured product data, and falls back to HTML parsing when needed. You give it a Swedish search keyword or a category URL, and it returns clean JSON rows.
Data extraction strategy
The scraper first queries XXL's Elevate Storefront API v3 for structured product data (title, brand, price, rating, stock, images). If the API returns nothing, it falls back to a CheerioCrawler that parses product pages using JSON-LD and OpenGraph meta tags.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | String | Swedish search term (e.g. löparskor, skidor, cykel) |
categoryUrl | String | Category URL (e.g. https://www.xxl.se/skor/c/100305) |
maxResults | Integer | Limit (default: 100) |
proxyConfiguration | Object | Proxy settings (residential, Sweden recommended) |
If you provide no input at all, the actor runs a sensible default search so it always returns data.
Output
{"name": "Runfalcon 5, fritidsskor, herr","brand": "adidas","price": 349,"originalPrice": 449,"currency": "SEK","sku": "1228519","productId": "1228519","inStock": true,"rating": 4.4,"imageUrl": "https://cdn.xxl.se/filespin/eb74f72f04f64dc48a2981b9d306a246","url": "https://www.xxl.se/adidas-runfalcon-5-fritidsskor-herr-vit/p/1228519_1_Style","scrapedAt": "2026-07-07T10:00:00.000Z"}
Output fields
| Field | Description |
|---|---|
name | Product title |
brand | Brand or manufacturer |
price | Current selling price (SEK) |
originalPrice | Original price before discount, when on sale |
currency | Always SEK |
sku / productId | XXL article identifiers |
inStock | Whether the product is currently available |
rating | Average customer rating (0-5) |
imageUrl / imageUrls | Product image(s) |
url | Full product page URL |
scrapedAt | ISO 8601 timestamp |
Product URL pattern
XXL product pages follow: /{brand}-{product-name}/p/{article-id} — for example /adidas-runfalcon-5-fritidsskor-herr-vit/p/1228519_1_Style.
Data sources (in priority order)
- Elevate Storefront API v3 — named fields such as
title,brand,sellingPrice,listPrice,rating,inStock,imageInfo - JSON-LD
Productschema from the product page HTML - OpenGraph meta tags as a last resort
How to scrape XXL Sport data
- Go to this actor's page on the Apify Store.
- Click Try for free to open it in Apify Console.
- Enter a Swedish search keyword (for example
löparskor) or a category URL, set the maximum number of results, and adjust proxy settings if needed. - Click Start and wait for the run to finish.
- Download your data in JSON, CSV, or Excel, or connect it to your workflow via the Apify API.
You can also schedule regular runs, set up webhooks for real-time notifications, or integrate the results directly into your application using the Apify API.
Common use cases
- Price monitoring — track XXL prices and discounts across sports categories over time.
- Competitive intelligence — compare XXL Sweden assortment and pricing against other retailers.
- Assortment analysis — see which brands and products XXL stocks in each category.
- Stock tracking — monitor availability of specific products or brands.
- Market research — build datasets of Swedish sports-retail pricing for analysis.
Cost and performance
It costs $0.02 per run plus $0.002 per result — about $2.02 for 1,000 results, whether the data comes from the search API or the HTML detail-page fallback.
Tips and tricks
- Start small: test with
maxResults: 5before running large scrapes. - Use Swedish keywords: the search API expects Swedish terms (
löparskornotrunning shoes). - Use proxies: residential proxies scoped to Sweden give the best success rates.
- Schedule runs: set up recurring runs to keep your data fresh automatically.
- Integrate via API: use the Apify API or client libraries to fetch results programmatically.
- No login required: this actor scrapes publicly available data without needing an account.
Limitations
- Data is scraped from the public website and may change without notice.
- Some products or listings may not be available in all regions.
- Very large scraping jobs may be slower due to proxy rotation and rate limiting.
- Respect the website's terms of service and use responsibly.
Features
- No login required — scrapes publicly available data from XXL.se without credentials or cookies.
- API-backed speed — pulls structured product data directly from the Elevate search API.
- Structured output — results are returned as clean JSON objects, ready for processing.
- Proxy support — configurable proxy settings for reliable, large-scale scraping.
- Flexible input — search by keyword, provide a category URL, or run with defaults.
- Scheduled runs — run on a schedule to keep your dataset up to date automatically.
- API access — integrate results into your workflow using the Apify API or webhooks.
FAQ
Is it legal to scrape XXL Sport? Web scraping of publicly available data is generally permitted. This actor only accesses information that is publicly visible to any website visitor. Always review the website's terms of service before scraping.
How often should I run this scraper? For price monitoring or competitive intelligence, daily or weekly runs are common. Set up a schedule in Apify Console to automate this.
Can I export the data to Google Sheets or Excel? Yes. After each run, you can download results in CSV, JSON, or Excel format directly from Apify Console. You can also connect results to Google Sheets using Apify integrations.
Which countries does this cover? This actor targets XXL Sweden (xxl.se). XXL also operates in Norway (xxl.no) and Finland (xxl.fi), which are covered by separate actors.
What if the scraper stops working? Websites change their structure occasionally. If you notice issues, please open an issue on the actor's page. We actively maintain this scraper and fix issues promptly.