# Define here the models for your scraped items # # See documentation in: # https://docs.scrapy.org/en/latest/topics/items.html import scrapy class JdItem(scrapy.Item): # define the fields for your item here like: price = scrapy.Field() name = scrapy.Field() #pj = scrapy.Field()