API - SEO Tools and Reposts

API gateway

https://app.boostramp.com/api/tools.php?token=%token%&func=%function%


Required GET fields 

token - Your API session token. Learn how to log in and obtain your session token

func - The API function you wish to call

For guidance on how to use the Boostramp API, refer to our API usage example article 


Endpoints

1. getBacklinks

Get domain backlinks report

Endpoint 

https://app.boostramp.com/api/tools.php?func=getBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) domain (string, required): Valid domain


2. getCompetitorsRanking

Get a website ranking report

Endpoint 

https://app.boostramp.com/api/tools.php?func=getCompetitorsRanking

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) domain (string, required): Valid domain
  • (POST) country (int, required): Country ID.  List of supported locations


3. getKeywords

New keyword suggestions (AI suggestions)

Endpoint 

https://app.boostramp.com/api/tools.php?func=getKeywords

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) keyword (string, required): Keyword


4. getKeywordsClassic

New keyword suggestions (classic  suggestions tool)

Endpoint 

https://app.boostramp.com/api/tools.php?func=getKeywordsClassic

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) keyword (string, required): Keyword
  • (POST) location (int, required): Country ID.  List of supported locations


5. getWebsiteKeywords

Get keyword suggestions based on website content

Endpoint 

https://app.boostramp.com/api/tools.php?func=getWebsiteKeywords

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) domain (string, required): Valid domain
  • (POST) country (int, required): Country ID.  List of supported locations


6. pageSEOCheck

Get page SEO report

Endpoint 

https://app.boostramp.com/api/tools.php?func=pageSEOCheck

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) url (string, required): Valid page URL


7. getHistoricalSearchVolume

Get keyword historical search volume data

Endpoint 

https://app.boostramp.com/api/tools.php?func=getHistoricalSearchVolume

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) keyword (string, required): Keyword
  • (POST) language_code (string, required): 2 symbols language code
  • (POST) location_code (int, required): Country ID.  List of supported locations


8. getWebsiteTraffic

Get historical website traffic data

Endpoint 

https://app.boostramp.com/api/tools.php?func=getWebsiteTraffic

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) domain (string, required): Valid domain
  • (POST) language_code (string, required): 2 symbols language code
  • (POST) location_code (int, required): Country ID.  List of supported locations


9. improvePageContent

Get keyword suggestions based on website content

Endpoint 

https://app.boostramp.com/api/tools.php?func=improvePageContent

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) url (string, required): Valid page URL
  • (POST) keywords (string, required): comma separated Keywords


10. getGrowthOpportunities

The report lists potential keywords that the page already ranks in Google. With just a little extra push, these keywords can reach the Top 3 and increase page traffic!

Endpoint 

https://app.boostramp.com/api/tools.php?func=getGrowthOpportunities

Parameters

  • (GET) token (int, required): Your API session token.
  • (POST) url (string, required): Valid page URL
  • (POST) project_id (int, required): Project ID
  • (GET) date_start (date, optional): Report start date in Y-m-d format, default - 1 month ago
  • (GET) date_end (date, optional): Report end date in Y-m-d format, default - today