Please ensure you are logged in so you can see your API Key below
Your API KEY:
key - the API key
urls - the urls you intend to submit. This parameter can contain the urls as an array or as separated by a new line. This parameter should be url encoded.
There is 1 optional paramenter
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
The API accepts GET and POST as methods.
The response can be "failed" or "success"
Result:
http://backlinksindexer.com/api.php?key=YOUR KEY&urls=http%3A%2F%2Fmy-first-url.com%0Ahttp%3A%2F%2Fmy-second-url.com%0Ahttp%3A%2F%2Fmy-third-url.com%0A&allow_duplicate=yes
HTML code of the form:
Result:
http://backlinksindexer.com/api.php?key=YOUR KEY&urls[]=http%3A%2F%2Fmy-first-url.com&urls[]=http%3A%2F%2Fmy-second-url.com&urls[]=http%3A%2F%2Fmy-thirs-url.com
HTML code of the form:
$key the API key and
$urls an array containing the urls you intend to submit,
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
the API url for submitting can be get using following code:
key - the API key
option - The option that the user wants to access. To generate the report, the allowed value is 'get_report'.
date - The date for which the report is to be generated. The format for the date must be either yyyy-mm-dd or yyyy/mm/dd.
There is 1 optional parameter:
format - The format in which the output is required. If you need the output to a csv file, the allowed value for this parameter is 'csv'. If this parameter is not supplied, the output will be set to dafault value which is 'XML' in this case.
Sample Url: http://backlinksindexer.com/api.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd&format=csv
If required output format is XML
Sample Url: http://backlinksindexer.com/api.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd
<number_of_items>TOTAL_COUNT_OF_ITEMS</number_of_items>
<items>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
...
</items>
</report>
key - the API key
urls - the urls you intend to submit. This parameter can contain the urls as an array or as separated by a new line. This parameter should be url encoded.
There is 1 optional paramenter
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
The API accepts GET and POST as methods.
The response can be "failed" or "success"
Result:
http://backlinksindexer.com/boosterApi.php?key=YOUR KEY&urls=http%3A%2F%2Fmy-first-url.com%0Ahttp%3A%2F%2Fmy-second-url.com%0Ahttp%3A%2F%2Fmy-third-url.com%0A&allow_duplicate=yes
HTML code of the form:
Result:
http://backlinksindexer.com/boosterApi.php?key=YOUR KEY&urls[]=http%3A%2F%2Fmy-first-url.com&urls[]=http%3A%2F%2Fmy-second-url.com&urls[]=http%3A%2F%2Fmy-thirs-url.com
HTML code of the form:
$key the API key and
$urls an array containing the urls you intend to submit,
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
the API url for submitting can be get using following code:
key - the API key
option - The option that the user wants to access. To generate the report, the allowed value is 'get_report'.
date - The date for which the report is to be generated. The format for the date must be either yyyy-mm-dd or yyyy/mm/dd.
There is 1 optional parameter:
format - The format in which the output is required. If you need the output to a csv file, the allowed value for this parameter is 'csv'. If this parameter is not supplied, the output will be set to dafault value which is 'XML' in this case.
Sample Url: http://backlinksindexer.com/boosterApi.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd&format=csv
If required output format is XML
Sample Url: http://backlinksindexer.com/boosterApi.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd
<number_of_items>TOTAL_COUNT_OF_ITEMS</number_of_items>
<items>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
...
</items>
</report>
URL Submission
There are 2 required parameters:key - the API key
urls - the urls you intend to submit. This parameter can contain the urls as an array or as separated by a new line. This parameter should be url encoded.
There is 1 optional paramenter
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
The API accepts GET and POST as methods.
The response can be "failed" or "success"
Example 1:
http://backlinksindexer.com/api.php?key=YOUR KEY&urls=http%3A%2F%2Fmy-first-url.com%0Ahttp%3A%2F%2Fmy-second-url.com%0Ahttp%3A%2F%2Fmy-third-url.com%0A&allow_duplicate=yes
HTML code of the form:
Example 2
http://backlinksindexer.com/api.php?key=YOUR KEY&urls[]=http%3A%2F%2Fmy-first-url.com&urls[]=http%3A%2F%2Fmy-second-url.com&urls[]=http%3A%2F%2Fmy-thirs-url.com
HTML code of the form:
PHP
Having$key the API key and
$urls an array containing the urls you intend to submit,
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
the API url for submitting can be get using following code:
<?php
$api_url = 'http://backlinksindexer.com/api.php?key=' . $key . '&urls=' . urlencode(implode("\n", $urls)).'&allow_duplicate=yes';
?>
$api_url = 'http://backlinksindexer.com/api.php?key=' . $key . '&urls=' . urlencode(implode("\n", $urls)).'&allow_duplicate=yes';
?>
Report
This API generates the report for the users, using the secret "key" assigned to them.
Parameters:
There are 3 required parameters :key - the API key
option - The option that the user wants to access. To generate the report, the allowed value is 'get_report'.
date - The date for which the report is to be generated. The format for the date must be either yyyy-mm-dd or yyyy/mm/dd.
There is 1 optional parameter:
format - The format in which the output is required. If you need the output to a csv file, the allowed value for this parameter is 'csv'. If this parameter is not supplied, the output will be set to dafault value which is 'XML' in this case.
Request
If required output format is CSV:Sample Url: http://backlinksindexer.com/api.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd&format=csv
If required output format is XML
Sample Url: http://backlinksindexer.com/api.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd
Response
If the optional parameter "format" is specified as 'csv', then the output will be downloaded in a file. Otherwise, the output format will be xml. Example,
<report><number_of_items>TOTAL_COUNT_OF_ITEMS</number_of_items>
<items>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
...
</items>
</report>
URL Submission for Boost
There are 2 required parameters:key - the API key
urls - the urls you intend to submit. This parameter can contain the urls as an array or as separated by a new line. This parameter should be url encoded.
There is 1 optional paramenter
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
The API accepts GET and POST as methods.
The response can be "failed" or "success"
Example 1:
http://backlinksindexer.com/boosterApi.php?key=YOUR KEY&urls=http%3A%2F%2Fmy-first-url.com%0Ahttp%3A%2F%2Fmy-second-url.com%0Ahttp%3A%2F%2Fmy-third-url.com%0A&allow_duplicate=yes
HTML code of the form:
Example 2
http://backlinksindexer.com/boosterApi.php?key=YOUR KEY&urls[]=http%3A%2F%2Fmy-first-url.com&urls[]=http%3A%2F%2Fmy-second-url.com&urls[]=http%3A%2F%2Fmy-thirs-url.com
HTML code of the form:
PHP
Having$key the API key and
$urls an array containing the urls you intend to submit,
allow_duplicate - The value of this parameter should be "yes" if you want to allow duplicate URLs. If this parameter is not supplied then the system will automatically filter out duplicate urls.
the API url for submitting can be get using following code:
<?php
$api_url = 'http://backlinksindexer.com/boosterApi.php?key=' . $key . '&urls=' . urlencode(implode("\n", $urls)).'&allow_duplicate=yes';
?>
$api_url = 'http://backlinksindexer.com/boosterApi.php?key=' . $key . '&urls=' . urlencode(implode("\n", $urls)).'&allow_duplicate=yes';
?>
Report
This API generates the report for the users, using the secret "key" assigned to them.
Parameters:
There are 3 required parameters :key - the API key
option - The option that the user wants to access. To generate the report, the allowed value is 'get_report'.
date - The date for which the report is to be generated. The format for the date must be either yyyy-mm-dd or yyyy/mm/dd.
There is 1 optional parameter:
format - The format in which the output is required. If you need the output to a csv file, the allowed value for this parameter is 'csv'. If this parameter is not supplied, the output will be set to dafault value which is 'XML' in this case.
Request
If required output format is CSV:Sample Url: http://backlinksindexer.com/boosterApi.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd&format=csv
If required output format is XML
Sample Url: http://backlinksindexer.com/boosterApi.php?key=YOUR_KEY&option=get_report&date=yyyy-mm-dd
Response
If the optional parameter "format" is specified as 'csv', then the output will be downloaded in a file. Otherwise, the output format will be xml. Example,
<report><number_of_items>TOTAL_COUNT_OF_ITEMS</number_of_items>
<items>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
<item>
<date>DATE</date>
<url>YOUR_URL</url>
</item>
...
</items>
</report>
BacklinksIndexer.com is rated
5 out of 5 by having more than
12155 happy customers.