# Trade Me NZ: Marketplace, Property, Motors, Jobs, Services

**Use case:** 

Scrape Trade Me NZ. Search/URL across Marketplace, Property, Motors, Jobs, Services. Get price, location, photos, specs & seller feedback.

## Input

```json
{
  "vertical": "marketplace",
  "mode": "search",
  "queries": [
    "iphone"
  ],
  "sort": "Default",
  "listingType": "residential-sale",
  "petsOkay": false,
  "condition": "",
  "buyNowOnly": false,
  "startUrls": [
    "https://www.trademe.co.nz/a/property/residential/sale"
  ],
  "fetchDetails": false,
  "includeMemberFeedbackComments": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "vertical": {
    "label": "Section"
  },
  "listingId": {
    "label": "Listing ID"
  },
  "title": {
    "label": "Title"
  },
  "priceDisplay": {
    "label": "Price"
  },
  "startPrice": {
    "label": "Start price"
  },
  "buyNowPrice": {
    "label": "Buy Now"
  },
  "region": {
    "label": "Region"
  },
  "suburb": {
    "label": "Suburb"
  },
  "district": {
    "label": "District"
  },
  "category": {
    "label": "Category"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "odometer": {
    "label": "Odometer"
  },
  "address": {
    "label": "Address"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "propertyType": {
    "label": "Property type"
  },
  "agencyName": {
    "label": "Agency"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "memberId": {
    "label": "Member ID"
  },
  "sellerFeedback": {
    "label": "Seller feedback"
  },
  "url": {
    "label": "URL"
  },
  "photoUrls": {
    "label": "Photos"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs](https://apify.com/abotapi/trademe-co-nz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/trademe-co-nz-scraper) to learn more, explore other use cases, and run it yourself.