I need a webscraper.io script

Job ID: 34833206

Budget: $10 – $30 USD

I need a sitemap and configuration that I can import to scrape this website:
https://www.checkccmd.org/SearchResults.aspx?ft=&fn=&sn=&z=&c=&co=

The script needs to pull information from the above page to include:

Provider Name Facility Name Address County School Name Program Type*

And then the script needs to click into the Provider Name hyperlink and pull the following program details:

License Number, Phone, Email

The sitemap I currently have is pulling no records:
===
{"_id":"childcare","startUrl":["https://www.checkccmd.org/SearchResults.aspx?ft=&fn=&sn=&z=&c=&co="],"selectors":[{"id":"Provider Name","parentSelectors":["_root","Next page"],"type":"SelectorLink","selector":"tr.rowStyle:nth-of-type(n+2) a","multiple":true},{"id":"License Number","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtLicense","multiple":false,"regex":""},{"id":"Capacity","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtCapacity","multiple":false,"regex":""},{"id":"Approved Education Program","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtApprovedEducationProgram","multiple":false,"regex":""},{"id":"Accreditation","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtAccreditation","multiple":false,"regex":""},{"id":"Phone","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtPhone","multiple":false,"regex":""},{"id":"Email","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtEmail","multiple":false,"regex":""},{"id":"Approved For","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtHours","multiple":false,"regex":""},{"id":"Fatalities","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtFatalities","multiple":false,"regex":""},{"id":"Serious Injuries","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span#MainContent_txtInjuries","multiple":false,"regex":""},{"id":"Maryland Excels Level","parentSelectors":["Provider Name"],"type":"SelectorText","selector":"span.detailLevelText","multiple":false,"regex":""},{"id":"Next page","parentSelectors":["Provider Name","Next page"],"paginationType":"auto","selector":"td span, td:nth-of-type(n+2) a","type":"SelectorPagination"}]}
===
Related categories: JavaScript Web Scraping Data Scraping