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 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 } }

Rescan subdomain by vector id

Request

Rescan subdomain by vector id

Query
subdomainstringrequired

subdomain of company

Example: subdomain=google.com
risk_vector_idstringrequired

risk vector id

Example: risk_vector_id=674f9bfab40bb949f7649811
curl -i -X PUT \
  'https://apidocs.rankiteo.com/_mock/openapi/monitor-rescan-subdomain-by-vectorid?risk_vector_id=674f9bfab40bb949f7649811&subdomain=google.com' \
  -H 'apikey: YOUR_API_KEY_HERE'

Responses

Successful response for scan request

Bodyapplication/json
messagestring
Example: "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon"
Response
application/json
{ "message": "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon" }

Underwriter

Operations

Vulnerability

Operations