Blocket.se Scraper – AI-Ready for Claude, ChatGPT & MCP Agents avatar

Blocket.se Scraper – AI-Ready for Claude, ChatGPT & MCP Agents

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Blocket.se Scraper – AI-Ready for Claude, ChatGPT & MCP Agents

Blocket.se Scraper – AI-Ready for Claude, ChatGPT & MCP Agents

Under maintenance

Extract listings from Blocket.se, Sweden's largest marketplace. Scrape cars, electronics, furniture, jobs, housing. AI-optimized for Claude, ChatGPT, MCP. Residential proxies included. JSON-LD data extraction.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Archit Khurana

Archit Khurana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

🇸🇪 Blocket.se Scraper – AI-Ready for Claude & ChatGPT

Apify Python License AI Ready

Extract classified ads from Blocket.se — Sweden's #1 marketplace with 25M+ monthly visitors. Scrape cars, electronics, furniture, jobs, and housing listings without authentication. Optimized for AI agents, Claude Code, ChatGPT, and MCP integrations.


🎯 Features

No Authentication Required – Start scraping immediately
Bypass Bot Detection – Residential proxies + Camoufox anti-fingerprinting
Structured JSON-LD Extraction – Clean, normalized data for AI agents
10+ Categories – Vehicles, Electronics, Home, Jobs, Housing, Pets
Regional Filtering – 22 Swedish regions + major cities
AI-Optimized Output – Compatible with Claude, ChatGPT, MCP
Export Formats – JSON, CSV, Excel, XML


📊 Output

Each listing includes:

FieldTypeDescription
urlstringDirect link to listing
titlestringItem title/headline
pricenumberPrice in SEK
currencystringCurrency code (SEK)
locationstringCity or region in Sweden
descriptionstringFull item description
categorystringCategory (e.g., Electronics, Vehicles)
sellerstringSeller name/ID
imagesarrayArray of image URLs
scrapedAtstringISO 8601 timestamp

Example Output

{
"url": "https://www.blocket.se/recommerce/forsale/item/25686781",
"title": "iPhone 15 Pro Max 256GB - Nyskick",
"price": 12000,
"currency": "SEK",
"location": "Stockholm, Stockholms län",
"description": "iPhone 15 Pro Max i perfekt skick, knappt använd...",
"category": "Elektronik",
"seller": "johndoe123",
"images": [
"https://cdn.blocket.com/image1.jpg",
"https://cdn.blocket.com/image2.jpg"
],
"scrapedAt": "2026-08-30T20:15:00.000Z"
}

🚀 Quick Start

