Blocket Cars Scraper avatar

Blocket Cars Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Blocket Cars Scraper

Blocket Cars Scraper

Scrape cars for sale from blocket.se. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

🇸🇪 Blocket Cars Scraper

Want Blocket car ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Blocket is Sweden’s main classifieds site. Cars alone is well over 100,000 ads. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Volvo, Volkswagen, BMW, and Tesla stock from Blocket.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Swedish cars by make, county, fuel, or year.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Blocket car results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Blocket cars search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, location, fuel, gearbox, price, year, mileage, and sort.
  • 🌐 Listing cards: Title, price in kronor, make, year, mileage, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, model, year, mileage, fuel, transmission, seller, location, image, date

🚀 Quick start

Option A: paste https://www.blocket.se/annonser/hela_sverige/fordon/bilar. Option B: pick a make or county and set max_results.

Input Example (filters):

{
"make": "Volvo",
"location": "stockholm",
"year_min": 2018,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.blocket.se/mobility/search/car",
"max_results": 100
}

Output Example:

{
"id": "23560006",
"url": "https://www.blocket.se/mobility/item/23560006",
"title": "Audi SQ8",
"price": 779900,
"currency": "SEK",
"location": "Hudiksvall",
"image": "https://images.blocketcdn.se/dynamic/default/item/23560006/example.jpg",
"date": "2026-09-13T12:00:00Z",
"make": "Audi",
"model": "SQ8",
"year": 2022,
"mileage": 43000,
"fuel": "Bensin",
"transmission": "Automatisk",
"seller": "Företag"
}

Output fields:

FieldDescription
idBlocket ad id.
urlPublic listing page.
titleAd title.
pricePrice in Swedish kronor when shown.
currencyAlways SEK.
locationCity or town on the card.
imageListing photo.
dateWhen the ad was posted, as a full date and time.
makeCar brand when shown.
modelModel name when shown.
yearModel year when shown.
mileageOdometer in kilometres when shown.
fuelPetrol, diesel, electric, or hybrid when shown.
transmissionGearbox when shown.
sellerPrivate seller or company when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Blocket cars search or listing URL. Overrides every filter.
querystringNo—Same as the site search box.
makedropdownNoallCar brand.
locationdropdownNoallSwedish county or city.
fueldropdownNoanyPetrol, diesel, electric, hybrid, and other fuels.
transmissiondropdownNoanyAutomatic, manual, or sequential.
price_minintegerNo—Lowest price in Swedish kronor.
price_maxintegerNo—Highest price in Swedish kronor.
year_minintegerNo—Oldest model year.
year_maxintegerNo—Newest model year.
mileage_minintegerNo—Lowest odometer in kilometres.
mileage_maxintegerNo—Highest odometer in kilometres.
sortdropdownNonewestNewest, price, or year.
max_resultsintegerNo50Maximum rows (1–2000).