I am using lxml and python. I want to fetch the href for the link that reads More reviews (40) on this page. I am basically scrapping this site and want to get the reviews.
Would appreciate the help. Thanx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The link is added using client-side javascript. So you cannot get the href using normal HTML parsing. You can however look at the javascript code and get the link from there:
Other options are: