Start a new topic

pagination

I am trying to get the pagination working for Amazon website. Currently testing in scrapy shell to extract 'href' link. 


Tried the below command, but result show []


response.css(li.a-last > a::attr(href)).extract_first()


Please see attached screenshot for html code.


Many thanks,

Vinay

htmlcode.png
(31.1 KB)
Login to post a comment