Vidyalelo
Python · Q35

Web Scraping with Python

Programming · Python · question 35

Q35

What is the purpose of the scrapy.Item class in the scrapy framework?

A.
Handling HTTP requests
B.
Creating web forms
C.
Defining scraped data structure
Answer
D.
Parsing JSON responses

Answer: Option C

Solution

Answer: Option C
Solution:
The scrapy.Item class is used to define the structure of the data to be scraped in the scrapy framework.