Vidyalelo
Python · Q13

Web Scraping with Python

Programming · Python · question 13

Q13

What is the disadvantage of using web scraping for data extraction?

A.
It's faster than API requests
B.
It's legally prohibited
C.
It's limited to simple websites
D.
It's fragile and may break due to website changes
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Web scraping can break if the website structure changes, making it fragile.