examples/llama-4-maverick-web-crawler/README.md
This project combines the power of Firecrawl for web crawling and Llama 4 Maverick (via Together AI) for intelligent content analysis. It helps you find specific information on websites by crawling pages and analyzing their content using advanced language models.
pip install -r requirements.txt
.env.example file to .env:
cp .env.example .env
.env file:
FIRECRAWL_API_KEY=your_firecrawl_api_key_here
TOGETHER_API_KEY=your_together_api_key_here
Run the script using:
python llama4-maverick-web-crawler.py
You will be prompted to:
The script will then:
Enter the website to crawl: https://example.com
Enter your objective: Find the company's contact information
The script includes comprehensive error handling and will provide clear feedback if:
[Your chosen license]