Selector table or element attribute?

good morning guys! I understand that you are busy but I need your help! I can't download the table from this site! I'm only interested in games and results, but with "table selection" I can't do anything!

With each link, everything changes

Scrren place to make you understand

1 screen

Link---https://www.betexplorer.com/results/soccer/?year=2010&month=01&day=01

I select table

I select Header row selector

I select Data Preview--Tutto ok


But when I add more links to my sitemap, other links don't work!

Link-2

https://www.betexplorer.com/results/soccer/?year=2010&month=01&day=02

Screen Data Preview

Null Null Null Null

I have tried also with element-and-element attribute but I can find nothing in htlm page inspection

Can you give me a hand? I would be grateful and ready to reciprocate!

Ps I have searched the forum, but I am not able to find the solution

Sitemap

{"_id":"table","startUrl":["https://www.betexplorer.com/results/soccer/?year=2010&month=1&day=1","https://www.betexplorer.com/results/soccer/?year=2010&month=01&day=02"],"selectors":[{"id":"Table","type":"SelectorTable","parentSelectors":["_root"],"selector":"table.table-main","multiple":true,"columns":[{"header":"16:00Fleetwood - Southport","name":"Match","extract":true},{"header":"4:0","name":"Final","extract":true},{"header":"(1:0, 3:0)","name":"Pt-Fin","extract":true}],"delay":0,"tableDataRowSelector":"tr:nth-of-type(n+2)","tableHeaderRowSelector":"tbody:nth-of-type(3) tr:nth-of-type(2)"}]}

Type: Table would not work here. You'll need to build scrapers manually:

{"_id":"forum-betexplorer","startUrl":["https://www.betexplorer.com/results/soccer/?year=2010&month=01&day=01"],"selectors":[{"id":"Sport","type":"SelectorText","parentSelectors":["_root"],"selector":"h2.wrap-section__header__title","multiple":false,"regex":"","delay":0},{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"tr[data-dt][data-def='1']","multiple":true,"delay":0},{"id":"AAA","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span.table-main__time","multiple":false,"regex":"","delay":0},{"id":"BBB","type":"SelectorLink","parentSelectors":["Row wrappers"],"selector":".table-main__tt a","multiple":false,"delay":0},{"id":"CCC","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td.table-main__result","multiple":false,"regex":"","delay":0},{"id":"DDD","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"td.table-main__partial","multiple":false,"regex":"","delay":0}]}

1 Like

thank you for the hand will serve many people