The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbomdomain
https://api.rankiteo.com/underwriter-getcompanysbomdomain
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanysbomdomain?domain=google.com&linkedin_id=google&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 } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanyscores
https://api.rankiteo.com/underwriter-getcompanyscores
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanyscores?linkedin_id=google' \
-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": { … } } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanystats
https://api.rankiteo.com/underwriter-getcompanystats
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getcompanystats?linkedin_id=google&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 } }