Vidyalelo
Python · Q5

Web Scraping with Python

Programming · Python · question 5

Q5

Which HTTP method is used for retrieving data in web scraping?

A.
POST
B.
PUT
C.
GET
Answer
D.
DELETE

Answer: Option C

Solution

Answer: Option C
Solution:
The GET method is commonly used to retrieve data in web scraping.