Habitaclia Scraper
Pricing
from $3.00 / 1,000 results
Habitaclia Scraper
Extract real estate listings from habitaclia.com — one of Spain's leading property portals.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Dennis
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
20 days ago
Last modified
Categories
Share
Extract real estate listings from habitaclia.com — one of Spain's leading property portals. The scraper collects structured data from search result pages: prices, locations, areas, agency details, images, and more.
What it does
Provide one or more Habitaclia search/listing URLs and the scraper will go through all results, extracting key data from each property ad and saving it as a structured dataset.
Use cases
- Track commercial property prices in a specific area over time
- Compare listings by price per m² across different neighbourhoods
- Build leads lists of real estate agencies active in a region
- Feed listing data into analytics dashboards or spreadsheets
- Monitor price reductions on properties of interest
Input
| Field | Description | Required |
|---|---|---|
| Start URLs | One or more Habitaclia listing/search page URLs | Yes |
| Max Results | Maximum number of listings to extract (0 = unlimited) | No |
Example start URL:
https://www.habitaclia.com/locales_comerciales-en-alt_penedes.htm?filtro_periodo=1&ordenar=multimedia
Any Habitaclia search result page works — filter by property type, location, price range, etc. before copying the URL.
Output
Each listing is saved as a JSON record. Here is a real example from a run:
{"id": "15471000072352","url": "https://www.habitaclia.com/comprar-local_comercial-espirall_25_25_l_espirall-vilafranca_del_penedes-i15471000072352.htm","realEstateAdId": "2af4a4b8-5cf3-4587-89e3-c6b77feb021b","publisherId": "15471-1","propertyType": "COMMERCIAL_PREMISES","propertySubtype": "COMMERCIAL_PREMISES","transaction": "SALE","sellType": "SECOND_HAND","esParticular": "PROFESSIONAL","imageUrl": "https://images.habimg.com/imgh/15471-72352/...","imageCount": 30,"title": "Local Comercial en Calle espirall 25 25","location": "Vilafranca del Penedès - L´Espirall","area": 46,"pricePerM2": 1348,"description": "Precioso espacio personal muy versátil con una terraza y unas vistas espectaculares...","lastUpdated": "actualizado hace 7 días","price": 62000,"priceReduction": "ha bajado 3.000 €","agencyName": "iad ESPAÑA","agencyUrl": "https://www.habitaclia.com/inmobiliaria-i_d_espana_15471_1/","scrapedAt": "2026-06-19T14:01:25.371Z"}
Output fields
| Field | Description |
|---|---|
id | Unique listing identifier from Habitaclia |
url | Direct link to the listing page |
realEstateAdId | Internal ad UUID |
publisherId | Agency or publisher identifier |
propertyType | Property category (e.g. COMMERCIAL_PREMISES) |
propertySubtype | More specific subtype |
transaction | SALE or RENT |
sellType | SECOND_HAND, NEW_DEVELOPMENT, etc. |
esParticular | Listing source: PROFESSIONAL (agency) or PARTICULAR (private) |
imageUrl | URL of the main listing photo |
imageCount | Total number of photos available |
title | Listing title as shown on the portal |
location | City and neighbourhood |
area | Property area in m² |
pricePerM2 | Price per square metre in EUR |
price | Total asking price in EUR |
priceReduction | Price drop label if the price was recently reduced (or null) |
description | Listing description excerpt |
lastUpdated | When the listing was last updated (relative, as shown on the site) |
agencyName | Name of the listing agency |
agencyUrl | Link to the agency's profile on Habitaclia |
scrapedAt | ISO timestamp of when the data was collected |