Basic Usage Examples
Here are some basic examples of how to use the Company Research & Analysis Agent in different scenarios.Web Interface Example
The simplest way to use the actor is through the Apify web interface.- Visit the actor’s page
- Enter a domain name
- Click “Start”
Command Line Example
Using curl to start an actor run:Python Example
Simple script to research a company:Node.js Example
Using the actor with Node.js:Batch Processing Example
Research multiple companies at once:Save Results Example
Save the research results to a file:Remember to replace ‘YOUR_API_TOKEN’ with your actual Apify API token in all examples.