An AI-powered Web Scraper that combines traditional scraping (BeautifulSoup/Playwright/Requests) with Large Language Models (LLMs) such as Ollama to extract, clean, and interpret data from websites in a human-readable way.
- ๐ Scrape static and dynamic websites
- ๐ง Use AI (LLMs) to summarize, clean, or classify scraped text
- ๐ Export results in CSV / JSON / Markdown
- ๐ Ask questions directly about scraped data
- โก Works fully locally with Ollama models (e.g., Mistral, LLaMA2)
Download Ollama from here and ensure itโs running:
ollama --version
git clone https://github.com/abeni-hub/AI-Web-Scraper
cd AI-Web-Scraper
