discovered 03 Aug 2026
gazpacho
→ View on GitHubGazpacho is a modern web scraping library designed for simplicity and speed, requiring no external dependencies. Its primary use case lies in extracting and parsing HTML content through easy-to-use functions such as `get` for fetching HTML and `Soup` for parsing and navigating the document structure. Notable features include the ability to perform flexible attribute matching, customizable return modes, and an intuitive interface for extracting data from HTML elements.