# Find iPhone electronics listings on Trade Me NZ

**Use case:** 

Extract iPhone and smartphone electronics listings from Trade Me with condition, storage, price, and buyer feedback scores.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trademe.co.nz/a/electronics-photography/mobile-phones/iphone"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceDisplay": {
    "label": "Price display"
  },
  "oldPrice": {
    "label": "Old price"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "location": {
    "label": "Location"
  },
  "region": {
    "label": "Region"
  },
  "suburb": {
    "label": "Suburb"
  },
  "viewsCount": {
    "label": "Views count"
  },
  "category": {
    "label": "Category"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "isDealer": {
    "label": "Is dealer"
  },
  "primaryImage": {
    "label": "Primary image"
  },
  "description": {
    "label": "Description"
  }
}
```

## About this Actor

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