# Meath & Wicklow County Home Listings Export

**Use case:** 

Extract property listings from Meath and Wicklow counties, including prices, types, and agency details. Get accurate real estate data for your needs.

## Input

```json
{
  "dealType": "for-sale",
  "county": "ireland",
  "propertyType": "any",
  "searchUrls": [
    "https://www.myhome.ie/residential/meath/property-for-sale",
    "https://www.myhome.ie/residential/wicklow/property-for-sale"
  ],
  "maxResults": 300,
  "maxResultsPerSearch": 150,
  "enrichDetails": false,
  "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.