Trade Pricing API

Plumber pricing

Hourly rates and common job pricing for plumbers

Licensed plumbers for all plumbing work including repairs, installations, and emergencies

Services

Each service has its own slug — pass it as service on the prices endpoint. Sample rates below are NSW, AUD.

ServiceSlugSample price (NSW)
Hot Water System Installationhot-water-installation
Blocked Drain Clearingblocked-drain
Fix Leaking Tapfix-leaking-tap$120.41–$236.81 per job
Hourly Ratehourly-rate$100.41–$117.87 per hour

Endpoints

Every request is authenticated with your X-API-Key and counted against your plan.

  • GET /v1/trades/plumberTrade detail with all its services
  • GET /v1/trades/plumber/pricesCurrent prices, filterable by service/postcode/state/country
  • GET /v1/trades/plumber/cheapest-locationCheapest state/region for a service
  • GET /v1/trades/plumber/historyHistorical price snapshots by location
  • GET /v1/trades/compareCompare a service's price across multiple states
  • GET /v1/trades/estimateEstimate total job cost by quantity and location

Example request

curl "https://api.aristocles.com.au/v1/trades/plumber/prices?service=hot-water-installation&state=NSW" \
  -H "X-API-Key: YOUR_API_KEY"

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"