Retrieving an http that spans over multiple pages

Hi, 
maybe this is a bit OT since it does not concern Knime strictly but I really need hints, if any.

I'm trying to retrieve an url about the reviews of a book that span over multiple pages. In the attached wf I can read only the first 20 reviews instead of the whole 103.

Any suggestions are welcome.
Thanks!
Alfredo

Hi Alfredo,

the website you are requesting only provides the 20 most frequent read reviews. The others are provided by JavaScript, which makes it a little tricky to fetch them. There is an existing topic about a similar question: https://www.knime.com/forum/knime-textprocessing/how-to-analyse-a-website

Hope that helps.

Cheers,
Marten

Thank you, Marten.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.