from apify_client import ApifyClientfrom src.company_research_crew import CompanyResearchCrew# Initialize the Apify clientclient = ApifyClient('YOUR_API_TOKEN')# Initialize the research crewresearch_crew = CompanyResearchCrew(actor=actor)# Start the research processresult = research_crew.crew().kickoff( inputs={'domain': 'apple.com'})# Print the resultsprint(result)
The AI agents work together to provide comprehensive research. Each agent specializes in a specific aspect of the research process, ensuring high-quality results.