Multiple starting URL with current date as variable

i would like to scrap a schedule of the current date and upto day+N from web site

Url: http://example.com/calendrier?&currentDate=2023-02-16
Url: http://example.com/calendrier?&currentDate=2023-02-17
...

Is it possible to make a variable like http://example.com/calendrier?&currentDate=[datetime;YYYY-MM-dd;0-n] where 0 is current day to N (where N=1 --> tommorow)

@jbweb Hi, yes you can use this tool to generate the desired calendar list: Generate a List of Calendar Dates and later create the URLs using a method which can be seen in the following video: 2019 - UnTECH # 17 - Scraping Multiple URL's with Webscraper.io - YouTube