Technology

BeautifulSoup

Beautiful Soup (BS4) is the Python library for parsing HTML and XML documents, simplifying data extraction from web pages.

Beautiful Soup 4 (BS4) is a robust Python package designed to extract data from web documents, even those with poor formatting (tag soup). It works with your preferred parser (like `lxml` or `html.parser`) to transform the complex markup into a navigable tree of Python objects. This structured approach allows developers to use Pythonic idioms for searching and navigating: employ methods like `find_all()` or CSS selectors with `.select()` to quickly locate specific tags, attributes, or text content, drastically reducing web scraping development time.

https://www.crummy.com/software/BeautifulSoup/bs4/doc/

What builders pair with BeautifulSoup

Projects using both technologies. Select a pairing to see a project.

1 more pairings

Pairing: Python

Photo from the event
Event photo

Predicting the Future of Finantial Markets with Machine Learning and Deep Learning

Bogotá · November 27, 2025

Recent Talks & Demos

Showing 1-2 of 2

Members-Only

Sign in to see who built these projects