Loops are a powerful way to scrape multiple pages with the same structure.

This is useful when you want to scrape a list of items from a page, such as a list of products or blog posts.

How to use loops

To use loops, you can select the “Enable loop” option when creating a new workflow.

You will also need provide a URL that is points to a listing page. Hystruct will then scrape the listing page and follow the links to each individual item.