Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. Its common saves programmers hours or days of work.1. Beautiful Soup Documentation2. Quick Start3. Installing Beautiful Soup4. Making the soup5. Kinds of objects6. Navigating the tree7. Searching the tree8. Modifying the tree9. Output10. Specifying the parser to use11. Encodings12. Comparing objects for equality13. Copying Beautiful Soup objects14. Parsing only part of a document15. Troubleshooting16. Beautiful Soup 3