Habitaclia Scraper avatar

Habitaclia Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Habitaclia Scraper

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

Dennis

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

20 days ago

Last modified

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

FieldDescriptionRequired
Start URLsOne or more Habitaclia listing/search page URLsYes
Max ResultsMaximum 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

FieldDescription
idUnique listing identifier from Habitaclia
urlDirect link to the listing page
realEstateAdIdInternal ad UUID
publisherIdAgency or publisher identifier
propertyTypeProperty category (e.g. COMMERCIAL_PREMISES)
propertySubtypeMore specific subtype
transactionSALE or RENT
sellTypeSECOND_HAND, NEW_DEVELOPMENT, etc.
esParticularListing source: PROFESSIONAL (agency) or PARTICULAR (private)
imageUrlURL of the main listing photo
imageCountTotal number of photos available
titleListing title as shown on the portal
locationCity and neighbourhood
areaProperty area in m²
pricePerM2Price per square metre in EUR
priceTotal asking price in EUR
priceReductionPrice drop label if the price was recently reduced (or null)
descriptionListing description excerpt
lastUpdatedWhen the listing was last updated (relative, as shown on the site)
agencyNameName of the listing agency
agencyUrlLink to the agency's profile on Habitaclia
scrapedAtISO timestamp of when the data was collected