Scrape custom data ranges with Google Trends

Hi community,

How can I scrape custom date ranges with the Google Trends API? Currently, I noticed that only these standard ranges are available:

→ Enum: “now 1-H” “now 4-H” “now 1-d” “now 7-d” “today 1-m” “today 3-m” “today 12-m” “today 5-y” “all”

However, since a custom date range can be inserted as an URL parameter (see below), it should be possible to query custom ranges as well correct?

https://trends.google.com/trends/explore?**date=2025-03-18%202025-05-14**&geo=NL&q=google&hl=en

Best,

Dennis