Rankiteo API (0.0.1-beta)

The Rankiteo API

Download OpenAPI description
Languages
Servers
Mock server
https://apidocs.rankiteo.com/_mock/openapi/
production
https://api.rankiteo.com/

General

Operations

Get specific domain by linkedin id

Request

Domain by linkedin id

Query
linkedin_idstringrequired

LinkedIn identifier for the target company

Example: linkedin_id=google
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/general-getdomain-by-linkedinid?linkedin_id=google' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing domain information

Bodyapplication/json
linkedin_idstring
Example: "google"
company_namestring
Example: "Google"
websitestring
Example: "https://goo.gle/3DLEokh"
domainstring
Example: "goo.gle"
Response
application/json
{ "linkedin_id": "google", "company_name": "Google", "website": "https://goo.gle/3DLEokh", "domain": "goo.gle" }

Get linkedin id based on company name

Request

Linkedin Id by company name

Query
company_namestringrequired

Company name identifier for the target company

Example: company_name=Google
pageinteger

Page number

Example: page=1
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/general-getlinkedinid-by-companyname?company_name=Google&page=1' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing LinkedIn ID and company name

Bodyapplication/json
dataArray of objects
paginationobject
Response
application/json
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 2112, "total_items": 21116 } }

Get specific linkedin id by domain

Request

Linkedin Id by domain

Query
domainstringrequired

Domain name

Example: domain=rankiteo.com
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/general-getlinkedinid-by-domain?domain=rankiteo.com' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing LinkedIn ID

Bodyapplication/json
linkedin_idstring
Example: "rankiteo"
Response
application/json
{ "linkedin_id": "rankiteo" }

Monitor

Operations

Underwriter

Operations