hello, i am trying to use the parse tool to get the number between '"date":' and ','
this is the string i'm working with: "....."date":1626275112,"open":2638.030029296875,...."
i dont see anything wrong with my regex expression.. but then again i'm not very good with regex

my output gets the starting position right, but it is grabbing everything after the term i'm looking for, it's not ending properly:

does anyone know what i'm doing wrong?