The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
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 } }
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfo
https://api.rankiteo.com/monitor-getcompanyinfo
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 }
https://apidocs.rankiteo.com/_mock/openapi/monitor-getcompanyinfrastructureassets
https://api.rankiteo.com/monitor-getcompanyinfrastructureassets
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 } }