# Find apartments for rent in Romania

**Use case:** 

Scrape apartments for rent from Imobiliare.ro across Romania. Structured rental property data. Pay per result.

## Input

```json
{
  "offerType": "rent",
  "propertyType": "apartamente",
  "location": "bucuresti",
  "maxItems": 5,
  "fetchDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "operationType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Category",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City/Sector",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year built",
    "format": "number"
  },
  "energyLabel": {
    "label": "Energy label"
  },
  "kitchens": {
    "label": "Kitchens"
  },
  "surfaceTotal": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "surfaceUnit": {
    "label": "Unit",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "daysOnMarket": {
    "label": "Days on market",
    "format": "number"
  },
  "isNew": {
    "label": "New build",
    "format": "text"
  },
  "features": {
    "label": "Features"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Publish date iso"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "streetAddress": {
    "label": "Street address",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "descriptionHtml": {
    "label": "Description html"
  },
  "descriptionMarkdown": {
    "label": "Description markdown"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  },
  "contentHash": {
    "label": "Hash",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Imobiliare.ro Scraper](https://apify.com/unfenced-group/imobiliare-ro-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/imobiliare-ro-scraper) to learn more, explore other use cases, and run it yourself.