AS
Apify Store
/dz_omar/idealista-scraper-api
Idealista Scraper API
💰 $0.5 per 1,000 results. Scrape Idealista properties & listings from Spain (.com), Portugal (.pt) & Italy (.it). Supports property URLs + search/listing URLs. Fast mobile API extraction with real-tim
liveasyncunknown~30s typical
real estateautomationdeveloper toolsidealista
$0.0037
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.003 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /dz_omar/idealista-scraper-api for me.
Input
| Field | Type | Description |
|---|---|---|
| Property_urls* | array | Idealista URLs to scrape. Supports both individual property URLs (/inmueble/, /imovel/, /immobile/) and listing/search URLs (/venta-viviendas/, /alquiler/, etc.). Listing URLs return up to 'Max Results' properties each. |
| detailMode | boolean | When ON, every property from a listing/search URL is enriched with its full detail data — all images, complete multilingual descriptions, agent contacts, and energy certification — via an additional request per property. Slower, but much richer data. When OFF (default), properties are returned with the lighter data available directly from search results — faster and cheaper. Note: detailed results are billed at a higher per-property rate than standard results (see pricing). Individual property URLs always return full details regardless of this setting. default false |
| desiredResults | integer | Maximum properties to scrape per listing/search URL. Does not affect individual property URLs (those always return 1 result each). default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/dz_omar/idealista-scraper-api","input":{"Property_urls":[{"url":"https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-asc"},{"url":"https://www.idealista.com/inmueble/109866184/"}],"desiredResults":10},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /dz_omar/idealista-scraper-api -i '{"Property_urls":[{"url":"https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-asc"},{"url":"https://www.idealista.com/inmueble/109866184/"}],"desiredResults":10}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/dz_omar/idealista-scraper-api", input: {"Property_urls":[{"url":"https://www.idealista.com/en/venta-viviendas/balears-illes/?ordenado-por=precios-asc"},{"url":"https://www.idealista.com/inmueble/109866184/"}],"desiredResults":10}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.