examples/gemini-2.5-web-extractor/README.md
A powerful web information extraction tool that combines Google's Gemini 2.5 Pro (Experimental) model with Firecrawl's web extraction capabilities to gather structured information about companies from the web.
git clone <repository-url>
cd gemini-2.5-web-extractor
pip install -r requirements.txt
.env.example to .env.env file:
GOOGLE_API_KEY: Your Google API key for GeminiFIRECRAWL_API_KEY: Your Firecrawl API keySERP_API_KEY: Your SerpAPI keyRun the script:
python gemini-2.5-web-extractor.py
The script will:
Enter the company name: Tesla
Enter what information you want about the company: latest electric vehicle models and their specifications
The script will then:
The script includes comprehensive error handling for:
All errors are clearly displayed with colored output for better visibility.
[Add your license information here]