raznem/parsera
Python library that scrapes websites by using LLMs to extract structured data from web pages.

Velocity · 7d
+1.9
★ / day
Trend
→steady
star history
Parsera is a lightweight web scraping library that leverages LLMs to extract structured data from websites. It uses an LLM-powered approach instead of traditional HTML parsing, allowing users to define elements they want extracted and receive structured JSON output. The library integrates with Playwright for page rendering and supports custom LLM models.