Home > OS >  How to paginate using Python Selenium in Trip Advisor to extract reviews
How to paginate using Python Selenium in Trip Advisor to extract reviews

Time:07-16

I am trying to extract the reviews with their respective titles of a particular hotel in Trip Advisor, using Web Scraping techniques with Python and Selenium but I have only been able to extract the reviews of a single page and I need to extract all or most of the reviews, but the pagination is not working. What I do is click on the Next button, iterate over a range of pages and extract the information.

The web scraping is from the home page enter image description here

  • Related