The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
https://apidocs.rankiteo.com/_mock/openapi/monitor-getall-vulnerability-detection
https://api.rankiteo.com/monitor-getall-vulnerability-detection
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 } }
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompany-history
https://api.rankiteo.com/monitor-getcompany-history
curl -i -X GET \
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompany-history \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "apple", "incidents": [ { … } ] }
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyapplicationsassets
https://api.rankiteo.com/monitor-getcompanyapplicationsassets
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 } }