How to scrape this style of URL

I am trying to use WEBSCRAPER.IO so i can build a database using a webpage's data (For a project) - But when i try to do as the video shows me i cannot get the scraper to go through the pages because the URL is different to that of the video.

Video Example

www.webpage/products/laptops?page=[1-20]

The webpage i want to scan use an URL like this 1

www.webpage/products/laptops/page/2/

So how would i create the Start URL for webscraper to go through the 20 pages

when i try to use the example from the video it only scans 1 page of my chosen webpage

I have tried veriations like

www.webpage/products/laptops/page/page=[1-20]/

www.webpage/products/laptops/page=[1-20]/

www.webpage/products/laptops?page=[1-20]/

but none of them seem to work. Im stuck.

Could anybody provide my with any advice.

Thank you.

www.webpage/products/laptops/page/[1-20]/