API Reference
The Company Research & Analysis Agent provides a RESTful API through the Apify platform. This reference documents all available endpoints, parameters, and response formats.Authentication
All API requests require authentication using your Apify API token. You can find your API token in the Apify Console.Base URL
Endpoints
Start a Run
Get Run Status
Get Run Results
Rate Limits
The actor is subject to Apify’s standard rate limits:- Maximum 5 concurrent actor runs per user
- Maximum runtime of 24 hours per run
Error Handling
The API uses standard HTTP response codes:- 200: Success
- 400: Bad request
- 401: Unauthorized
- 429: Too many requests
- 500: Internal server error