/install idealista
idealista
This skill documents how to query the Idealista API using the local idealista-cli.
Local project location
- CLI source (example):
~/idealista-cli
Credentials (client_id / client_secret)
Idealista uses OAuth2 Client Credentials.
Use environment variables (recommended):
IDEALISTA_API_KEY=client_idIDEALISTA_API_SECRET=client_secret
Example:
export IDEALISTA_API_KEY="\x3CCLIENT_ID>"
export IDEALISTA_API_SECRET="\x3CCLIENT_SECRET>"
Or persist them via the CLI:
python3 -m idealista_cli config set \
--api-key "\x3CCLIENT_ID>" \
--api-secret "\x3CCLIENT_SECRET>"
Config file path:
~/.config/idealista-cli/config.json
Token cache:
~/.cache/idealista-cli/token.json
Common commands
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
Example queries (natural language)
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"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install idealista - After installation, invoke the skill by name or use
/idealista - Provide required inputs per the skill's parameter spec and get structured output
What is Idealista?
Query Idealista API via idealista-cli (OAuth2 client credentials). It is an AI Agent Skill for Claude Code / OpenClaw, with 1909 downloads so far.
How do I install Idealista?
Run "/install idealista" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Idealista free?
Yes, Idealista is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Idealista support?
Idealista is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Idealista?
It is built and maintained by quifago (@quifago); the current version is v0.1.0.