Run on Apify Platform

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('fervent_bus/blocket-scraper').call({
searchQuery: 'iPhone',
category: 'elektronik',
location: 'stockholm',
maxResults: 50
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Input Parameters

ParameterTypeRequiredDefaultDescription
searchQuerystringNo""Keywords to filter listings
categorystringNo"alla_kategorier"Category filter (see options below)
locationstringNo"hela_sverige"Region/city filter
maxResultsintegerNo50Max items to scrape (1-1000)

Category Options

  • alla_kategorier – All Categories
  • fordon – Vehicles (cars, motorcycles, boats)
  • elektronik – Electronics (phones, computers, cameras)
  • hem_tradgard – Home & Garden
  • klaÌ€der_accessoarer – Clothing & Accessories
  • sport_fritid – Sports & Leisure
  • familj_barn – Family & Kids
  • husdjur – Pets
  • jobb – Jobs
  • bostad – Housing

Location Options

  • hela_sverige – All Sweden
  • stockholm – Stockholm
  • goteborg – Göteborg
  • malmo – Malmö
  • uppsala – Uppsala
  • (+17 more regions available)

🤖 AI Integration

Use with Claude Code (MCP)

# Install Apify MCP server
npx @apify/mcp-server install
# Configure in Claude desktop app
# Then use natural language:
"Scrape iPhone listings from Blocket Stockholm"

Use with ChatGPT Code Interpreter

import requests
# Run actor via API
response = requests.post(
'https://api.apify.com/v2/acts/fervent_bus~blocket-scraper/runs',
headers={'Authorization': 'Bearer YOUR_TOKEN'},
json={
'searchQuery': 'Tesla',
'category': 'fordon',
'location': 'stockholm'
}
)
run_id = response.json()['data']['id']
# Get results
results = requests.get(
f'https://api.apify.com/v2/actor-runs/{run_id}/dataset/items',
headers={'Authorization': 'Bearer YOUR_TOKEN'}
).json()
print(f"Found {len(results)} Tesla listings")

Use with LangChain

from langchain.document_loaders import ApifyDatasetLoader
from langchain.indexes import VectorstoreIndexCreator
loader = ApifyDatasetLoader(
dataset_id="YOUR_DATASET_ID",
dataset_mapping_function=lambda item: item['description']
)
index = VectorstoreIndexCreator().from_loaders([loader])
query_result = index.query("Find listings for vintage furniture under 5000 SEK")

💡 Use Cases

  • Price Monitoring – Track market prices for cars, electronics, real estate
  • Lead Generation – Find job postings, housing listings, business opportunities
  • Market Research – Analyze Swedish second-hand market trends
  • Inventory Sourcing – Discover wholesale/resale opportunities
  • AI Training Data – Feed structured marketplace data to LLMs
  • Competitive Intelligence – Monitor competitor listings and pricing

🛠️ Technical Details

Technology Stack

  • Runtime: Python 3.11 on Apify platform
  • Browser: Camoufox (Firefox-based anti-fingerprinting)
  • Proxy: Residential IPs (Sweden geolocated)
  • Parser: BeautifulSoup + JSON-LD extraction
  • Memory: 1024 MB (configurable)

Pricing

MetricCost
Per Result$0.005
Startup Fee$0.05
Example50 listings = $0.30

Includes proxy costs and anti-bot bypass. No hidden fees.

Performance

  • Speed: ~2-5 seconds per listing
  • Reliability: 98% success rate
  • Rate Limits: Automatic throttling to avoid blocks
  • Deduplication: Built-in duplicate detection

🔒 Anti-Bot Bypass

This actor uses advanced techniques to avoid detection:

Camoufox Browser – Mimics real Firefox fingerprint
Residential Proxies – Swedish IPs from real ISPs
Randomized Delays – Human-like browsing patterns
GeoIP Matching – Sweden-based IP addresses
Retry Logic – 3 automatic retries on failure


📚 Comparison with Competitors

FeatureThis Actorstealth_mode/blocketlogiover/blocketsolidcode/blocket
AI-Ready Output
JSON-LD Extraction⚠️ Partial⚠️ Partial
Regional Filters22 regions3 regionsAll Sweden only5 regions
Category Filters10 categoriesCars only8 categories9 categories
Residential Proxies⚠️ Optional
Price per 1K$5.00$8.00$4.50$3.00
Claude/ChatGPT Docs

🆘 Troubleshooting

No Results Returned

  • Check if searchQuery is too specific
  • Try location: "hela_sverige" for broader coverage
  • Increase maxResults above 50

Slow Performance

  • Reduce maxResults for faster runs
  • Use specific category instead of alla_kategorier
  • Target specific cities instead of hela_sverige

Rate Limiting / Blocks

  • This actor uses residential proxies by default
  • Automatic retries handle temporary blocks
  • Contact support if issues persist

📖 Additional Resources


📝 Changelog

Version 1.0 (2026-08-30)

  • ✨ Initial release
  • ✅ 10 category filters
  • ✅ 22 location filters
  • ✅ JSON-LD structured data extraction
  • ✅ Residential proxy support
  • ✅ AI agent optimization

📧 Support

Need help? Have feedback?


This actor extracts publicly available data from Blocket.se for research and analysis purposes. Users are responsible for:

  • ✅ Complying with Blocket.se Terms of Service
  • ✅ Respecting robots.txt guidelines
  • ✅ Not overloading servers (automatic rate limiting included)
  • ✅ Following GDPR and data privacy regulations

Not affiliated with or endorsed by Blocket.se or Schibsted Media Group.


🌟 Made with ❤️ for the AI Community

Compatible with Claude, ChatGPT & AI agents via Apify MCP.


Happy Scraping! 🚀