AI Company Researcher is an Apify Actor that automates company research using Tavily Search API and AI-powered insights. It gathers company details, financials, products, leadership insights, and recent developments, then compiles a structured Markdown report with inline citations
🚀 AI Company Researcher is an Apify Actor that automates company research using Tavily Search API and AI-powered insights.
It gathers company details, financials, products, leadership insights, and recent developments, then compiles a structured Markdown report with inline citations.
✔ Automated Company Research using Tavily search
✔ AI-Generated Research Questions for deep insights
✔ Financial & Product Analysis from reliable sources
✔ Leadership & Market Position Insights
✔ Markdown Reports with Citations stored in Apify
1️⃣ Extracts Company Website – Uses Tavily to find the official URL.
2️⃣ Fetches Initial Info – Scrapes basic company details.
3️⃣ Generates Research Questions – AI creates focused queries.
4️⃣ Performs Tavily Search – Finds relevant articles & sources.
5️⃣ Compiles AI-Powered Report – LLM formats research into structured Markdown.
6️⃣ Stores Report in Apify – Report is saved to Apify Key-Value Store.
1git clone https://github.com/bala-ceg/ai-companyresearcher.git 2cd ai-companyresearcher
1python -m venv .venv 2source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
Create a .env
file and add your API keys:
1OPENAI_API_KEY=your-openai-key 2TAVILY_API_KEY=your-tavily-key
apify run --input-file=input.json
📜 Example input.json
1{ 2 "company_name": "OpenAI" 3}
1ai-companyresearcher/ 2│── src/ 3│ ├── main.py # Apify Actor entry point 4│ ├── tools.py # Tavily search & research logic 5│ ├── models.py # Pydantic models for structured data 6│ ├── report.md # AI-generated company research report 7│── .venv/ # Virtual environment (optional) 8│── requirements.txt # Python dependencies 9│── README.md # Project documentation 10│── input.json # Example input format 11│── .env # API keys (gitignore this file)
OpenAI, an American artificial intelligence (AI) research organization, consists of two entities: OpenAI Inc., a nonprofit research segment, and OpenAI Global LLC, a for-profit subsidiary focused on commercializing AI technologies (Britannica Money). Established in December 2015, OpenAI's primary goal is to advance artificial general intelligence (AGI) to enable machines to learn, understand, and apply intelligence across various domains akin to human capabilities. Noteworthy achievements include developing ChatGPT, one of the most advanced AI models for processing language and generating human-like text.
The CEO of OpenAI is Sam Altman, a well-known figure in the tech industry (Britannica Money). Altman, along with the key team members, brings a wealth of experience in AI research and strategic leadership. Recent developments include the addition of new members to the Board of Directors, such as Dr. Sue Desmond-Hellmann, Nicole Seligman, and Fidji Simo, as part of the company's expansion plans (OpenAI).
OpenAI's flagship platform, ChatGPT, powered by advanced AI models, offers state-of-the-art solutions for language processing and text generation (Britannica Money). Targeting a wide range of customers, OpenAI aims to address complex business challenges with innovative AI-driven analytics and natural language processing tools. Despite facing competition from companies like Cohere and Baidu AI (Business Model Analyst), OpenAI remains a leader in AI research and development.
In terms of financial performance, OpenAI has seen substantial growth, with estimated annual revenue surpassing $5 billion (Tanay Jaipuria). ChatGPT alone is projected to contribute approximately $2.7 billion to OpenAI's revenue by the end of the year, highlighting the company's strong market position and revenue streams. The company's API revenue plays a significant role in its overall financial success.
Recent developments at OpenAI include strategic partnerships, product updates, and market strategies to further enhance its AI offerings. The company's focus on innovation and technological advancements continues to drive its success in the competitive AI landscape. Notable collaborations and initiatives demonstrate OpenAI's commitment to staying at the forefront of AI research and development.
We welcome contributions! Feel free to:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!