# 3-Bed Houses for Sale in South Dublin

**Use case:** 

Get detailed listings of 3-bed houses for sale in South Dublin. Includes pricing, agent contacts, and property details.

## Input

```json
{
  "dealType": "for-sale",
  "county": "ireland",
  "propertyType": "any",
  "searchUrls": [
    "https://www.myhome.ie/houses/south-county-dublin/property-for-sale?minbeds=3&maxbeds=3"
  ],
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "enrichDetails": true,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "displayAddress": {
    "label": "Display address",
    "format": "text"
  },
  "listingStatus": {
    "label": "Status",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "priceAsString": {
    "label": "Price (text)",
    "format": "text"
  },
  "priceValue": {
    "label": "Price (number)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "sizeSqMeters": {
    "label": "Size (m²)",
    "format": "number"
  },
  "berRating": {
    "label": "BER",
    "format": "text"
  },
  "eircode": {
    "label": "Eircode",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyEmail": {
    "label": "Agency email",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Agency phone",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [MyHome.ie Scraper — Irish Property & Agent Leads](https://apify.com/logiover/myhome-ie-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/myhome-ie-scraper) to learn more, explore other use cases, and run it yourself.