Documents

API Documents

Access structured business data across Australia including categories and locations.

Overview

Access structured business data across Australia including categories and locations.

The BizFynda API provides comprehensive access to Australian business data, allowing you to search and filter businesses by name, category, and location. Perfect for building business directories, market research tools, and location-based services.

Server Information

Production Server

https://www.bizfynda.com/

Active

API Endpoints

GET/business

Retrieve a list of businesses

NameTypeDescription
namestringFilter by business name
categorystringFilter by category slug
locationstringFilter by location (suburb, state, or postcode)

GET/category

Get available business categories

No parameters required


GET/location

List searchable locations

NameTypeDescription
postcodestringFilter by postcode
statestringFilter by Australian state or territory (e.g., NSW, VIC)

Data Schemas

Object definitions and data structures

Business

PropertyType
namestring
abnstring
phonestring
addressstring
categorystring
locationstring

Category

PropertyType
namestring
slugstring

Location

PropertyType
suburbstring
statestring
postcodestring