# DOM.RIA.com Real Estate Property Scraper & Parser

**Use case:** 

Extract property listings, prices, images, detailed specifications, and seller phone numbers from dom.ria.com. Fast, cost-efficient, and anti-block protected.

## Input

```json
{
  "url": "https://dom.ria.com/uk/prodazha-kvartir/kiev/",
  "max_pages": 1,
  "max_items": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location_date": {
    "label": "Location",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "user_name": {
    "label": "Seller Name",
    "format": "text"
  },
  "link": {
    "label": "Direct Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dom.ria.com Property Search Scraper/Parser](https://apify.com/maroon_trio/dom-ria-com-property-search-scraper-parser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maroon_trio/dom-ria-com-property-search-scraper-parser) to learn more, explore other use cases, and run it yourself.