The Rankiteo API
The Rankiteo API
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 } }
curl -i -X GET \ https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfo \ -H 'apikey: YOUR_API_KEY_HERE'
Company information response
Company description
URL to Crunchbase profile for the company
List of subsidiaries or associated entities under 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. Googlers build products that help create opportunities for everyone, whether down the street or across the globe", "company_id": "GOO_2660260", "crunchbase_id": "https://www.crunchbase.com/organization/google/funding_rounds/funding_rounds_list", "employees_number": "300967 employees", "followers_number": 34225598, "score": 410.42, "naics_code": 511, "searched_by": 8, "subsidiaries_list": [ "Adometry (acquired by Google)", "Android", "Google Cloud", "YouTube" ], "ip_addresses": 1600 }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfrastructureassets?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 } }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbom?page=1' \ -H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 }, "message": "Data fetched successfully" }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbomcve?page=1' \ -H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 10, "total_items": 100 }, "message": "Data fetched successfully" }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysbomdomain?domain=google.com&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 } }
curl -i -X GET \ https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyscores \ -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": { … } } }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanystats?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 } }
curl -i -X GET \ 'https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubscores?page=1' \ -H 'apikey: YOUR_API_KEY_HERE'
{ "linkedin_id": "apple", "subsidiaries_scores": [ { … } ], "pagination": { "current_page": 1, "page_size": 1, "total_pages": 1, "total_items": 1 } }
curl -i -X GET \ https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanysubsidiaries \ -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", "connpany_id": "GOO_2660260", "crunchbase_id": "https://www.crunchbase.com/organization/google/funding_rounds/funding_rounds_list", "employees_number": "300967 employees", "followers_number": 34225598, "score": 410.42, "naics_code": 511, "serched_by": 8, "ip_addresses": 1600 } ]