AI-powered agent that performs comprehensive company research and generates detailed business reports.
This Apify Actor is an AI-powered agent that performs comprehensive company research and generates detailed business reports. It leverages the Gemini 2.0 Flash model to research companies, collect data from multiple sources, and produce an in-depth business analysis report. The agent offers flexibility in both data collection and reporting, adapting its output to the available information.
The report generation is adaptable and may include analysis frameworks such as:
The agent tailors its analysis to the available data and the specific company context, selecting the most relevant frameworks rather than forcing information into a rigid structure.
The Actor accepts a single input parameter:
1{ 2 "company_name": "Apify" 3}
Field | Type | Description |
---|---|---|
company_name | String | Name of the company to research |
The Actor produces two main outputs:
report
1{ 2 "company_name": "Apify", 3 "website_url": "https://apify.com", 4 "short_description": "...", 5 "industry": "...", 6 "business_model": "...", 7 "target_market": "...", 8 "products_services": [...], 9 "founding_year": 2015, 10 "funding_information": "...", 11 "estimated_revenue": "...", 12 "key_employees": [...], 13 "employee_count": "...", 14 "headquarters_location": "...", 15 "competitors": [...], 16 "market_position": "...", 17 "social_media": { 18 "linkedin": "https://www.linkedin.com/company/apify/", 19 "twitter": "https://twitter.com/apify", 20 "...": "..." 21 }, 22 "latest_news": [...], 23 "linkedin_data": {...}, 24 "trustpilot_data": [...], 25 "similarweb_data": {...}, 26 "google_maps_data": [...], 27 "extra_data": {...}, 28 "report": "# Comprehensive Business Report for Apify
## Executive Summary
..." 29}
The Actor collects information from the following data sources:
The Actor is built using:
The Actor uses a multi-stage process:
This project is licensed under the MIT License.
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!