Company Analysis AI Agent avatar

Company Analysis AI Agent

Try for free

This Actor is paid per event

Go to Store
Company Analysis AI Agent

Company Analysis AI Agent

harvestlabs/company-analysis-ai-agent
Try for free

This Actor is paid per event

AI Agent Company Analyzer

Overview

The AI Agent Company Analyzer is an Apify Actor that takes a query as input, extracts the company name, and gathers detailed information from various sources across the web. The actor provides both structured JSON output and an HTML report containing the findings.

Features

  • Extracts company information from a given query
  • Gathers details such as basic company information, funding history, employee statistics, and headquarters location
  • Collects relevant news articles about the company
  • Parses the details to create a concise summary of the company.
  • Generates structured JSON output and an HTML report

Input

The Actor requires the following input in JSON format:

1{
2    "companyRequest": "Tell me about Microsoft's business",
3    "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY" //optional
4}

Input Fields

  • companyRequest (string): A query containing the company name and the type of information required.
  • OPENAI_API_KEY (string - optional): Your OpenAI API key for natural language processing.

Output

The Actor generates two types of output:

HTML Report

Sample HTML Report An HTML report is also generated, summarizing the collected information in a visually structured format.

JSON Output

The structured JSON output includes details about the company, such as:

1{
2    "results": [
3        {
4            "basic_info": {
5                "name": "Microsoft",
6                "universal_name": "microsoft",
7                "description": "Every company has a mission...",
8                "website": "https://news.microsoft.com/",
9                "linkedin_url": "https://www.linkedin.com/company/microsoft/",
10                "specialties": ["AI", "Cloud Computing", "Gaming"],
11                "industries": ["Computer Software"],
12                "is_verified": true
13            },
14            "stats": {
15                "employee_count": 239069,
16                "follower_count": 25034990
17            },
18            "locations": {
19                "headquarters": {
20                    "country": "US",
21                    "state": "Washington",
22                    "city": "Redmond",
23                    "postal_code": "98052",
24                    "line1": "1 Microsoft Way"
25                }
26            },
27            "funding": {
28                "total_rounds": 2,
29                "latest_round": {
30                    "type": "Post IPO equity",
31                    "date": { "year": 2022, "month": 12, "day": 9 },
32                    "url": "https://www.crunchbase.com/funding_round/microsoft-post-ipo-equity..."
33                }
34            },
35            "news": [
36                {
37                    "title": "Microsoft to invest $3 billion in India...",
38                    "source": "Reuters",
39                    "link": "https://www.reuters.com/...",
40                    "summary": "Microsoft has announced a $3 billion investment..."
41                }
42            ]
43        }
44    ]
45}

Usage

  1. Deploy the Actor on Apify.
  2. Provide the required input (company query and API key).
  3. Execute the Actor and retrieve the JSON output or the HTML report from the Apify dataset.

Example Use Case

  • Competitive analysis for businesses
  • Market research
  • Tracking company news and trends

Limitations

  • The quality of extracted information depends on the availability of online data sources.
  • API rate limits may apply when using OpenAI for query processing.
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 2 days ago