Audience

Screen-scraping library solution for developers

About Beautiful Soup

Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. Beautiful Soup's support for Python 2 was discontinued on December 31, 2020: one year after the sunset date for Python 2 itself. From this point onward, new Beautiful Soup development will exclusively target Python 3. The final release of Beautiful Soup 4 to support Python 2 was 4.9.3. Beautiful Soup is licensed under the MIT license, so you can also download the tarball, drop the bs4/ directory into almost any Python application (or into your library path) and start using it immediately.

Pricing

Starting Price:
Free
Free Version:
Free Version available.

Integrations

No integrations listed.

Ratings/Reviews - 1 User Review

Overall 5.0 / 5
ease 4.0 / 5
features 5.0 / 5
design 5.0 / 5
support 5.0 / 5

Company Information

Beautiful Soup
pypi.org/project/beautifulsoup4/

Videos and Screen Captures

Beautiful Soup Screenshot 1
You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.

Product Details

Platforms Supported
Windows
Mac
Linux
Training
Documentation
Support
Online

Beautiful Soup Frequently Asked Questions

Q: What kinds of users and organization types does Beautiful Soup work with?
Q: What languages does Beautiful Soup support in their product?
Q: What kind of support options does Beautiful Soup offer?
Q: What type of training does Beautiful Soup provide?
Q: How much does Beautiful Soup cost?

Beautiful Soup Product Features

Beautiful Soup Reviews

Write a Review
  • A Beautiful Soup User
    Principal Software Engineer
    Used the software for: 1-2 Years
    Frequency of Use: Daily
    User Role: User
    Company Size: 100 - 499
    Design
    Ease
    Features
    Pricing
    Support
    Probability You Would Recommend?
    1 2 3 4 5 6 7 8 9 10

    "Python web scraping made easy"

    Posted 2022-08-02

    Pros: - 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

    Cons: - 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

    Overall: 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.

    Read More...