Python Scrapy Only Scraping The Same Elements Over And Over Again
I am trying to learn Scrapy and i'm learning on yelp website this LINK But when scrapy runs, it scrapes the same phone, addresses, over and over again instead of scraping different
Solution 1:
I can't test it but inside for yelp
loop you should use yelp.css()
but you use response.css()
Post a Comment for "Python Scrapy Only Scraping The Same Elements Over And Over Again"