A command-line interface designed to search and retrieve detailed property listing data from the Idealista marketplace.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install idealista-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install idealista-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
idealista-cli is a technical tool built for developers, researchers, and automation enthusiasts who need direct access to Idealista real estate data. By incorporating this tool into your Openclaw Skills library, you can bypass manual web searches and programmatically query listings based on highly specific parameters such as operation type, property category, and geographic location.
This skill provides a structured way to interact with one of the largest real estate databases in Europe. Whether you are building a custom monitoring system or performing market analysis, idealista-cli delivers clean, actionable data in both human-readable and machine-parseable formats, making it a vital asset for any data-driven real estate project involving Openclaw Skills.
To use this skill, ensure you have Node.js 18+ installed. You must configure the necessary API credentials as environment variables to authenticate with the service.
# Install the package globally
npm install -g idealista-cli
# Configure required environment variables
export IDEALISTA_API_KEY='your_api_key'
export IDEALISTA_SIGNATURE_SECRET='your_signature_secret'
The skill organizes property data into structured fields, which can be viewed as a table or exported as JSON. The primary data points include:
| Field | Description |
|---|---|
| id | The unique ad identifier for the Idealista listing. |
| price | The listed price for the sale, rent, or transfer. |
| rooms | The number of bedrooms or rooms in the property. |
| size | The total square meters (sqm) of the listing. |
| address | The street-level or area address of the property. |
| url | The direct web link to the property page on Idealista. |
Loading
A command-line tool designed to search the coches.net marketplace and retrieve comprehensive listing details in table or JSON formats.

A powerful MCP server connection providing real-time SQL access to over 50 premium datasets directly within your AI coding agent or IDE.

A powerful batch processing system for executing large-scale AI inference requests asynchronously with significant cost savings.

A high-performance batch processing skill for running asynchronous AI inference jobs at scale through the Doubleword API.

A terminal-based interface for searching Wallapop listings and programmatically retrieving marketplace item and user data.

A zero-config CLI tool for retrieving worldwide weather data, daily forecasts, and hourly conditions in structured JSON format.








































