# New Homes Propertypal

**Use case:** 

Extract Propertypal data filtered by New Homes. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.propertypal.com/property-for-sale/northern-ireland",
  "maxItems": 10,
  "includeDetails": true,
  "saleType": "new-homes",
  "includeSaleAgreed": false,
  "excludePriceOnApplication": false,
  "excludeBuildingSites": false,
  "excludeNewHomes": false,
  "garage": false,
  "largeGarage": false,
  "coOwnership": false,
  "coOwnershipOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyId": {
    "label": "Property ID",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "pricePrefix": {
    "label": "Price Prefix",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "receptions": {
    "label": "Receptions",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "listingsCategory": {
    "label": "Listings Category",
    "format": "text"
  },
  "epcRating": {
    "label": "EPC Rating",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "number"
  },
  "brochureUrl": {
    "label": "Brochure",
    "format": "link"
  },
  "hasFloorPlans": {
    "label": "Has Floor Plans",
    "format": "boolean"
  },
  "priceTrackerAvailable": {
    "label": "Price Tracker",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "addedDate": {
    "label": "Added",
    "format": "text"
  },
  "publishedOn": {
    "label": "Published On",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Propertypal Scraper](https://apify.com/parseforge/propertypal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/propertypal-scraper) to learn more, explore other use cases, and run it yourself.