7
Select next pagination button when there’s no next ➡️button
under review
Ivan Escobar
under review
We'll consider review this feature, since it applies to multiple use-cases. Thanks for reporting!
Ivan Escobar
Another work arround you can try (which depends on the page) is to build your workflow based on a pattern of the URL's
For the case of Linkedin Job search for instance, there's a pattern on the url's
Page 2: https://www.linkedin.com/jobs/search/?geoId=100876405&keywords=product&location=Colombia&start=25
Page 3: https://www.linkedin.com/jobs/search/?geoId=100876405&keywords=product&location=Colombia&start=50
Page 4 +: just add +25 to each URL
The work arround would be:
- Do a google sheet very quickly and "build those urls"
- Run a "scrape data on the background for URL's" action on those Url's
Ivan Escobar
Right now we don't have a solution to paginate in pages like this one. What I would recommend is to run the "Scrape data on active tab" and paginate manually each page.
Yet, I've also seen this behavior in other pages, like reonomy.com