# MyHome.ie Ireland Property Listings Dataset

**Use case:** 

Collect current Irish homes for sale with asking prices, addresses, descriptions, photo links, agents, and source update timestamps.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.myhome.ie/residential/ireland/property-for-sale"
    }
  ],
  "maxItems": 20,
  "maxPages": 2,
  "includeDescription": true,
  "includePhotos": true,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "askingPrice": {
    "label": "Asking price (EUR)",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "modifiedAt": {
    "label": "Modified",
    "format": "string"
  },
  "url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MyHome.ie Ireland Property Listings Scraper](https://apify.com/automation-lab/myhome-ireland-property-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/myhome-ireland-property-listings-scraper) to learn more, explore other use cases, and run it yourself.