This part of our site is dedicated to the ClickaPost API (Application Programming Interface) and here you will be able to find out everything you need to know in order to successfully interface your site, script or an application with ClickaPost.com.
Our API enables users, applications, and services to POST data in bulk, as well as to access important information (list of all countries, list of states and cities, list of categories, etc.), via easy to use interface. We based our API on XML-RPC standard and have made it very flexible and easy to use.
It is of EXTREME importance to use our TESTING SERVER FOR ALL of your testing purposes.
THANK YOU!
-
XML Post Requests - learn how posts can be submitted to ClickaPost via
XML and about the
XML feed we accept
Full XML Request - check out how a complete
XML request with all required and optional feeds looks like
-
-
The STRICT Tag - learn about the <strict> tag and how it affects
XML processing
XML Response - see how to interpret
XML responses returned after your
XML has been parsed
-
-
-
XML Get Methods - learn about all different methods for getting specific data required for your posts (like States, Cities, Keywords, etc.)
XML Get Example - a simple
XML Get method example for getting the list of countries on ClickaPost
-
-
-
Once you get familiar with how ClickaPost API works from the documentation, you will find the following tools quite useful during testing:
XML Parser Demo - here you may either copy/paste your
XML code or provide the parser with the
URL to your
XML feed in order to test if it is formed correctly and to see if it is ready for the prime time
-
Sample scripts to get you started right off the bat.
-
CURL Request Example - here's how to submit an
XML file using curl (a command line tool for transferring files with
URL syntax)
-
PHP Get Methods Script Example - a
PHP script to get you started with getting important data from ClickaPost in
XML format and parsing it through via
PHP