Welcome to Australian Business Listings Database
Please pay attention that this is the NEWEST and UPDATED Australian Business Listing Database version (over 2,2 million records in totally )
This database is extremely awesome for Australian websites, because it includes lots of business categories, you can see them at the end of this message.
Fields:
1) ID
2) COMPANY
3) CATEGORY (this is the best field that will help you)
4) FULL ADDRESS
5) ADDRESS
6) CITY
7) STATE
8) POSTCODE
9) PHONE
10) FAX
11) EMAIL
12) WEBSITE
Structure:
PHP Code:
CREATE TABLE `audata` (
`id` int(11) NOT NULL auto_increment,
`company` varchar(255) NOT NULL default '',
`category` varchar(255) NOT NULL default '',
`fulladdr` varchar(255) NOT NULL default '',
`address` varchar(255) NOT NULL default '',
`city` varchar(255) NOT NULL default '',
`state` varchar(10) NOT NULL default '',
`postcode` varchar(10) NOT NULL default '',
`phone` varchar(255) NOT NULL default '',
`fax` varchar(255) NOT NULL default '',
`email` varchar(255) NOT NULL default '',
`website` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2210636 ;
Sample record from the database:
PHP Code:
INSERT INTO `audata` VALUES (1, 'The Boardroom Of Melbourne', 'Adult Entertainment & Services', '53 Market St<br />\n \n South Melbourne<br />\n VIC, 3205<br />\n Australia\n \n <br />', '53 Market St', 'South Melbourne', 'VIC', '3205', '(03) 9699 1711', '(03) 9699 4801', 'info@boardroom.com.au', 'http://www.boardroom.com.au');
Records: 2.210.635
Price: 119$
Filetype: SQL
For the reference, I also have been selling UK Business Listings Database with over 1,5 million records on
http://forums.digitalpoint.com/showthread.php?p=3065670 address.
http://www.fpsgame.com/Australianbusinesscategories.txt
Regards