npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

blocket-se-scraper

v1.0.0

Published

Blocket.se Scraper — free API client for the Apify platform. No API key setup, thousands of structured results, export to JSON, CSV or Excel.

Readme

Blocket.se Scraper

Run on Apify Node.js client

Blocket.se Scraper — a Node.js 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

npm install blocket-se-scraper

Usage

const scrape = require("blocket-se-scraper");

(async () => {
  const items = await scrape({}, { token: process.env.APIFY_TOKEN });
  console.log(items.length, "results");
  console.log(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.