Looking for an AddressFinder alternative for Australian addresses?
If you are evaluating alternatives to AddressFinder, or to any Australian address API, the useful comparison is not a feature grid. It is five questions about what you need, where the data goes and what one billable event is. This page walks through them, says where AddressFinder is the better fit in its own words, and describes what moving an Australian form to WattleAddr actually changes. We quote nobody’s prices but our own.
Five questions that decide it
Answer these before reading any vendor’s feature list, ours included.
1. Existence, or deliverability?
A web form, a checkout or a CRM needs to know an address exists and capture it cleanly. Bulk mail needs a Delivery Point Identifier (DPID) from Australia Post’s Postal Address File (PAF), assigned by software approved under its Address Matching Approval System (AMAS). WattleAddr is G-NAF only and does the first. The AMAS and PAF vs G-NAF guide is the long version.
2. Australia only, or wider?
WattleAddr returns Australian physical addresses and nothing else. If you sell into New Zealand or beyond, that is a hard stop, not a trade-off.
3. Where do the keystrokes go?
Autocomplete transmits raw input before submit. Ask any provider where the lookup is processed, who owns the company, and whether a data-residency attestation and DPA are published or negotiated. Ours are published.
4. What is one billable event?
Per keystroke, per completed session, or per selection, and what an abandoned search costs. WattleAddr bills one lookup per completed session, always, and nothing for an abandoned one. The arithmetic is in session vs per-request pricing.
5. Currency and tax
Whether the invoice is in AUD, whether GST is itemised so you can claim it, and whether you can pay by purchase order. WattleAddr invoices in AUD with GST itemised on a tax invoice; purchase-order billing is on Enterprise & Government.
And then the record itself
Whether the address comes back as fields you can store, whether verify tells you which field disagreed, and whether the dataset release is named so you can reproduce a match later. See what a verdict means.
Where AddressFinder is the better fit
These are things WattleAddr does not offer. Each is AddressFinder’s own published statement, quoted narrowly, with where it was read and when. We have not verified them independently and they may have changed since.
| If you need this | AddressFinder says (read 2 September 2026) | WattleAddr |
|---|---|---|
| Covers Australia and New Zealand | “Australia and New Zealand address experts” source | Not offered |
| Uses Australia Post PAF as well as G-NAF, and can return a DPID | “authoritative local data sources including Australia Post PAF, GNAF, NZ Post and LINZ” source | Not offered |
| Returns address metadata such as meshblock, SA1 and LGA | “return different metadata such as meshblock, SA1, DPID, LGA” source | Not offered |
| Offers email and phone verification alongside addresses | “Confirm every email address is real and capable of receiving mail … Verify phone numbers are active and connected” source | Not offered |
| Lists a broad set of platform integrations | “HubSpot, Magento / Adobe Commerce, Microsoft Dynamics 365, Salesforce, Shopify Plus, WooCommerce, Zapier” source | Not offered |
| States a SOC 2 Type 2 certification | “Addressfinder has successfully achieved SOC 2 Type 2 certification” source | Not held |
What WattleAddr is, stated the same way
An Australian-owned address API served entirely from Australian infrastructure, built on the open G-NAF dataset, with four endpoints: autocomplete, retrieve, verify and status. A browser widget, npm packages for JavaScript and React, an OpenAPI spec, and a Shopify app. One completed search is one lookup. Prices in AUD with GST included, a free tier with no card, and a published DPA and data-residency attestation on every account.
What changes when you switch an Australian address field
- The widget or the call. Replace the existing script or client with our one-tag widget, the npm packages, or two REST calls: autocomplete as the person types, retrieve when they pick. Both share a session token so the whole search bills once.
- The field names. The record is
formattedpluscomponents(flat_number,level_number,street_number,street_name,street_type,locality,state,postcode) andgeo. Map your columns once; the storage guide has a schema. - PO Boxes. A postal query returns an explicit
postal_address_unsupportednotice. Give it a separate field, and read how to handle one in a form. - Verification you already do. Free text you hold goes to
verify, which returns averdictand a per-field status so you re-prompt for the one field that disagreed. - The bill. Session-based, AUD, GST included. Work out your monthly completed searches and read it off the pricing page.
Short answers
What should I compare when choosing an AddressFinder alternative?
Five things, in this order. First, whether you need mail deliverability (Australia Post PAF and DPIDs) or only address existence and coordinates (G-NAF). Second, whether you need New Zealand or international coverage. Third, where your customers’ keystrokes are processed, and whether a data-residency attestation and DPA are published. Fourth, what counts as one billable event and what an abandoned search costs. Fifth, whether the price is in AUD with GST itemised. Feature lists matter less than those five, because nearly every Australian provider reads the same national dataset.
When is AddressFinder the better fit than WattleAddr?
When you need New Zealand addresses, when you need Australia Post DPIDs or PAF-based validation, when you want email and phone verification from the same vendor, or when you rely on one of the platform integrations it lists. WattleAddr is Australia-only, G-NAF-only, holds no AMAS approval, and offers a REST API, a browser widget, npm packages for JavaScript and React, and a Shopify app.
What changes if I move an Australian address form to WattleAddr?
The widget or API call, the field names, and the billing model. WattleAddr bills one lookup per completed address search regardless of keystrokes, and nothing for an abandoned search. The address record comes back as separate components (flat, level, street number, street name, street type, locality, state, postcode) with coordinates and the G-NAF release it came from. PO Box queries return an explicit notice rather than a result. Prices are in Australian dollars with GST included and itemised on a tax invoice.
Try it on a real address first
The interactive reference needs no key. The free tier needs no card.
Addressfinder (also written AddressFinder) is a trade mark of its owner. WattleAddr is not affiliated with, endorsed by or connected to AddressFinder. Quotations are from AddressFinder’s own website as read on 2 September 2026; check the current pages before relying on them. We publish no other provider’s prices. The category-level comparison, without brand names, is at how to compare Australian address APIs, and the code-level walkthrough is migrating from AddressFinder to a G-NAF API.