webscraping and ai
1.0.0
A collection of modern web scraping techniques and implementations that combine traditional scraping with AI capabilities. The repository showcases different approaches from traditional BeautifulSoup to LLM-powered solutions, with concrete examples, performance metrics, and cost analysis.
conda create -n webscrape python=3.12
conda activate webscrape
pip install uv
uv pip install -r requirements.txt
playwright install
Create a .env
file with:
LITELLM_API_KEY=
LITELLM_URL=