Blocket Properties Scraper avatar

Blocket Properties Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Blocket Properties Scraper

Blocket Properties Scraper

Scrape homes from Blocket Bostad on 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

a day ago

Last modified

Categories

Share

🇸🇪 Blocket Properties Scraper

Want Blocket home 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’s public homes browse is Blocket Bostad. It is rental homes across Sweden. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Stockholm, Göteborg, and Malmö rentals from Blocket Bostad.
  • Dashboards: Track new homes without paging the site.
  • Market research: Slice listings by type, city, bedrooms, size, or rent.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Blocket home results.
  • 📚 RAG Systems: Feed titles, rents, 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 Bostad search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, sale or rent, home type, location, bedrooms, size, and price.
  • 🌐 Listing cards: Title, monthly rent in kronor, type, bedrooms, size, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, bedrooms, rooms, size, location, city, region, image, date

🚀 Quick start

Option A: paste https://www.blocket.se/bostad. Option B: pick a city and set max_results.

Input Example (filters):

{
"listing_type": "rent",
"property_type": "apartment",
"location": "stockholm",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://bostad.blocket.se/sv/find-home",
"max_results": 100
}

Output Example:

{
"id": "1444448",
"url": "https://bostad.blocket.se/sv/home/1444448",
"title": "Byarumsvägen, Hasslö",
"price": 7500,
"currency": "SEK",
"location": "Byarumsvägen, Hasslö",
"image": "https://qasa-static-prod.s3-eu-west-1.amazonaws.com/img/example.jpg",
"date": "2026-08-24T07:18:25Z",
"listing_type": "For rent",
"property_type": "house",
"bedrooms": 3,
"rooms": 4.0,
"size": 95,
"city": "Hasslö",
"region": "Hasslö"
}

Output fields:

FieldDescription
idBlocket Bostad home id.
urlPublic listing page.
titleStreet and town when a headline is missing.
priceMonthly rent in Swedish kronor when shown.
currencyAlways SEK.
locationStreet and town from the card.
imageListing photo.
dateWhen the ad was posted, as a full date and time.
listing_typeFor rent on the public Blocket homes browse.
property_typeApartment, house, cottage, or other type.
bedroomsBedroom count when shown.
roomsTotal rooms when shown.
sizeFloor size in square metres when shown.
cityTown or locality.
regionMunicipality when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoBlocket Bostad search or listing URL. Overrides every filter.
querystringNoWords to match in the title or city.
listing_typedropdownNoallFor rent is the public homes browse. For sale stays in the list for agents; Blocket homes today are rental ads.
property_typedropdownNoallApartment, house, cottage, and other types.
locationdropdownNoallSwedish county or city.
bedroomsintegerNoLowest bedroom count.
size_minintegerNoSmallest floor size in square metres.
size_maxintegerNoLargest floor size in square metres.
price_minintegerNoLowest monthly rent in Swedish kronor.
price_maxintegerNoHighest monthly rent in Swedish kronor.
max_resultsintegerNo50Maximum rows (12000).