Blocket Cars Scraper: Bilar till salu
Pricing
from $0.66 / 1,000 car listings
Blocket Cars Scraper: Bilar till salu
Extract used-car listings (bilar) from Blocket.se with price, year, mileage, fuel type, and transmission filtered server-side. JSON or CSV rows ready for Sheets, Make, and Zapier. From $0.00087 per listing.
Pricing
from $0.66 / 1,000 car listings
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
Share
π Blocket Cars Scraper: Bilar till salu
| Sweden is one stop in a ten-market European used-car dataset. Blocket.se covers Swedish classifieds with stable newest-first pagination; the actors below extend the same row shape across Benelux, DACH, Iberian, and UK markets. | |||
| EUROPEAN USED-CAR CLASSIFIEDS COVERAGE Β Β Cross-border sourcing and pricing data spanning Benelux, Nordic, DACH, Iberian, and UK classifieds, plus a pan-EU dealer platform. Ten separate markets, not one. | |||
|
β€ You are here |
UK online dealer |
German classifieds |
Dutch classifieds |
|
Sweden's biggest car marketplace, turned into clean rows. Scrape public Blocket.se car listings with real price, mileage, year, and fuel filters, and export prices, specs, seller info, and photo galleries to Sheets, Excel, or n8n. |
|
π― Real filters Price, mileage, year, fuel, and transmission, not just a keyword box. |
π Stable pagination Newest-first ordering, so multi-page runs never repeat listings. |
πͺͺ Seller context Private seller or dealer, right on every record. |
πΌοΈ Full galleries Every public listing photo, not just the cover image. |
Most Blocket scrapers hand you a keyword box and hope. This Actor exposes the same price, mileage, year, fuel, and transmission filters you'd use on the site itself, so what you scrape is already the inventory you actually want.
π What does Blocket Cars Scraper do?
Blocket Cars Scraper turns public car listings from Sweden's largest classifieds site into structured data: price, year, mileage, fuel type, transmission, seller details, and full photo galleries.
Build a filtered search for price range, mileage range, model year, fuel type, and transmission, or paste a Blocket.se search or listing link built on the site itself for a specific make or model. The Actor returns only data present on the public listing.
π‘ Why use it?
- Dealers and sourcing teams can pull inventory under a price and mileage ceiling without checking listings one by one.
- Market researchers can track price, year, and mileage across comparable vehicles for pricing analysis.
- Buyers and resellers can monitor a filtered slice of the market on a schedule and catch new listings as they post.
π§ How to use it
|
STEP 1 Set your filters Price, mileage, year, fuel, and transmission. |
STEP 2 Run the Actor Set how many listings and pages to collect. |
STEP 3 Export results Download your dataset in JSON, CSV, Excel, or HTML. |
π§Ύ Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array of URLs | No | Paste public Blocket.se car search or listing links, built however you like on the site. Overrides the filters below. |
q | string | No | Free-text keyword, such as a make, model, or trim. |
priceFromSek / priceToSek | integer | No | Minimum and maximum asking price, in Swedish kronor. |
yearFrom / yearTo | integer | No | Earliest and latest model year. |
mileageFromKm / mileageToKm | integer | No | Minimum and maximum odometer reading, in kilometers. |
fuelTypes | array of enum | No | One or more fuel types: petrol, diesel, CNG, electric, petrol hybrid, or diesel hybrid. |
transmissions | array of enum | No | Manual, automatic, or both. |
sort | enum | No | Result ordering. Defaults to newest-first for stable, non-repeating pages across a multi-page run. |
maxItems | integer | No | Maximum listings saved to the dataset. Default 25. |
maxPages | integer | No | Maximum search result pages read. Default 5. |
proxyConfiguration | object | No | Optional proxy settings. Not required for normal use. |
π¦ Output
Every record includes the listing link, price, year, mileage, fuel type, transmission, seller details, and the full public photo gallery.
{"listing_url": "https://www.blocket.se/mobility/item/25411135","listing_id": "25411135","title": "Audi Q3","trim": "2.0 TDI quattro S Tronic, BOSE, Alcantara","price": 149900,"currency": "SEK","year": 2016,"mileage_km": 172000,"fuel_type": "Diesel","transmission": "Automatisk","location": "Nacka Strand","seller_type": "Privat","image_url": "https://images.blocketcdn.se/dynamic/default/item/25411135/example.jpg","listed_ago": "4 dagar","scraped_at": "2026-08-20T06:57:05.635Z"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
π Data table
| Field | Type | Description |
|---|---|---|
listing_url, listing_id | string | Public listing link and its source ID. |
title, trim | string | Listing headline and trim or variant text. |
price, currency | number, string | Asking price and currency (SEK). |
year, mileage_km | number | Model year and odometer reading in kilometers. |
range_km | number | Electric range in kilometers, on electric listings that publish one. |
fuel_type, transmission | string | Vehicle specification fields, when published. |
location, seller_type | string | Seller city and whether the seller is private or a dealer. |
image_url, image_urls | string, array | Primary photo and the full public gallery. |
listed_ago | string | How recently the listing was posted or refreshed, as shown on the source page. |
source_url | string | The search URL that produced this listing. |
scraped_at | string | Timestamp of when this record was built. |
Any field the source listing does not publish is left out of that record entirely, so you never see placeholder or made-up values.
π° Pricing
This Actor runs on Apify's pay-per-event pricing. You only pay for listings actually returned, and an empty or failed run costs nothing beyond a few seconds of compute. There is no subscription.
β Enjoying Blocket Cars Scraper?
|
β β β β β This Actor just saved you from checking Blocket listings one at a time. A 5-star rating takes 10 seconds and helps other dealers, researchers, and buyers find it. Your feedback also tells us what to build next. |
| β Β Β Rate this Actor on Apify |
π οΈ Tips and advanced options
- Keep the default newest-first sort unless you have a reason to change it. Blocket's own "most relevant" ordering can return a substantially different set of listings on identical requests, which breaks clean pagination.
- Set both
priceFromSekandpriceToSektogether to cut down on irrelevant results fast. - For a specific make or model, build that search on Blocket.se yourself and paste the resulting link into
startUrls. Blocket's make and model filters use internal codes rather than plain names, so this is more reliable than guessing one. - A small number of commercial listings, mostly vans and light trucks, show a monthly leasing price instead of a full purchase price. This is how the source site displays them; the Actor doesn't try to guess which is which.
β FAQ
Can I filter by a specific make or model?
Yes, but through startUrls rather than a make/model input field. Blocket's own filters use internal numeric codes for make and model, so the reliable way is to build that search on Blocket.se and paste the link in.
Why does mileage look off compared to what I expect?
Blocket displays odometer readings in the Swedish "mil" unit, where 1 mil equals 10 km. This Actor converts every mileage value to kilometers automatically, so mileage_km is already in the unit you expect.
Why is a field missing from an item? Blocket listings don't publish every detail. Missing values are omitted rather than replaced with guesses.
Is this affiliated with Blocket? No. This is an independent tool that collects publicly available listing information. Use it in line with applicable rules and the source website's terms.
Found a bug or want a feature added? Open an issue on the Actor's Issues tab, or reach out for a custom version of this Actor.
π Other actors
- Marktplaats Cars Scraper: Tweedehands auto's β - Used-car listings from the Netherlands.
- OtoMoto Cars Scraper: Samochody uΕΌywane β - Used-car inventory from Poland's largest car marketplace.
- Kleinanzeigen Autos Scraper: Dealer Data β - Dealer-ready German car inventory with native filters.
- VIN Decoder + NHTSA Recalls & Complaints: One Call β - Enrich vehicle research with official US recall and complaint data.