examples/gpt-4.1-company-researcher/README.md
A Python tool that uses GPT-4.1, Firecrawl, and SerpAPI to research companies and extract structured information.
pip install -r requirements.txt
.env.example file to .env and add your API keys:
cp .env.example .env
.env file with your actual API keysRun the script:
python gpt-4.1-company-researcher.py
You will be prompted to:
The tool will then:
Enter the company name: Anthropic
Enter what information you want about the company: founders and funding details
# Results will display structured information about Anthropic's founders and funding
MIT