# Cíosanna i gCill Mhantáin

**Use case:** 

Faigh cíosanna ar fáil i gCill Mhantáin le sonraí teagmhála.

## Input

```json
{
  "maxListings": 24,
  "listingType": "rent",
  "locations": [
    "wexford"
  ],
  "minBeds": 2,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "searchLocation": {
    "label": "Search Location"
  },
  "title": {
    "label": "Property"
  },
  "price": {
    "label": "Price"
  },
  "priceType": {
    "label": "Sale/Rent"
  },
  "county": {
    "label": "County"
  },
  "propertyType": {
    "label": "Type"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "floorAreaSqm": {
    "label": "Floor Area (m²)"
  },
  "ber": {
    "label": "BER"
  },
  "propertyReference": {
    "label": "Ref"
  },
  "imageCount": {
    "label": "Photos"
  },
  "agentName": {
    "label": "Agent"
  },
  "agencyName": {
    "label": "Agency"
  },
  "agentPhone": {
    "label": "Agent Phone"
  },
  "listingUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Daft.ie Ireland Property & Estate Agent Scraper](https://apify.com/scrapers_lat/daft-ireland-realestate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/daft-ireland-realestate-scraper) to learn more, explore other use cases, and run it yourself.