Blocket Products Scraper avatar

Blocket Products Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Blocket Products Scraper

Blocket Products Scraper

Scrape marketplace ads 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

a day ago

Last modified

Categories

Share

🇸🇪 Blocket Products Scraper

Want Blocket marketplace 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. The marketplace (Torget) is hundreds of thousands of ads. This actor returns up to 2000 rows per run. It does not scrape cars or homes — use the cars and properties actors for those.

💡 Perfect for...

  • Marketplaces: Export phones, furniture, and sport gear from Blocket.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice listings by category, city, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Blocket product 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 marketplace search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, category, location, price, and sort. Leave category empty to search the main product groups.
  • 🌐 Listing cards: Title, price in kronor, category, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, category, location, image, date

🚀 Quick start

Option A: paste https://www.blocket.se/recommerce/forsale/search. Option B: pick a category or city and set max_results.

Input Example (filters):

{
"category": "electronics",
"location": "stockholm",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.blocket.se/recommerce/forsale/search",
"max_results": 100
}

Output Example:

{
"id": "26572316",
"url": "https://www.blocket.se/recommerce/forsale/item/26572316",
"title": "Crucial Ballistix 32GB DDR4 3600MHz",
"price": 2400,
"currency": "SEK",
"location": "Stockholm",
"image": "https://images.blocketcdn.se/dynamic/default/item/26572316/example.jpg",
"date": "2026-09-13T12:00:00Z",
"category": "Electronics & appliances"
}

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.
categoryProduct group used for the search, when one is set.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoBlocket marketplace search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
categorydropdownNoallElectronics, furniture, fashion, and other product groups.
locationdropdownNoallSwedish county or city.
price_minintegerNoLowest price in Swedish kronor.
price_maxintegerNoHighest price in Swedish kronor.
sortdropdownNomost relevantMost relevant, newest, or price.
max_resultsintegerNo50Maximum rows (12000).