| Tutorial |
Prerequisite:
- You will need to have a valid Application ID (APP ID). During the beta testing, you can register your APP ID at Here.
- You can view it via Internet Explorer, Mozilla Firefox, Opera or any Internet Browser which support XML document. Chrome is not good enough as it will not display the XML tag accordingly.
- Since a lot of programming languages are equipped with parsing XML file, you can easily parse the element or attribute. Just go through our document for the tag explanation.
Following are some brief tutorials on how to connect to our API:
-
Connect to us with the following URL
http://api.allcompanyonline.com/web_search/v1/company.php?country=ID&searchtype=company&searchkey=computer+system&start=30&appid={APPID}
For a good practice, it is always advice to use all the query string and follow the default on if you have no idea. If some query strings are not properly defined, it will be generating errors. Please check out here for detail.
- As I am familiar with PHP, I will provide the sample of parse our API to your PHP script.
|
|