Releases: lennart-johansson/blocket-cli
Releases · lennart-johansson/blocket-cli
v0.2.0 — Vehicle Search
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 transmissionblocket boats— Search used boats with length filterblocket mc— Search used motorcycles with year and mileage filtersblocket 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 2020All 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
Initial release — fast CLI for searching Blocket.se, optimized for agents and scripting.