Imobiliare.ro Real Estate Scraper
Pricing
from $0.55 / 1,000 results
Imobiliare.ro Real Estate Scraper
Scrape property listings from Imobiliare.ro — Romania's largest real estate portal. Extract price, size, rooms, location and images.
Pricing
from $0.55 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 hours ago
Last modified
Categories
Share

Extract property listings from Imobiliare.ro — Romania's largest real estate portal with over 500,000 active listings for sale and rent.
What it does
Provide one or more Imobiliare.ro search URLs and the scraper will:
- Paginate through all result pages
- Extract price, surface area, rooms, location and images from each listing
- Optionally visit detail pages for full description, floor level, full address and agency info
- Deliver structured JSON ready for analysis, dashboards or databases
Why this scraper?
🎯 Purpose-built
A dedicated scraper for this portal, tuned to its locations, price formats and property types.
📦 Clean, consistent records
Every record follows the same structure, ready for export to JSON, CSV or Excel.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
propertyType | string | "apartments" | Type of property to scrape. |
minPrice | integer | (empty) | Minimum listing price (local currency). Leave empty for no minimum. |
maxPrice | integer | (empty) | Maximum listing price (local currency). Leave empty for no maximum. |
daysOld | integer | (empty) | Only return listings published within the last N days. Leave empty for no recency filter. |
fetchDetails | boolean | false | ON: fetches full job description, salary, company info, and all details. OFF: returns basic listing info only (faster, lower cost). |
maxItems | integer | 100 | Maximum number of listings to extract. Set to 0 for unlimited. |
startUrls | array | (empty) | Imobiliare.ro search or listing URLs to scrape. If empty, uses operationType and propertyType to build the URL. |
operationType | string | "sale" | Whether to scrape sale or rental listings. |
maxPages | integer | 10 | Maximum number of result pages to paginate per start URL. Set to 0 for unlimited. |
Start URL examples
https://www.imobiliare.ro/vanzare-apartamentehttps://www.imobiliare.ro/inchiriere-apartamentehttps://www.imobiliare.ro/vanzare-case-vilehttps://www.imobiliare.ro/vanzare-apartamente?pagina=3
Output schema
Always present
| Field | Type | Description |
|---|---|---|
id | string | Unique listing ID |
url | string | Canonical listing URL |
operationType | string | "sale" or "rent" |
propertyType | string | "apartment", "house", "studio", "land", "commercial", "office" |
priceText | string | Price as displayed (e.g. "EUR 105.000") |
priceAmount | number | Numeric price value |
priceCurrency | string | Always "EUR" for Romania |
rooms | number | Number of rooms |
surfaceTotal | number | Total floor area in m² |
surfaceUnit | string | Always "m²" |
city | string | City or municipality |
country | string | Always "RO" |
source | string | Always "imobiliare.ro" |
scrapedAt | string | ISO timestamp of scrape |
With fetchDetails: true
| Field | Type | Description |
|---|---|---|
bathrooms | number | Number of bathrooms |
floor | string | Floor level (e.g. "0" for ground floor, "3" for third) |
streetAddress | string | Street address |
region | string | County / region |
postalCode | string | Postal code |
agencyName | string | Real estate agency name |
descriptionText | string | Full listing description (plain text) |
descriptionMarkdown | string | Full description converted to Markdown. |
images | array | Image URLs from listing gallery |
publishDate | string | Publication date (YYYY-MM-DD) |
Example output
{"id": "275272516","url": "https://www.imobiliare.ro/oferta/apartament-de-vanzare-floresti-mobilat-3-camere-275272516","operationType": "sale","propertyType": "apartment","priceText": "EUR 105.000","priceAmount": 105000,"priceCurrency": "EUR","rooms": 3,"bathrooms": 1,"surfaceTotal": 61,"surfaceUnit": "m²","floor": "0","streetAddress": "Str. Eroilor","city": "Florești","region": "Județul Cluj","postalCode": null,"country": "RO","agencyName": "Habitas Imobiliare","descriptionText": "Apartament modern cu 3 camere cu balcon – zona Lidl, str. Eroilor, Floresti...","images": ["https://i.roamcdn.net/prop/imo/..."],"publishDate": "2026-04-29","source": "imobiliare.ro","scrapedAt": "2026-04-30T10:00:00.000Z"}
Performance & pricing
- Price: $0.69 per 1,000 results
- Memory: 512 MB
- Speed: ~200–400 listings/minute without
fetchDetails; ~60–100/minute withfetchDetails - No proxy required
Examples
1 — Apartments for sale in Romania
{"operationType": "sale","propertyType": "apartments","maxItems": 200}
2 — Houses for rent
{"operationType": "rent","propertyType": "houses","maxItems": 100}
3 — Scrape specific search URL
{"startUrls": [{ "url": "https://www.imobiliare.ro/vanzare-apartamente" }],"maxItems": 500}
4 — Daily new listings feed (no detail pages)
{"operationType": "sale","propertyType": "apartments","fetchDetails": false,"maxItems": 1000}
Use cases
- Market analysis — track asking prices across Bucharest, Cluj, Timișoara or any Romanian city
- Investment research — identify undervalued listings, compare price/m² across neighbourhoods
- Portfolio monitoring — daily feed of new listings matching your criteria
- Lead generation — build lists of active sellers and agencies
Powered by Unfenced Group · info@unfencedgroup.nl
💰 Pricing
$0.69 per 1,000 results — you only pay for successfully retrieved listings.
| Results | Cost |
|---|---|
| 100 | ~$0.07 |
| 1,000 | ~$0.69 |
| 10,000 | ~$6.90 |
Known limitations
- Some fields (surface, year built, energy label) are only returned when the lister publishes them — expect
nullon a share of records. - Listing photos and agent details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be withdrawn at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
- Formats: results export to JSON, CSV and Excel from the dataset
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl