# Kildare Rental Property Data from Daft.ie

**Use case:** 

Extract rental property data from Kildare, including prices, types, and agents. Access detailed listings from Daft.ie effortlessly.

## Input

```json
{
  "section": "property-for-rent",
  "location": "kildare",
  "locationCustom": "",
  "startUrls": [],
  "priceFrom": 0,
  "priceTo": 0,
  "minBeds": 0,
  "scrapeDescription": false,
  "maxRecords": 100,
  "maxPages": 0,
  "requestDelay": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IE"
  }
}
```

## Output

```json
{
  "propertyId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "priceRaw": {
    "label": "Price",
    "format": "text"
  },
  "numBedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "berRating": {
    "label": "BER",
    "format": "text"
  },
  "city": {
    "label": "City/Area",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "listingUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Daft.ie Scraper | Irish Property Listings + Agents](https://apify.com/haketa/daft-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/daft-scraper) to learn more, explore other use cases, and run it yourself.