examples/o3-web-crawler/README.md
A Python tool that uses OpenAI's o3 model and Firecrawl to intelligently crawl websites based on specific objectives.
pip install -r requirements.txt
.env file based on .env.example with your API keysRun the script:
python o3-web-crawler.py
You will be prompted to:
The script will:
Enter the website to crawl: https://example.com
Enter your objective: Find the company's contact information and headquarters location
The script will intelligently crawl the website and extract the requested information.
MIT