Vidyalelo
Python · Q12

Web Scraping with Python

Programming · Python · question 12

Q12

What is the BeautifulSoup library used for in web scraping?

A.
Sending HTTP requests
B.
Rendering JavaScript
C.
Extracting data from HTML and XML
Answer
D.
Creating web forms

Answer: Option C

Solution

Answer: Option C
Solution:
BeautifulSoup is used for extracting data from HTML and XML documents.