Tool Doesn't Seem To Work

Trying to grab historical NFL combine data. Setup looks correct, but tool doesn't work:

image

image

Sitemap:

{"_id":"nFLCombineResults","startUrl":["https://nflcombineresults.com/nflcombinedata.php?year=2023&pos=&college="],"selectors":[{"id":"Player","multiple":true,"parentSelectors":["_root"],"selector":"td a","type":"SelectorLink"},{"id":"40Y","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(1):contains('40 Yard Dash:') td:nth-of-type(2)","type":"SelectorText"},{"id":"40YMPH","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(2):contains('40 Yard (MPH):') td:nth-of-type(2)","type":"SelectorText"},{"id":"20YSplit","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(3):contains('20 Yard Split:') td:nth-of-type(2)","type":"SelectorText"},{"id":"10YSplit","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(4):contains('10 Yard Split:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Bench","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(5):contains('Bench Press:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Wonderlic","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Wonderlic:') td:nth-of-type(2)","type":"SelectorText"},{"id":"QBVel","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('QB Ball Velocity:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Vert","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(1):contains('Vertical Leap:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Broad","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(2):contains('Broad Jump:') td:nth-of-type(2)","type":"SelectorText"},{"id":"20YShuttle","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(3):contains('20 Yd Shuttle:') td:nth-of-type(2)","type":"SelectorText"},{"id":"3Cone","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(4):contains('Three Cone:') td:nth-of-type(2)","type":"SelectorText"},{"id":"ShuttleSplit","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Shuttle Split:') td:nth-of-type(2)","type":"SelectorText"},{"id":"60YShuttle","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('60 Yd Shuttle:') td:nth-of-type(2)","type":"SelectorText"},{"id":"4Square","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Four Square:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Pro40Y","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(2):contains('40 Yard Dash:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Pro20Split","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(4):contains('20 Yard Split:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Pro10YSplit","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(5):contains('10 Yard Split:') td:nth-of-type(2)","type":"SelectorText"},{"id":"ProBench","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(6):contains('Bench Press:') td:nth-of-type(2)","type":"SelectorText"},{"id":"ProVert","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(7):contains('Vertical Leap:') td:nth-of-type(2)","type":"SelectorText"},{"id":"ProBroad","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(3):contains('Broad Jump:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Pro20YShuttle","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(6):contains('20 Yd Shuttle:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Pro3Cone","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:nth-of-type(7):contains('Three Cone:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Height","multiple":false,"parentSelectors":["Player"],"regex":"","selector":".infotablewrap tr:contains('Height:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Weight","multiple":false,"parentSelectors":["Player"],"regex":"","selector":".infotablewrap tr:contains('Weight:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Arm","multiple":false,"parentSelectors":["Player"],"regex":"","selector":".infotablewrap tr:contains('Arm Length:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Hand","multiple":false,"parentSelectors":["Player"],"regex":"","selector":".infotablewrap tr:contains('Hand Size:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Wing","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Wingspan:') td:nth-of-type(2)","type":"SelectorText"},{"id":"DraftAge","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Draft Age:') td:nth-of-type(2)","type":"SelectorText"},{"id":"DraftClass","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"tr:contains('Draft Class:') td:nth-of-type(2)","type":"SelectorText"}]}

Error Message:

GET https://nflcombineresults.com/nflcombinedata.php?year=2022&pos=&college= 404

Seems to point to the address as a 404 error? Are these types of addresses not supported? https://nflcombineresults.com/nflcombinedata.php?year=2022&pos=&college=

@kjacomet Hello, yes, that's because the website loads with the 404 error which you see within the 'Network' tab. The scraper perceives this as being an empty page, therefore the extracion ends prematurely.

Running the scraping job within Web Scraper Cloud you should not experience any issues.