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

Monitor

Operations

Get company scoring including subsidiaries

Request

Company scoring with all subsidiaries

Query
pageinteger

Page number

Example: page=1
curl -i -X GET \
  'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubscores?page=1' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing LinkedIn ID and subsidiaries' scores

Bodyapplication/json
linkedin_idstring
Example: "google"
subsidiaries_scoresArray of objects
paginationobject
messagestring
Example: "No data available"
Response
application/json
{ "linkedin_id": "apple", "subsidiaries_scores": [ {} ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }

Get company subsidiaries

Request

Company subsidiaries information

curl -i -X GET \
  https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubsidiaries \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response with company profile information

Bodyapplication/jsonArray [
linkedin_idstring

LinkedIn ID of the company

Example: "google"
company_namestring

Name of the company

Example: "Google"
websitestring(uri)

Company's website URL

Example: "https://goo.gle/3DLEokh"
industrystring

Industry type of the company

Example: "Software Development"
descriptionstring

Company description

Example: "A problem isn't truly solved until it's solved for all"
company_idstring

Unique company identifier

Example: "GOO_2660260"
crunchbase_idstring(uri)

URL to the company's Crunchbase profile

Example: "https://www.crunchbase.com/organization/google/funding_rounds/funding_rounds_list"
employees_numberstring

Approximate number of employees

Example: "300967 employees"
followers_numberinteger

Number of LinkedIn followers

Example: 34225598
scorenumber(float)

Overall company score

Example: 410.42
naics_codestring

NAICS code for the company's industry

Example: 511
serched_byinteger

Number of times the company was searched

Example: 8
ip_addressesinteger

Approximate number of associated IP addresses

Example: 1600
]
Response
application/json
[ { "linkedin_id": "google", "company_name": "Google", "website": "https://goo.gle/3DLEokh", "industry": "Software Development", "description": "A problem isn't truly solved until it's solved for all", "company_id": "GOO_2660260", "crunchbase_id": "https://www.crunchbase.com/organization/google/funding_rounds/funding_rounds_list", "employees_number": "300967 employees", "followers_number": 34225598, "score": 410.42, "naics_code": 511, "serched_by": 8, "ip_addresses": 1600 } ]

Get subsidiaries list

Request

Company subsidiaries list

curl -i -X GET \
  https://apidocs.rankiteo.com/_mock/openapi/monitor-listsubsidiaries \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response containing subsidiary information

Bodyapplication/json
linkedin_idstring
Example: "rankiteo"
subsidiaries_listArray of objects
paginationobject
messagestring
Example: "No data available"
Response
application/json
{ "linkedin_id": "rankiteo", "subsidiaries_list": [ {} ], "pagination": { "current_page": 1, "page_size": 5, "total_pages": 1, "total_items": 5 } }

Underwriter

Operations

Vulnerability

Operations