Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs
Pricing
from $1.20 / 1,000 listing results
Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs
Scrape trademe.co.nz across all five sections: Marketplace goods and auctions, Property, Motors, Jobs and Services. Search or paste URLs, walk pagination, and enrich with full detail plus seller feedback (positive/negative counts and score).
Pricing
from $1.20 / 1,000 listing results
Rating
0.0
(0)
Developer
Abot API
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
Share
Trade Me Scraper (trademe.co.nz)
Collect listings from every part of Trade Me, New Zealand's largest online marketplace, in one actor. Search or paste links across five sections, Marketplace (general goods and auctions), Property, Motors, Jobs and Services, and get clean structured records with prices, locations, photos, listing specifics, and seller feedback.
Why this scraper
- Five sections in one tool: Marketplace, Property, Motors, Jobs, Services. Most tools cover only one.
- Rich records: section-specific fields (bedrooms and land area for property, make, model, year and odometer for motors, salary for jobs) plus common fields shared across every section.
- Seller and member feedback: positive and negative counts, feedback score, join date, and optional individual feedback comments, wherever Trade Me exposes them.
- Two ways to search: keyword plus filters, or paste category, search, and individual listing links.
- Collects results across as many result pages as needed, up to your item limit.
- Optional export of results into the apps you already use through MCP connectors.
- Predictable cost: pay per listing, with an optional detail surcharge only when you turn on full enrichment.
Data you get
Sample shape, values are illustrative placeholders, not from a live listing.
| Field | Example |
|---|---|
| vertical | marketplace |
| listingId | 0000000001 |
| title | Sample Listing Title |
| priceDisplay | $1,234 |
| startPrice | 1234 |
| buyNowPrice | 1500 |
| region | Auckland |
| suburb | Sample Suburb |
| district | Sample District |
| category | Computers > Laptops |
| make | SampleMake |
| model | SampleModel |
| year | 2020 |
| odometer | 50000 |
| address | 1 Example Street, Sample Suburb |
| bedrooms | 3 |
| bathrooms | 2 |
| propertyType | House |
| agencyName | Sample Agency |
| agents | [{ "name": "Agent Name", "mobilePhone": "+64000000000", "email": "agent@example.com" }] |
| sellerType | member |
| memberId | 0000000 |
| sellerFeedback | { "uniquePositive": 100, "uniqueNegative": 1, "feedbackPercent": 99, "isSuperSeller": true } |
| photoUrls | ["https://trademe.tmcdn.co.nz/photoserver/full/000000000.jpg"] |
| url | https://www.trademe.co.nz/Browse/Listing.aspx?id=0000000001 |
| scrapedAt | 2026-01-01T00:00:00.000Z |
How to use
Search Marketplace by keyword:
{"vertical": "marketplace","mode": "search","queries": ["iphone"],"maxItems": 50}
Search Property with filters and full detail plus seller feedback:
{"vertical": "property","mode": "search","listingType": "residential-sale","region": "auckland","minBedrooms": 3,"minPrice": 800000,"maxPrice": 1500000,"fetchDetails": true,"maxItems": 40}
Search Motors with vehicle filters:
{"vertical": "motors","mode": "search","make": "Toyota","model": "Corolla","minYear": 2015,"maxPrice": 20000,"maxItems": 30}
Paste links (category, search, or individual listings):
{"mode": "url","startUrls": ["https://www.trademe.co.nz/a/property/residential/sale","https://www.trademe.co.nz/a/motors/used-cars"],"maxItems": 40}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| vertical | string | marketplace | Which section: marketplace, property, motors, jobs, services |
| mode | string | search | search (keywords + filters) or url (paste links) |
| queries | array | ["iphone"] | Keyword searches (search mode) |
| keyword | string | Extra free-text term | |
| sort | string | Default | Result ordering (applicability varies by section) |
| listingType | string | residential-sale | Property market: residential-sale, residential-rent, commercial-sale, lifestyle |
| region, district, suburb | string | Location filters (property, jobs) | |
| propertyType | string | Property type (property) | |
| minBedrooms, maxBedrooms, minBathrooms | integer | Room filters (property) | |
| minLandArea, maxLandArea, minFloorArea, maxFloorArea | integer | Area filters in m² (property) | |
| petsOkay | boolean | false | Pet-friendly rentals only (property) |
| make, model | string | Vehicle make and model (motors) | |
| minYear, maxYear | integer | Year range (motors) | |
| minOdometer, maxOdometer | integer | Odometer range (motors) | |
| bodyStyle, transmission, fuel | string | Vehicle filters (motors) | |
| category | string | Category id or slug (marketplace, jobs, services) | |
| condition | string | Any | Item condition (marketplace) |
| buyNowOnly | boolean | false | Buy Now listings only (marketplace) |
| jobType | string | Job type (jobs) | |
| minPrice, maxPrice | integer | Price range in NZD (salary for jobs) | |
| startUrls | array | Category, search, or listing links (url mode) | |
| fetchDetails | boolean | false | Fetch full detail and seller feedback per listing |
| includeMemberFeedbackComments | boolean | false | Also collect individual feedback comments (with fetchDetails) |
| maxItems | integer | 20 | Main limit on listings (0 for unlimited) |
| maxPages | integer | Page safety limit; empty means no page limit, stops at Max items | |
| proxy | object | Apify default | Connection configuration |
Send results into your apps (MCP connectors)
You can optionally pipe each run's results into the apps you already use through Model Context Protocol (MCP) connectors, with no change to the dataset.
- Authorize a connector under Apify, Settings, API & Integrations (for example Notion, Linear, Airtable, or Apify).
- Select it in the "Export to your apps" input section.
- For Notion, also set the parent page so each item becomes a page.
The connector receives a condensed, human-readable summary per item (a title plus key fields), while the complete record always stays in the Apify dataset.
Output example
Sample shape, values are illustrative placeholders, not from a live listing.
{"vertical": "property","listingId": "0000000001","title": "Sample Listing Title","url": "https://www.trademe.co.nz/Browse/Listing.aspx?id=0000000001","priceDisplay": "$1,234,000","region": "Auckland","suburb": "Sample Suburb","district": "Sample District","address": "1 Example Street, Sample Suburb","bedrooms": 3,"bathrooms": 2,"propertyType": "House","latitude": -36.0000,"longitude": 174.0000,"agencyName": "Sample Agency","agents": [{ "name": "Agent Name", "mobilePhone": "+64000000000", "email": "agent@example.com" }],"memberId": "0000000","sellerFeedback": {"nickname": "sample_seller","uniquePositive": 100,"uniqueNegative": 1,"feedbackPercent": 99,"isSuperSeller": true},"photoUrls": ["https://trademe.tmcdn.co.nz/photoserver/full/000000000.jpg"],"scrapedAt": "2026-01-01T00:00:00.000Z"}
Notes
Use an Apify account to run the actor. The default connection works well; residential is optional and not required. Run a small maxItems first to preview the shape of the data for your section and filters.