Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use the idealista CLI to search Idealista listings by location (city, town, area, street) and fetch listing details. Apply when a user asks for Idealista marketplace data or needs CLI commands/flags for idealista-cli.
Use the idealista CLI to search Idealista listings by location (city, town, area, street) and fetch listing details. Apply when a user asks for Idealista marketplace data or needs CLI commands/flags for idealista-cli.
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.
Search Idealista listings and fetch listing details.
User wants Idealista searches by city/town/area/street. User needs listing detail by ad ID. User wants JSON output for scripting.
idealista locations "<query>" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land>
idealista search "<query>" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land> Optional filters: --page <n> --limit <n> --min-price <amount> / --max-price <amount> --min-size <sqm> / --max-size <sqm> --bedrooms <count> --order <field> / --sort <order> --location-id <id> to skip lookup
idealista listing <adId>
Add --json to any command: idealista search "madrid" --json idealista listing 123456789 --json
Defaults are prefilled from APK, override via env vars if needed: IDEALISTA_API_KEY IDEALISTA_SIGNATURE_SECRET IDEALISTA_OAUTH_CONSUMER_KEY IDEALISTA_OAUTH_CONSUMER_SECRET IDEALISTA_DEVICE_ID IDEALISTA_APP_VERSION IDEALISTA_BASE_URL IDEALISTA_USER_AGENT IDEALISTA_DNT
Locations: table or JSON with locationId, name, type. Search: table or JSON with id, price, rooms, size, address, location, url. Listing: table or JSON with price, rooms, size, address, url, description.
idealista locations "madrid" --operation sale --property-type homes idealista search "madrid" --operation rent --property-type homes --limit 20 idealista listing 123456789
Non-zero exit code on failure. For scripting, use --json and check exit code.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.