Trade Pricing API

The Aristocles Trade Pricing API provides real-time pricing data for tradespeople across Australia, United States, United Kingdom, Canada, and New Zealand — plumbers, electricians, painters, and more — by state, region, and postcode. Built for AI agents, home improvement apps, and insurance platforms.

Who it's for

Built for real people

AI agent builders, home improvement platforms, insurance adjusters, property managers, and anyone who needs accurate trade pricing across Australia, US, UK, Canada, and New Zealand.

Features

Key capabilities

01

Pricing for 10 trades and 30+ services across 5 countries

02

AU, US, UK, CA, NZ — by state, region, and postcode

03

Price ranges (low/high/average) per unit (hourly, per job, per sqm)

04

Job cost estimation with quantity multiplier

05

Cross-state price comparison to find cheapest locations

06

MCP server integration with 5 dedicated tools

How it works

Three simple steps

1

Get an API key

Use the same API key as the Subscription Pricing API. Free tier includes 100 requests per day.

2

Query trade pricing

Look up what a plumber costs in Sydney, compare electrician rates across states, or estimate a painting job — all with simple REST calls or MCP tools.

3

Deliver real answers

Your AI agent gives users actual price ranges instead of vague guesses. Every response includes source, location, and verification date.

Pricing

Simple, transparent pricing

Start free, upgrade when you need more. All plans include full API access.

Free

$0forever

Get started and explore the API

100 requests/day
  • 100 API requests per day
  • All endpoints included
  • Community support
Most popular

Pro

$9/month

For production apps and AI agents

10,000 requests/day
  • 10,000 API requests per day
  • All endpoints included
  • Priority support
  • Usage dashboard

Enterprise

$49/month

Unlimited access for high-volume use

Unlimited requests
  • Unlimited API requests
  • All endpoints included
  • Priority support
  • Usage dashboard
  • Dedicated support channel

Getting Started

Start building in minutes

Register for a free API key, make your first request, and upgrade when you're ready.

1

Register

Create an account to get your API key. It's free — no credit card required.

curl -X POST https://api.aristocles.com.au/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "name": "Your Name"}'
2

Make a request

Use your API key in the X-API-Key header to authenticate requests.

curl https://api.aristocles.com.au/v1/data/asx \
  -H "X-API-Key: your_api_key_here"
3

Upgrade

Need more requests? Upgrade to Pro or Enterprise — you'll be redirected to Stripe Checkout.

curl -X POST "https://api.aristocles.com.au/v1/billing/checkout?tier=pro" \
  -H "X-API-Key: your_api_key_here"
4

Check usage

Monitor your daily request count and remaining quota at any time.

curl https://api.aristocles.com.au/v1/usage \
  -H "X-API-Key: your_api_key_here"

Privacy & Security

Your data, your control

The Trade Pricing API serves publicly available pricing data. No personal information is collected from end users. API usage is tracked only for rate limiting and billing purposes.

All payments are processed securely through Stripe. We never store card details.

FAQ

Common questions

What trades do you cover?

We cover 10 core trades: plumber, electrician, carpenter, painter, roofer, HVAC technician, landscaper, cleaner, locksmith, and pest control. Each has multiple specific services like 'fix leaking tap' or 'install power point'.

What locations are covered?

Five countries: Australia (NSW, VIC, QLD, WA, SA, TAS, ACT, NT), United States (CA, NY, TX, FL, IL, WA, PA, OH, GA, NC), United Kingdom (England, Scotland, Wales, Northern Ireland), Canada (ON, BC, AB, QC, MB, SK, NS, NB), and New Zealand (Auckland, Wellington, Canterbury, Waikato).

How are prices sourced?

Prices are sourced from industry cost guides, trade association data, and major Australian trade platforms. We verify and update regularly.

What pricing units are used?

Prices come in the unit most natural for the service: per hour (for hourly rates), per job (for fixed services like lockouts), per sqm (for painting, decking), or per metre.

Is this the same API key as the Subscription Pricing API?

Yes. One API key gives you access to both subscription pricing and trade pricing endpoints. Same auth, same billing, same rate limits.

Can I estimate total job costs?

Yes. The /v1/trades/estimate endpoint multiplies the per-unit price range by your quantity to give low/high/average total estimates.