Cant scrape "early speed" value

Hi,
Can't scrape "early speed" value for some reason.
Showing "null".

Sitemap:
{"_id":"racenet","startUrl":["Greyhounds"],"selectors":[{"id":"races","type":"selectorlink","parentselectors":["_root"],"selector":"table:nth of type(1) Form Guide a.upcoming-race-table__event-link","multiple":true,"delay":0},{"id":"wra","type":"SelectorElement","parentSelectors":["races"],"selector":".new-full-form div.event-selection-row-header__row","multiple":true,"delay":0},{"id":"dog","type":"SelectorText","parentSelectors":["wra"],"selector":"div.greyhound-selection-details-name","multiple":false,"regex":"","delay":0},{"id":"early speed","type":"SelectorText","parentSelectors":["wra"],"selector":"#speedMap14697-value span","multiple":false,"regex":"","delay":0},{"id":"rating","type":"SelectorText","parentSelectors":["wra"],"selector":"div.event-selection-row-right__column--rating","multiple":false,"regex":"","delay":0}]}

So is it impossible or just nobody knows ?

@Doninio Hi, try to copy and paste your sitemap and you will see it's not working.
I can't find the value on the website too...

I dont know whats wrong. All im doing is selecting: "export sitemap"
Not sure what else I could do here and dont know why its not working.
Perhaps there is a bug in the webscraper.

{"_id":"racenet","startUrl":["Greyhounds"],"selectors":[{"id":"races","type":"selectorlink","parentselectors":["_root"],"selector":"div:nth of type(9) Form Guide div.upcoming-race-table__grid-events-container:nth-of-type(2) div:nth-of-type(2) a","multiple":true,"delay":0},{"id":"wra","type":"SelectorElement","parentSelectors":["races"],"selector":".new-full-form div.event-selection-row-header__row","multiple":true,"delay":0},{"id":"dog","type":"SelectorText","parentSelectors":["wra"],"selector":"div.greyhound-selection-details-name","multiple":false,"regex":"","delay":0},{"id":"early speed","type":"SelectorHTML","parentSelectors":["wra"],"selector":"#speedMap1658-value span","multiple":false,"regex":"","delay":0},{"id":"rating","type":"SelectorText","parentSelectors":["wra"],"selector":"div.event-selection-row-right__column--rating","multiple":false,"regex":"","delay":0}]}

Where is that ?
I dont know where that option is.

image

{"_id":"racenet","startUrl":["https://www.racenet.com.au/form-guide/greyhounds"],"selectors":[{"id":"races","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.upcoming-race-table__grid:nth-of-type(4) div:nth-of-type(10) a.upcoming-race-table__event-link","multiple":true,"delay":0},{"id":"wra","type":"SelectorElement","parentSelectors":["races"],"selector":".new-full-form div.event-selection-row-header__row","multiple":true,"delay":0},{"id":"dog","type":"SelectorText","parentSelectors":["wra"],"selector":"div.greyhound-selection-details-name","multiple":false,"regex":"","delay":0},{"id":"early speed","type":"SelectorHTML","parentSelectors":["wra"],"selector":"#speedMap1658-value span","multiple":false,"regex":"","delay":0},{"id":"rating","type":"SelectorText","parentSelectors":["wra"],"selector":"div.event-selection-row-right__column--rating","multiple":false,"regex":"","delay":0}]}

@Doninio If the window closes before the next page, increase the Page load delay (ms) to 10000.
Hope you want this.

Sitemap:

{"_id":"racenet","startUrl":["https://www.racenet.com.au/form-guide/greyhounds"],"selectors":[{"id":"wra","type":"SelectorElement","parentSelectors":["click"],"selector":".new-full-form div.event-selection-row-header__row","multiple":true,"delay":0},{"id":"dog","type":"SelectorText","parentSelectors":["wra"],"selector":"div.greyhound-selection-details-name","multiple":false,"regex":"","delay":0},{"id":"early speed","type":"SelectorText","parentSelectors":["wra"],"selector":"output","multiple":false,"regex":"","delay":0},{"id":"rating","type":"SelectorText","parentSelectors":["wra"],"selector":"div.event-selection-row-right__column--rating","multiple":false,"regex":"","delay":0},{"id":"click","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.upcoming-race-table__grid:nth-of-type(4) div:nth-of-type(10) a.upcoming-race-table__event-link","multiple":false,"delay":0}]}

Excellent job Asad ! Big thanks !!!
Have a good week pal !

1 Like