The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
https://apidocs.rankiteo.com/_mock/openapi/underwriter-get-incident-prediction
https://api.rankiteo.com/underwriter-get-incident-prediction
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-get-incident-prediction?linkedin_id=google&period=6' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "google", "period": 6, "data": [ { … }, { … }, { … } ] }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-get-tail-risk-estimation
https://api.rankiteo.com/underwriter-get-tail-risk-estimation
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-get-tail-risk-estimation?linkedin_id=google&period=6' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "google", "period": 6, "data": [ { … }, { … }, { … } ] }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getall-vulnerability-detection
https://api.rankiteo.com/underwriter-getall-vulnerability-detection
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getall-vulnerability-detection?linkedin_id=google&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 } }