Blocket.se Scraper
Blocket.se Scraper — a Python client for the Apify Actor. Pull Blocket.se data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/blocket-se-scraper
Install
pip install blocket-se-scraper
Usage
from blocket_se_scraper import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
searchQuery |
string | Search Query |
category |
string | Category |
location |
string | Region |
maxResults |
integer | Max Results |
proxyConfiguration |
object | Proxy Configuration |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: title, priceValue, currency, location, category, sellerType, brand, url, publishedAt, make, model, year, mileageValue, fuel, gearbox, id, price, sellerName, shipping, imageUrl.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No Blocket.se login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No Blocket.se login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official Blocket.se API?
No. It is an unofficial Blocket.se data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/blocket-se-scraper
- 📚 Docs & examples: https://github.com/logiover/blocket-se-scraper
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with Blocket.se.
Release files for blocket-se-scraper 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| blocket_se_scraper-1.0.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| blocket_se_scraper-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / blocket_se_scraper-1.0.0.tar.gz
| Download URL | blocket_se_scraper-1.0.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1c65df07d6c792d7e45bb1b155cdc224915956f90ef95c71749634703d73aa0a
|
|
BLAKE2b-256 checksum How to use checksums |
f096ac9f372bcd1322f80f86b93c82baccfca42798afae5d87f8d7d87352041a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / blocket_se_scraper-1.0.0-py3-none-any.whl
| Download URL | blocket_se_scraper-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
38815ec8c95c768ddc0cd91af74fb56f8eea66300b880372329daeac60b91da3
|
|
BLAKE2b-256 checksum How to use checksums |
49c22f6e4108e8f009c3350a3c4780a2915814d44c76244a57d18c6786cb6c61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|