New tab page scraper

I am trying to scrape a website, but all the information is on a new tab page. How do I set my scraper up? so it goes to the new tab page over and over.

I need to scrape all the information from the boats

@TOK Hello. After inspecting the targeted website it seems that you should be able to proceed onto the product page by using a 'Link' selector - .searchPage__productAd a

Example:

{"_id":"clickandboat-com","startUrl":["https://www.clickandboat.com/en/boat-rental/search?_page=1&limit=18&where=Italy&ProduitTypeId=Motorboat&withCaptain=With%20or%20without%20captain"],"selectors":[{"id":"product-link","parentSelectors":["_root"],"type":"SelectorLink","selector":".searchPage__productAd a","multiple":true,"delay":0},{"id":"title","parentSelectors":["product-link"],"type":"SelectorText","selector":"span.productGeneral__title","multiple":false,"delay":0,"regex":""}]}