Trade Me Scraper - NZ Marketplace Listings Extractor avatar

Trade Me Scraper - NZ Marketplace Listings Extractor

Under maintenance

Pricing

from $50.00 / 1,000 results

Go to Apify Store
Trade Me Scraper - NZ Marketplace Listings Extractor

Trade Me Scraper - NZ Marketplace Listings Extractor

Under maintenance

Extract listings from Trade Me marketplace - New Zealand #1 auction and classifieds site.

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

Archit Khurana

Archit Khurana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐Ÿ›’ Trade Me Scraper - New Zealand Marketplace Data Extractor

Apify Actor Python LICENSE

Extract listings from Trade Me - New Zealand's largest auction and classifieds marketplace. Scrape products, electronics, furniture, and general items with detailed metadata including prices, locations, seller information, and images.

๐ŸŒŸ Features

โœ… Comprehensive Search - Search by keywords, categories, locations, and price ranges
โœ… Rich Data - Extract titles, prices, seller info, ratings, images, and more
โœ… Smart Filtering - Filter by condition (new/used), location, category, and price
โœ… Anti-Detection - Uses Camoufox browser with residential proxies for reliable scraping
โœ… Flexible Sorting - Sort by relevance, price, or date
โœ… Fast & Efficient - Extracts data from JSON when available, falls back to HTML parsing

๐Ÿ“Š What Data Can You Extract?

FieldDescriptionExample
titleListing title"Apple MacBook Pro 13" 2023"
priceCurrent price or bid"$1,299 NZD"
locationSeller location/region"Auckland"
categoryProduct category"Electronics & photography"
conditionItem condition"Used"
sellerSeller username"tech_store_nz"
sellerRatingSeller feedback rating"99.5%"
listingIdUnique listing ID"4523421234"
listingTypeAuction, Buy Now, or Classified"Buy Now"
urlDirect listing URL"https://www.trademe.co.nz/..."
imageUrlMain product image"https://images.trademe.co.nz/..."
descriptionItem description"Excellent condition laptop..."
postedDateWhen posted"2024-01-15"
endDateAuction end date"2024-01-20"
scrapedAtExtraction timestamp"2024-01-16T12:30:00Z"

๐Ÿš€ Quick Start

Using Apify Console

  1. Create a task from this actor
  2. Configure inputs:
    • Search query (e.g., "laptop", "iphone", "furniture")
    • Category and location filters
    • Price range (min/max in NZD)
    • Max results to scrape
  3. Run the task
  4. Download results as JSON, CSV, Excel, or XML

Using API

const ApifyClient = require('apify-client');
const client = new ApifyClient({
token: 'YOUR_APIFY_TOKEN',
});
const input = {
searchQuery: "laptop",
category: "Electronics & photography",
location: "Auckland",
priceMin: 500,
priceMax: 3000,
condition: "Any",
sortBy: "PriceAsc",
maxResults: 50
};
const run = await client.actor("YOUR_USERNAME/trademe-scraper").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Using Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run_input = {
"searchQuery": "laptop",
"category": "Electronics & photography",
"location": "Auckland",
"priceMin": 500,
"priceMax": 3000,
"maxResults": 50
}
run = client.actor("YOUR_USERNAME/trademe-scraper").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

โš™๏ธ Input Configuration

Required Fields

FieldTypeDescriptionExample
maxResultsIntegerMaximum listings to scrape (1-1000)50

Optional Search & Filter Fields

FieldTypeDescriptionDefault
searchQueryStringKeywords to search for"laptop"
categoryStringProduct category filter"Electronics & photography"
locationStringRegion/city filter"Auckland"
priceMinIntegerMinimum price in NZD0
priceMaxIntegerMaximum price in NZD5000
conditionStringItem condition: Any, New, Used"Any"
sortByStringSort order: Relevance, PriceAsc, PriceDesc, DateDesc, DateAsc"Relevance"
proxyConfigurationObjectApify proxy settings (residential recommended){"useApifyProxy": true}

Available Categories

  • All categories
  • Electronics & photography
  • Home & living
  • Clothing & fashion
  • Sports & outdoors
  • Baby & kids
  • Toys & models
  • Books & music
  • Health & beauty
  • Office & industrial

Available Regions

All major New Zealand regions supported: Auckland, Wellington, Canterbury, Waikato, Bay of Plenty, Otago, and more.

๐Ÿ“ˆ Use Cases

๐Ÿ” Market Research - Track product prices and availability across New Zealand
๐Ÿ’ผ Price Monitoring - Monitor competitor pricing and market trends
๐Ÿ“Š Data Analysis - Analyze marketplace trends and consumer behavior
๐Ÿค– Automation - Integrate with your workflow via Apify API
๐Ÿ”” Deal Alerts - Find the best deals on products you're tracking

๐Ÿ›ก๏ธ Proxy & Anti-Bot Protection

This actor uses residential proxies by default for best results. Trade Me has moderate bot protection, so we recommend:

  • โœ… Using Apify residential proxies (included in input)
  • โœ… Setting reasonable maxResults limits
  • โœ… Running during off-peak hours for faster performance

๐Ÿ“ Notes & Limitations

  • Rate Limits: Respect Trade Me's terms of service and scrape responsibly
  • Data Accuracy: Prices and availability change frequently - data is a snapshot
  • Coverage: Focuses on marketplace listings (general items) - separate actors available for property
  • Updates: Site structure may change; actor is maintained and updated regularly

๐Ÿค Integration with AI Agents

This actor is fully compatible with AI assistants and automation tools:

  • โœ… Claude Desktop via Apify MCP server
  • โœ… ChatGPT via Apify API integration
  • โœ… Custom AI agents via RESTful API
  • โœ… Workflow automation (Make.com, Zapier, n8n)

Perfect for AI-powered market research, automated deal finding, and intelligent price tracking systems.

๐Ÿ’ก Tips for Best Results

  1. Be Specific - Use detailed search queries for better matches
  2. Use Filters - Combine category, location, and price filters to narrow results
  3. Sort Wisely - Sort by date for newest listings, by price for deals
  4. Check Residential Proxy - Always use residential proxies for reliable scraping
  5. Reasonable Limits - Start with smaller maxResults (10-50) for testing
  • Trade Me Property Scraper - For real estate listings
  • Trade Me Motors Scraper - For vehicle listings
  • NZ Marketplace Aggregator - Multi-site comparison

๐Ÿ“ž Support

  • Issues? Open an issue on GitHub or contact via Apify
  • Feature requests? Let us know what you'd like to see!
  • Custom solutions? Available for hire for specialized scraping needs

๐Ÿ“„ License

Apache 2.0 - See LICENSE file for details.


Made with โค๏ธ for the New Zealand market

Compatible with Claude, ChatGPT & AI agents via Apify MCP.