How to scrape multipage website?

Hey @flowfix - You can append the page numbers in the URL and then scrape each page in a loop. More info here: Webscraping multiple Trustpilot pages for reviews - #4 by Wasay-Gumloop

Let me know if this solves your issue.