examples/deepseek-v3-company-researcher/README.md
This tool is a powerful company research assistant that combines Google search, DeepSeek Chat V3, and Firecrawl to gather and analyze company information automatically.
pip install -r requirements.txt
.env file in the project root with your API keys:
OPENROUTER_API_KEY=your_openrouter_api_key
FIRECRAWL_API_KEY=your_firecrawl_api_key
SERP_API_KEY=your_serpapi_key
Run the script:
python deepseek-v3-extract.py
Follow the interactive prompts to:
The tool will:
The script provides real-time feedback with color-coded status messages:
The script includes comprehensive error handling for:
MIT License
Feel free to open issues or submit pull requests with improvements.