Skip to content

Releases: lennart-johansson/blocket-cli

v0.2.0 — Vehicle Search

15 Feb 14:25

Choose a tag to compare

What's New

Search cars, boats, and motorcycles on Blocket via the mobility API.

New Commands

  • blocket cars — Search used cars with filters for year, mileage (mil), fuel type, and transmission
  • blocket boats — Search used boats with length filter
  • blocket mc — Search used motorcycles with year and mileage filters
  • blocket fuels — List available fuel types

Examples

blocket cars "vw alltrack" --year-min 2015 --mileage-max 8000
blocket cars "tesla" --fuel el --sort price-asc -o json
blocket boats "bayliner" --sort price-asc
blocket mc "yamaha mt-07" --year-min 2020

All vehicle commands support the same shared options: -l/--location, --price-min/--price-max, --sort, -o json/jsonl/table, --raw, -n/--limit, -p/--page.

v0.1.0

15 Feb 13:01

Choose a tag to compare

Initial release — fast CLI for searching Blocket.se, optimized for agents and scripting.