Date site element

Good afternoon to the whole forum
I'll get right to the problem.
I would like to download the average odds of each game from this site.

https://www.oddsportal.com/soccer/italy/serie-a-2019-2020/results/

I can do it, but I can't download the date
How can I do?
Ps I don't want to open every link of every match
I hope someone will give me a hand, thanks to everyone

Forgive me for my incorrect English

here is the map

{"_id":"odd-portal-medie","startUrl":["https://www.oddsportal.com/soccer/italy/serie-a-2019-2020/results/"] ,"selectors":[{"id":"Element","type":"SelectorElement","parentSelectors":["_root"],"selector":"tr.deactivate","multiple":true,"delay":0},{"id":"Ora","type":"SelectorText","parentSelectors":["Element"],"selector":"td.table-time","multiple":false,"regex":"","delay":0},{"id":"Match","type":"SelectorText","parentSelectors":["Element"],"selector":"td.name","multiple":false,"regex":"","delay":0},{"id":"Result","type":"SelectorText","parentSelectors":["Element"],"selector":"td.bold","multiple":false,"regex":"","delay":0},{"id":"Home","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(4) ","multiple":false,"regex":"","delay":0},{"id":"Draw","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(5) ","multiple":false,"regex":"","delay":0},{"id":"Away ","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(6) ","multiple":false,"regex":"","delay":0}]}

Hi @Angelo. I think this should work.

{"_id":"odd-portal-medie","startUrl":["https://www.oddsportal.com/soccer/italy/serie-a-2019-2020/results/"],"selectors":[{"id":"Element","type":"SelectorElement","parentSelectors":["_root"],"selector":"tr.deactivate","multiple":true,"delay":0},{"id":"Ora","type":"SelectorText","parentSelectors":["Element"],"selector":"td.table-time","multiple":false,"regex":"","delay":0},{"id":"Match","type":"SelectorText","parentSelectors":["Element"],"selector":"td.name","multiple":false,"regex":"","delay":0},{"id":"Result","type":"SelectorText","parentSelectors":["Element"],"selector":"td.bold","multiple":false,"regex":"","delay":0},{"id":"Home","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(4) ","multiple":false,"regex":"","delay":0},{"id":"Draw","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(5) ","multiple":false,"regex":"","delay":0},{"id":"Away ","type":"SelectorText","parentSelectors":["Element"],"selector":"td:nth-child(6) ","multiple":false,"regex":"","delay":0},{"id":"Match-Link","type":"SelectorLink","parentSelectors":["Element"],"selector":".name a","multiple":false,"delay":0},{"id":"Date","type":"SelectorText","parentSelectors":["Match-Link"],"selector":"p.date","multiple":false,"regex":"","delay":0}]}

Hi viesturs

Thanks for the reply
I don't want to open every game.
There is no way to get the date from the main screen without opening each match link?

@Angelo, Of course, there is, just like this... For example you don't want to open a link containing AC Milano game... you would write a:not(:contains("AC Milano")) and it would take every other link except AC Milano.

I understand what you are saying but I would like to download all the average odds of each game.
The problem is that if I open each link it takes a long time (I am not a betting professional and I have no interest)
I would just like to download the match date from the main screen
Unfortunately I can't find the parent and child item for each game date without opening each link. I hope I'm not getting confused now.
Ps forgive me again for my incorrect English

odd-for-portal