examples/o4-mini-web-crawler/README.md
A simple web crawler that uses Firecrawl and OpenAI's o4-mini model to search websites based on user objectives.
pip install -r requirements.txt
.env.example to .env and fill in your API keys:
cp .env.example .env
Run the script:
python o4-mini-web-crawler.py
You will be prompted to:
The crawler will then:
Enter the website to crawl: https://example.com
Enter your objective: Find the company's headquarters address
The crawler will search for pages likely to contain this information, analyze them, and return the address in a structured format.