# Residential For Sale Trade Me Property Standard Export

**Use case:** 

Standard Export of Trade Me Property for Residential For Sale. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "listingType": "residential-sale",
  "maxItems": 100
}
```

## Output

```json
{
  "pictureHref": {
    "label": "Image",
    "format": "image"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "suburbId": {
    "label": "Suburb ID",
    "format": "number"
  },
  "districtId": {
    "label": "District ID",
    "format": "number"
  },
  "regionId": {
    "label": "Region ID",
    "format": "number"
  },
  "categoryPath": {
    "label": "Category",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "startPrice": {
    "label": "Start Price",
    "format": "number"
  },
  "rentPerWeek": {
    "label": "Rent Per Week",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "parking": {
    "label": "Parking",
    "format": "text"
  },
  "totalParking": {
    "label": "Total Parking",
    "format": "number"
  },
  "landArea": {
    "label": "Land Area (m2)",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "photoUrls": {
    "label": "Photos",
    "format": "array"
  },
  "openHomes": {
    "label": "Open Homes",
    "format": "array"
  },
  "endDate": {
    "label": "End Date",
    "format": "date"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "availableFrom": {
    "label": "Available From",
    "format": "date"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "isBold": {
    "label": "Bold",
    "format": "boolean"
  },
  "isHighlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "hasGallery": {
    "label": "Has Gallery",
    "format": "boolean"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyPhone": {
    "label": "Agency Phone",
    "format": "text"
  },
  "agencyWebsite": {
    "label": "Agency Website",
    "format": "link"
  },
  "agencyLogo": {
    "label": "Agency Logo",
    "format": "image"
  },
  "isLicensedAgency": {
    "label": "Licensed Agency",
    "format": "boolean"
  },
  "agents": {
    "label": "Agents",
    "format": "array"
  },
  "adjacentSuburbs": {
    "label": "Adjacent Suburbs",
    "format": "array"
  },
  "listingGroup": {
    "label": "Listing Group",
    "format": "text"
  },
  "propertyId": {
    "label": "Property ID",
    "format": "text"
  },
  "agencyReference": {
    "label": "Agency Ref",
    "format": "text"
  },
  "petsOkay": {
    "label": "Pets OK",
    "format": "number"
  },
  "smokersOkay": {
    "label": "Smokers OK",
    "format": "number"
  },
  "whiteware": {
    "label": "Whiteware",
    "format": "text"
  },
  "propertySaleType": {
    "label": "Sale Type",
    "format": "number"
  },
  "propertySaleDate": {
    "label": "Sale Date",
    "format": "date"
  },
  "premiumPackageCode": {
    "label": "Package",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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