let dateFormatterToday = new Intl.DateTimeFormat('ru-RU', { hour: 'numeric', minute: 'numeric' })
let dateFormatterLastYear = new Intl.DateTimeFormat('ru-RU', { month: 'long', day: 'numeric' })
let dateFormatterPast = new Intl.DateTimeFormat('ru-RU', { month: 'short', year: 'numeric' })
я написал этот код по примерам и мне сейчас главное...
но вы же запрашиваете с другого домена, вам same-origin-policy не позволит подробности узнать.
Скорее всего придется качать страничку и парсить.