π¦ ClawHub
Willhaben CLI
by @pasogott
Willhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details, check seller profiles.
TERMINAL
clawhub install whcliπ About This Skill
name: whcli description: Willhaben CLI for searching Austria's largest classifieds marketplace. Search listings, view details, check seller profiles. homepage: https://github.com/pasogott/whcli metadata: {"clawdis":{"emoji":"π ","requires":{"bins":["whcli"]},"install":[{"id":"brew","kind":"brew","formula":"pasogott/tap/whcli","bins":["whcli"],"label":"Install whcli (Homebrew)"},{"id":"source","kind":"shell","command":"git clone https://github.com/pasogott/whcli.git && cd whcli && uv sync","label":"Install from source (uv)"}]}}
whcli - Willhaben CLI π
Search and browse willhaben.at, Austria's largest classifieds marketplace from the command line.
Installation
Homebrew (recommended)
brew install pasogott/tap/whcli
From source (with uv)
git clone https://github.com/pasogott/whcli.git
cd whcli
uv sync
uv run whcli --help
Commands
Search
# Basic search
whcli search "iphone 15"With filters
whcli search "rtx 4090" --category grafikkarten --max-price 1500Location filter
whcli search "bicycle" -l Wien -n 20Only PayLivery (buyer protection)
whcli search "playstation" --payliveryOutput as JSON for scripting
whcli search "laptop" --format json
Options:
| Option | Short | Description |
|--------|-------|-------------|
| --category | -c | Category slug (grafikkarten, smartphones, etc.) |
| --min-price | | Minimum price in EUR |
| --max-price | | Maximum price in EUR |
| --condition | | neu, gebraucht, defekt, neuwertig |
| --location | -l | Location/region filter |
| --rows | -n | Number of results (default: 30) |
| --page | -p | Page number |
| --paylivery | | Only PayLivery listings |
| --format | -f | table, json, csv |
Show Listing Details
# View listing by ID
whcli show 1993072190JSON output
whcli show 1993072190 --format json
Seller Profile
# View seller profile and ratings
whcli seller 29159134
Examples
# Find cheap iPhones in Vienna
whcli search "iphone" -l Wien --max-price 500Graphics cards under β¬1000
whcli search "grafikkarte" --category grafikkarten --max-price 1000New condition only
whcli search "ps5" --condition neuExport search results as CSV
whcli search "furniture" -l "1220" -n 50 --format csv > results.csv
Common Categories
grafikkarten - Graphics cardssmartphones - Phonesnotebooks-laptops - Laptopsspielkonsolen - Gaming consolesfahrraeder - Bicyclesmoebel - FurnitureKnown Limitations
show command has a bug (being fixed)Links
π‘ Examples
# Find cheap iPhones in Vienna
whcli search "iphone" -l Wien --max-price 500Graphics cards under β¬1000
whcli search "grafikkarte" --category grafikkarten --max-price 1000New condition only
whcli search "ps5" --condition neuExport search results as CSV
whcli search "furniture" -l "1220" -n 50 --format csv > results.csv