logiover's picture
Publish sample dataset for blocket-se-scraper
f4b4cd2 verified
metadata
license: cc-by-4.0
pretty_name: Blocket.se Scraper  Cars, Electronics & Marketplace Items
tags:
  - ecommerce
  - web-scraping
  - apify
  - business
  - scraper
size_categories:
  - n<1K

Blocket.se Scraper – Cars, Electronics & Marketplace Items

Scrape Blocket.se, Sweden's largest classifieds site. Extract marketplace items, cars, motorcycles and boats with prices, images, location and seller details. Filter by category and Swedish region. Export to JSON, CSV or Excel.

What the actor scrapes

Blocket.se Scraper — Cars, Electronics & Marketplace Listings Scrape listings from Blocket.se — Sweden's largest classified ads platform. Extract prices, images, seller details, GPS coordinates, and full vehicle attributes (make, model, year, mileage, fuel type, registration number) via Blocket's official search API. Supports all categories: cars, motorcycles, boats, electronics, furniture, fashion, and more. --- ## What Is This Actor? Blocket.se is Sweden's domin

Who this is for

This sample is useful for anyone working in ecommerce, business who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.

Source

Live source: This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: logiover/blocket-se-scraper

Fields

  • id — unique identifier for the record
  • url — canonical URL of the item
  • title — item or page title
  • price — listed price (numeric or string)
  • location — location string
  • category — category label
  • sellerName — field captured by the actor
  • sellerType — field captured by the actor
  • shipping — field captured by the actor
  • brand — field captured by the actor
  • imageUrl — URL reference
  • imageUrls — field captured by the actor
  • tradeType — field captured by the actor
  • publishedAt — publication timestamp
  • lat — timestamp
  • lng — field captured by the actor
  • make — field captured by the actor
  • model — field captured by the actor
  • modelSpec — field captured by the actor
  • year — field captured by the actor
  • mileage — field captured by the actor
  • fuel — field captured by the actor
  • gearbox — field captured by the actor
  • regno — field captured by the actor
  • scrapedAt — timestamp the row was scraped

Sample preview

[
  {
    "id": "22162018",
    "url": "https://www.blocket.se/recommerce/forsale/item/22162018",
    "title": "AL-KO Razor Cut 38,1 HM Comfort cylindergräsklippare 38 cm",
    "price": "500 kr",
    "location": "Kolsva",
    "category": "BAP_ALL",
    "sellerName": null,
    "sellerType": "Privat",
    "shipping": null,
    "brand": null,
    "imageUrl": "https://images.blocketcdn.se/dynamic/default/item/22162018/db77ab13-d39f-43ff-9dbb-ec27894b4cc4",
    "imageUrls": "https://images.blocketcdn.se/dynamic/default/item/22162018/db77ab13-d39f-43ff-9dbb-ec27894b4cc4, https://images.blocketcdn.se/dynamic/default/item/22162018/9a171bc2-51fe-4147-8dd4-ff0acd9e74a0, https://images.blocketcdn.se/dynamic/default/item/22162018/05865b4c-f59c-42a8-95cb-2ed8c1b9ad68",
    "tradeType": "Säljes",
    "publishedAt": "2026-05-15T11:00:29.000Z",
    "lat": "59.58398",
    "lng": "15.87004",
    "make": null,
    "model": null,
    "modelSpec": null,
    "year": null,
    "mileage": null,
    "fuel": null,
    "gearbox": null,
    "regno": null,
    "scrapedAt": "2026-05-15T11:01:56.621Z"
  },
  {
    "id": "18134186",
    "url": "https://www.blocket.se/recommerce/forsale/item/18134186",
    "title": "Cykelbarnstol 1940-tal Blå.",
    "price": "725 kr",
    "location": "Väddö",
    "category": "BAP_ALL",
    "sellerName": null,
    "sellerType": "Privat",
    "shipping": "Kan skickas",
    "brand": null,
    "imageUrl": "https://images.blocketcdn.se/dynamic/default/item/18134186/79ea113a-6b36-45df-b063-7ee1613d65f5",
    "imageUrls": "https://images.blocketcdn.se/dynamic/default/item/18134186/79ea113a-6b36-45df-b063-7ee1613d65f5, https://images.blocketcdn.se/dynamic/default/item/18134186/277f7c39-9159-4825-8843-4260349b1535, https://images.blocketcdn.se/dynamic/default/item/18134186/d5d8a967-3da2-4d37-9440-766ffc4d70c1, https://images.blocketcdn.se/dynamic/default/item/18134186/38fa2c9c-7d20-4d16-8c07-4e9834b1953e, https://imag…",
    "tradeType": "Säljes",
    "publishedAt": "2026-05-15T11:00:23.000Z",
    "lat": "59.93881",
    "lng": "18.80871",
    "make": null,
    "model": null,
    "modelSpec": null,
    "year": null,
    "mileage": null,
    "fuel": null,
    "gearbox": null,
    "regno": null,
    "scrapedAt": "2026-05-15T11:01:56.731Z"
  }
]

Snapshot stats

  • Row count in this sample: 50
  • Data quality flag at capture time: GOOD

License & Attribution

Released under Creative Commons Attribution 4.0 (CC BY 4.0). If you use this data, please credit the source actor and link back to its Apify Store page: logiover/blocket-se-scraper.

The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.