Run Contest Scraper
The scraper runs on your local machine (desktop/laptop). Follow these steps:
1. Install Python & dependencies
pip install requests beautifulsoup4
2. Run the scraper
python3 scraper.py
3. Upload the output
The scraper creates scraped_contests.csv. Upload it here using the "Upload CSV" button above.
Optional: AI-powered parsing
For much better accuracy, set an API key before running:
export ANTHROPIC_API_KEY=sk-ant-your-key