PhilippineCompanies.com API

Search Query API

The Search API allows you to query the PhilipppineCompanies.com search engine and display the results in your website. The API uses the GET method to access the search engine and returns the results in RSS format which can then be easily parsed for display in your site.

LINK: http://www.philippinecompanies.com/searchapi.php?what=[WHAT]&where=[WHERE]

For example, if you want to search for hotels located in Boracay:http://www.philippinecompanies.com/searchapi.php?what=hotels&where=boracay

You can generate some example links by using the form below:

WHO or WHAT:  WHERE:  

 

Proximity Search API

This API performs a search based on geographic proximity to a pair of latitude and longitude values. This is particularly useful for people developing mobile applications. Similar to the standard Search API, variables are sent via GET method and the server response is formatted in RSS.

LINK: http://www.philippinecompanies.com/proximityapi.php?what=[search query]&within=[Search Radius in meters]&latlng=[latitude],[longitude]

For example, if you want to search for hotels located within 2,000 meters of coordinatesLat:9.551418 Long:123.78371 (which corresponds to Alona Beach in Panglao Island in Bohol):http://www.philippinecompanies.com/proximityapi.php?what=hotels&within=2000&latlng=9.551418,123.78371

FOR FEATURE REQUESTS, TECHNICAL SUPPORT, AND FURTHER INFORMATION ON ACCESSING PHILIPPINECOMPANIES.COM PLEASE CONTACT INFO@PHILIPPINECOMPANIES.COM