Backlink checker API

Backlink checker API

All features of the Linkbox service are now accessible through our API. Simple register to test out this service.

How much does the Backlinks API cost?

The system currently has 3 basic tariffs:

  • $20
  • $55
  • $110

All plans are monthly. For each dollar spent, you will receive 100 credits.

The cost of backlink API actions:

  • Link checking via API: 0.3 to 0.1 credits depending on the plan
  • Checking Google/Yandex indexing via API: 0.5 to 0.25 credits
  • Indexing API links: 1 to 0.4 credits

Please note that if you exhaust all credits before the end of a calendar month, you can easily switch to another plan. Additionally, all unused credits will roll over to the next month upon plan activation. This allows you to deposit into your account and explore all the service's features.

Task menu

The task menu holds information about completed and ongoing checks. You have the option to download both the source data and the results. The source data is exported in txt format, while the results are exported as Excel sheets.

Backlink checker API

With the backlinks API, you can effortlessly check up to 5000 links at once. This enables you to quickly gather relevant information about your substantial volume of backlinks.

Checking tasks

Our backlink checker API offers the following features:

Create task

backlink checker api

To create a task, you need to send a POST request to the following url: https://api.linkbox.pro/api/v1/check-anchors?apikey ={your-apikey}

Required parameters:

  • apikey is your unique key. You can obtain it by clicking on the appropriate button in the service interface.
  • urls - a list of url pages with backlinks to be checked by the service. It is set by array
  • domains - the list of domains, the links to which are to be searched for on the pages of the specified urls

Check task progress

To retrieve the task status, you can send a GET request to the following URL: https://api.linkbox.pro/api/v1/status/{uuid}?apikey={your-apikey}. This request allows you to verify the status of a specific link checking task.

The required parameters for the request are:

  • apikey: Your API key
  • uuid: A unique task key received as a response to a 'Create task' request.

Get result

To retrieve the result, send a GET request to this URL:

https://api.linkbox.pro/api/v1/result/{uuid}?apikey={your-apikey}.

Access to the result is available only upon successful completion of the task.

The required parameters include:

  • apikey: Your API key
  • uuid: A unique task key
  • page: Results page number. Pagination allows accessing all results, with 20 links per page.

What backlink data can be obtained for each checked page?

The backlink API results file includes the following data for each link:

  • URL of the donor's page
  • Title of the donor's page
  • Response code of the donor's page
  • The destination page in case of redirection from the donor's page
  • Page availability for indexing
  • Acceptor page associated with each backlink
  • Anchor text for each backlink
  • Attributes of each link: dofollow, nofollow, etc.
  • Types of each link: href, image, etc.

This backlink data provides comprehensive information for in-depth link analysis.

Yandex/Google index checker API

With our Best SEO API, you can effortlessly verify the indexing status of any pages you desire across Google and Yandex search engines. This feature is crucial for automating the monitoring of all your links.

Tasks of Yandex/Google indexing API

The Get and Post methods help to implement the following tasks to check if links are indexed by the API:

Create task

google index checker api

To create an indexing check task, send a POST request to the url

To check the Google indexing: https://api.linkbox.pro/api/v1/check-indexing-google?apikey ={your-apikey}

To check the Yandex indexing:

https://api.linkbox.pro/api/v1/check-indexing-yandex?apikey={your-apikey}

Required parameters:

  • apikey is your unique key. You can obtain it by clicking on the appropriate button in the service interface.
  • Urls - the list of pages to check for indexing. It is set by array

Check task progress

To retrieve the indexing task status via the API, you can send a GET request to the URL:

https://api.linkbox.pro/api/v1/status/{uuid}?apikey={your-apikey}.

This enables you to verify the status of a specific indexing task.

The required parameters for the request are:

  • apikey: Your API key
  • uuid: A unique indexing task key received in response to a 'Create task' request.

Get result

To retrieve the indexing check result via the API, you need to send a GET request to the following URL:

https://api.linkbox.pro/api/v1/result/{uuid}?apikey={your-apikey}.

Required parameters:

  • apikey: The API key
  • uuid: A unique task key
  • page: Page number for results. The service's results are divided into pages, with 20 links per page. You can access all results using pagination.

What data can be obtained for each checked page?

The Yandex/Google index checker API results file contains the following data for each link:

  • Page URL
  • Indexing status: Indexed, Not indexed.

Checking through the service interface

Our SEO API tools enable you to initiate a task through an interface. To check the links, simply input the following data in the respective fields:

  • The list of URLs to be checked (links should be separated by a line break character, with each new link on a new line).
  • A list of domains for which you want to find links.
api seo tool

This feature is required for testing the service.