The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanyinfrastructureassets
https://api.rankiteo.com/underwriter-getcompanyinfrastructureassets
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanyinfrastructureassets?linkedin_id=google&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 } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbom
https://api.rankiteo.com/underwriter-getcompanysbom
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbom?linkedin_id=google&page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbomcve
https://api.rankiteo.com/underwriter-getcompanysbomcve
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbomcve?linkedin_id=google&page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 } }