# Scrape Trade Me Mitsubishi cars category listings

**Use case:** 

Extract Mitsubishi vehicle listings from Trade Me Motors with prices, mileage, locations, seller ratings, and listing dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trademe.co.nz/a/motors/cars/mitsubishi"
    }
  ],
  "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.