Beautiful Soup Description

Beautiful Soup is a library that allows you to easily scrape information from web pages. It sits atop an HTML/XML parser and provides Pythonic idioms to iterate, search, and modify the parse tree. Beautiful Soup's support of Python 2 was terminated on December 31, 2020, one year after the sunset date. New Beautiful Soup development will now exclusively target Python 3. Beautiful Soup 4's final release to support Python 2 was 4.9.3. Beautiful Soup is licensed under MIT license. You can download the tarball and drop the bs4/ directory in almost any Python program (or into your library path), and then start using it immediately.

Pricing

Pricing Starts At:
Free
Free Version:
Yes

Integrations

No Integrations at this time

Reviews - 1 Verified Review

Total
ease
features
design
support

Company Details

Company:
Beautiful Soup
Website:
pypi.org/project/beautifulsoup4/

Media

Beautiful Soup Screenshot 1
Recommended Products
Data-Driven Innovation: The CDP Playbook for Eng Teams Icon
Data-Driven Innovation: The CDP Playbook for Eng Teams

Why your engineering team needs a CDP

In this playbook, you’ll learn…
- How engineering teams use real-time customer data to achieve business goals.
- How to elevate your business to a new level of engineering efficiency with AI.
- Strategies used by engineering teams at Instacart, Staples Canada, Televisa Univision, CrossFit, and ClearScore to improve KPIs and drive efficiencies.

Product Details

Platforms
Windows
Mac
Linux
Type of Training
Documentation
Customer Support
Online

Beautiful Soup Features and Options

Beautiful Soup User Reviews

Write a Review
  • Name: Anonymous (Verified)
    Job Title: Principal Software Engineer
    Length of product use: 1-2 Years
    Used How Often?: Daily
    Role: User
    Organization Size: 100 - 499
    Features
    Design
    Ease
    Pricing
    Support
    Likelihood to Recommend to Others
    1 2 3 4 5 6 7 8 9 10

    Python web scraping made easy

    Date: Aug 02 2022

    Summary: Beautiful Soup is a great tool for anyone who needs to scrape web data using Python. It's easy to get started using it and it's free.

    Positive: - great at analyzing and scraping HTML and XML web responses
    - makes it possible to collect data using automated Python scripts
    - supports Python, a powerful, flexible programming language4
    - free

    Negative: - often requires understanding the page structure well in order to parse info, so all pages being scraped must be similar in structure for it to work

    Read More...