Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs avatar

Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs

Pricing

from $1.20 / 1,000 listing results

Go to Apify Store
Trade Me NZ Scraper – Marketplace, Property, Motors & Jobs

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

Abot API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

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.

FieldExample
verticalmarketplace
listingId0000000001
titleSample Listing Title
priceDisplay$1,234
startPrice1234
buyNowPrice1500
regionAuckland
suburbSample Suburb
districtSample District
categoryComputers > Laptops
makeSampleMake
modelSampleModel
year2020
odometer50000
address1 Example Street, Sample Suburb
bedrooms3
bathrooms2
propertyTypeHouse
agencyNameSample Agency
agents[{ "name": "Agent Name", "mobilePhone": "+64000000000", "email": "agent@example.com" }]
sellerTypemember
memberId0000000
sellerFeedback{ "uniquePositive": 100, "uniqueNegative": 1, "feedbackPercent": 99, "isSuperSeller": true }
photoUrls["https://trademe.tmcdn.co.nz/photoserver/full/000000000.jpg"]
urlhttps://www.trademe.co.nz/Browse/Listing.aspx?id=0000000001
scrapedAt2026-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

ParameterTypeDefaultDescription
verticalstringmarketplaceWhich section: marketplace, property, motors, jobs, services
modestringsearchsearch (keywords + filters) or url (paste links)
queriesarray["iphone"]Keyword searches (search mode)
keywordstringExtra free-text term
sortstringDefaultResult ordering (applicability varies by section)
listingTypestringresidential-saleProperty market: residential-sale, residential-rent, commercial-sale, lifestyle
region, district, suburbstringLocation filters (property, jobs)
propertyTypestringProperty type (property)
minBedrooms, maxBedrooms, minBathroomsintegerRoom filters (property)
minLandArea, maxLandArea, minFloorArea, maxFloorAreaintegerArea filters in m² (property)
petsOkaybooleanfalsePet-friendly rentals only (property)
make, modelstringVehicle make and model (motors)
minYear, maxYearintegerYear range (motors)
minOdometer, maxOdometerintegerOdometer range (motors)
bodyStyle, transmission, fuelstringVehicle filters (motors)
categorystringCategory id or slug (marketplace, jobs, services)
conditionstringAnyItem condition (marketplace)
buyNowOnlybooleanfalseBuy Now listings only (marketplace)
jobTypestringJob type (jobs)
minPrice, maxPriceintegerPrice range in NZD (salary for jobs)
startUrlsarrayCategory, search, or listing links (url mode)
fetchDetailsbooleanfalseFetch full detail and seller feedback per listing
includeMemberFeedbackCommentsbooleanfalseAlso collect individual feedback comments (with fetchDetails)
maxItemsinteger20Main limit on listings (0 for unlimited)
maxPagesintegerPage safety limit; empty means no page limit, stops at Max items
proxyobjectApify defaultConnection 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.

  1. Authorize a connector under Apify, Settings, API & Integrations (for example Notion, Linear, Airtable, or Apify).
  2. Select it in the "Export to your apps" input section.
  3. 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.