# Weekly MyHome.ie New and Updated Listings Archive

**Use case:** 

Filter Irish listings by source modification time for a recurring archive with asking prices, descriptions, photos, and change metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.myhome.ie/residential/ireland/property-for-sale"
    }
  ],
  "maxItems": 25,
  "maxPages": 3,
  "modifiedAfter": "2026-08-01T00:00:00.000Z",
  "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.