Blocket.se Scraper: Sweden's #1 Classifieds Marketplace
Scrape classified listings from blocket.se, Sweden's largest online marketplace (Schibsted group). Returns title, price in SEK, city, GPS coordinates, brand, all image URLs, posted date and source URL straight from search results. Optionally enrich with full description, condition, and category path from the listing page. Paste any blocket.se search URL and the actor handles pagination automatically.
With details
$0.005/listing
What you can scrape
- Verticals: Mobility (cars, motorcycles, boats), Recommerce (general for-sale), Real Estate (Bostad), Jobs (Jobb)
- Search: any blocket.se URL with filters (category, price, brand, transmission, location, condition)
- SERP data: title, price in SEK, city/area, GPS coordinates, brand, image URLs
- Detail enrichment: full description, condition (New, Used, etc.), category path
- Multi-search: paste several URLs in one run for parallel processing
- Source link: direct URL to each blocket.se listing
Primary use cases
- Used car arbitrage. Watch BMW, Volvo, or Tesla listings under a price ceiling and act on new inventory in minutes
- Second-hand price intel. Track average SEK prices for iPhones, MacBooks or bikes over time to inform pricing decisions
- Real estate monitoring. Pull rental and sale listings in Stockholm, Gothenburg, or Malmö with full filters preserved
- Dealer competitor watch. Snapshot a competitor's storefront listings daily to spot price changes
- Brand reputation tracking. Count how often a brand appears in classified listings vs new-retail channels
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~blocket-se-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchUrls": [
"https://www.blocket.se/mobility/search/car?price_to=330000&transmission=1",
"https://www.blocket.se/recommerce/forsale/search?q=iphone"
],
"maxResults": 200,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: search URLs in, listings out
Output fields
| Field | Type | Example |
| title | string | Volvo XC60 2019 |
| price | number | 289000 |
| currency | string | SEK |
| location | string | Stockholm |
| latitude | number | 59.3293 |
| longitude | number | 18.0686 |
| brand | string | Volvo |
| condition | string | Used |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.blocket.se/annons/... |
Related Actors