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/
API Endpoints
GET
/business
Retrieve a list of businesses
Name | Type | Description |
---|---|---|
name | string | Filter by business name |
category | string | Filter by category slug |
location | string | Filter by location (suburb, state, or postcode) |
GET
/category
Get available business categories
No parameters required
GET
/location
List searchable locations
Name | Type | Description |
---|---|---|
postcode | string | Filter by postcode |
state | string | Filter by Australian state or territory (e.g., NSW, VIC) |
Data Schemas
Object definitions and data structures
Business
Property | Type |
---|---|
name | string |
abn | string |
phone | string |
address | string |
category | string |
location | string |
Category
Property | Type |
---|---|
name | string |
slug | string |
Location
Property | Type |
---|---|
suburb | string |
state | string |
postcode | string |