The Rankiteo API
The Rankiteo API
Industry type of the parent company. Please refers https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2
Industry type of the subsidiary company. Please refers https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2
curl -i -X POST \
https://apidocs.rankiteo.com/_mock/openapi/monitor-add-subsidiary \
-H 'Content-Type: application/json' \
-H 'apikey: YOUR_API_KEY_HERE' \
-d '{
"name": "scoring",
"website": "https://appler.co",
"employees": 100,
"followers": 100,
"industry": "Cyber security",
"sub_industry": "Cyber",
"linkedin_id": "Cyber",
"parent_company_name": "Rankiteo",
"parent_linkedin_id": "rankiteo"
}'
{ "message": "Subsidiary added successfully" }
curl -i -X DELETE \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-delete-subsidiary?subsidiary_id=YOU_2660260' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "message": "Subsidiary deleted successfully" }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-get-data-loss-prediction?period=6' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "google", "period": 6, "data": [ { … }, { … }, { … } ] }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-get-incident-prediction?period=6' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "google", "period": 6, "data": [ { … }, { … }, { … } ] }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-get-subdomain-findings?page=1&risk_vector_type=DKIM&subdomain=google.com' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": { "domain_name": "rankiteo.com", "subdomain": [ … ] }, "pagination": { "current_page": 1, "page_size": 10, "total_pages": 5, "total_items": 47 } }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-get-tail-risk-estimation?period=6' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "google", "period": 6, "data": [ { … }, { … }, { … } ] }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getall-subdomain-findings?page=1&subdomain=google.com' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": { "domain_name": "rankiteo.com", "subdomain": [ … ] }, "pagination": { "current_page": 1, "page_size": 10, "total_pages": 5, "total_items": 47 } }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getall-vulnerability-detection?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "apple", "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompany-history \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "apple", "incidents": [ { … } ] }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyapplicationsassets?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
Successful response containing company information, applications, and pagination data
A brief description of the company and its mission
Total number of applications or technologies identified as being used by the company
{ "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", "number_of_applications": 2241, "applications": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 } }
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfo \
-H 'apikey: YOUR_API_KEY_HERE'
Company information response
Company description
URL to Crunchbase profile for the company
List of subsidiaries or associated entities under the company
{ "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. Googlers build products that help create opportunities for everyone, whether down the street or across the globe", "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, "searched_by": 8, "subsidiaries_list": [ "Adometry (acquired by Google)", "Android", "Google Cloud", "YouTube" ], "ip_addresses": 1600 }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfrastructureassets?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
Successful response containing company information, network endpoints, and pagination data
A brief description of the company and its mission
Total number of network endpoints associated with the company's infrastructure
{ "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", "number_of_infrastructure_endpoint": 2241, "network_endpoints": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 } }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbom?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 }, "message": "Data fetched successfully" }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbomcve?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 }, "message": "Data fetched successfully" }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbomdomain?domain=google.com&page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": { "domain_name": "google.com", "subdomain": [ … ] }, "pagination": { "current_page": 1, "page_size": 10, "total_pages": 3, "total_items": 23 } }
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyscores \
-H 'apikey: YOUR_API_KEY_HERE'
{ "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", "subsidiaries_number": 0, "score": { "spf": { … }, "dkim": { … }, "certificate_conf": { … }, "certificate_info": { … }, "open_ports": { … }, "web_headers": { … }, "dmarc": { … }, "it_standardization": { … }, "digitalization": { … }, "certificate_cve": { … }, "vulnerabilities": { … }, "sbom": { … } } }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanystats?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "parent_linkedin_id": "apple", "subsidiaries_stats": [ { … } ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubscores?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "apple", "subsidiaries_scores": [ { … } ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubsidiaries \
-H 'apikey: YOUR_API_KEY_HERE'
[ { "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 } ]
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-listsubsidiaries \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "rankiteo", "subsidiaries_list": [ { … } ], "pagination": { "current_page": 1, "page_size": 5, "total_pages": 1, "total_items": 5 } }
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'
{ "message": "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon" }
curl -i -X PUT \
'https://apidocs.rankiteo.com/_mock/openapi/monitor-rescan-subdomain-by-vectortype?risk_vector_type=DKIM&subdomain=google.com' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "message": "Scan request for subdomain rankiteo.com with vector type DKIM has been successfully received and will be processed soon" }