I am struggling on a website to get some information, I set up ROBOTSTXT_OBEY = False
but still doesnt retrieve any information, how to fix it?
start_urls = ['https://tienda.mercadona.es/search-results?query=leche%20entera']
def parse(self, response):
sample = response.css("div").get()
yield {'name':sample}
Thank you so much, as far as I see, probably they have something to forbid me when I do the request