Vidyalelo
Python · Q32

Web Scraping with Python

Programming · Python · question 32

Q32

What is the purpose of using proxies in web scraping?

A.
To slow down scraping activities
B.
To scrape data only from specific websites
C.
To bypass robots.txt guidelines
D.
To hide the IP address and avoid blocking
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Proxies are used to hide the IP address and avoid getting blocked while scraping.