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