Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Idealista API via idealista-cli (OAuth2 client credentials).
Query Idealista API via idealista-cli (OAuth2 client credentials).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill documents how to query the Idealista API using the local idealista-cli.
CLI source (example): ~/idealista-cli
Idealista uses OAuth2 Client Credentials. Use environment variables (recommended): IDEALISTA_API_KEY = client_id IDEALISTA_API_SECRET = client_secret Example: export IDEALISTA_API_KEY="<CLIENT_ID>" export IDEALISTA_API_SECRET="<CLIENT_SECRET>" Or persist them via the CLI: python3 -m idealista_cli config set \ --api-key "<CLIENT_ID>" \ --api-secret "<CLIENT_SECRET>" Config file path: ~/.config/idealista-cli/config.json Token cache: ~/.cache/idealista-cli/token.json
Get a token: python3 -m idealista_cli token python3 -m idealista_cli token --refresh Search listings: python3 -m idealista_cli search \ --center "39.594,-0.458" \ --distance 5000 \ --operation sale \ --property-type homes \ --all-pages \ --format summary Compute stats: python3 -m idealista_cli avg \ --center "39.594,-0.458" \ --distance 5000 \ --operation sale \ --property-type homes \ --group-by propertyType
Use these as βpromptβ examples for an agent that calls the CLI: "Find a flat in A CoruΓ±a under 200.000β¬" "Tell me the average price of a house around here: 39Β°34'33.5"N 0Β°30'10.0"W" "BΓΊscame un apartamento de 3 habs en Tapia de Casariego para comprar"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.