Scrape Not recording anything

Web Scraper version: latest cloud version IDK what it is
Chrome version: 107.0.5304.107
OS: windows 10

I am running large scrapes ie Entire US angis list and the entire us YellowPages and its scraping pages but not recording anything ill attach a screenshot. but these scrapes are time sensitive so I need to know how to fix asap.

the jsons for the jobs are the following
angis:

{"_id":"ANGIS","startUrl":["https://www.angi.com/companylist/"],"selectors":[{"id":"State","parentSelectors":["_root"],"type":"SelectorLink","selector":"ul:nth-of-type(3) a","multiple":true},{"id":"City","parentSelectors":["State"],"type":"SelectorLink","selector":"ul:nth-of-type(2) a","multiple":true},{"id":"Category","parentSelectors":["City"],"type":"SelectorLink","selector":"ul:nth-of-type(1) a.generator-link","multiple":true},{"id":"Business select","parentSelectors":["Category"],"type":"SelectorLink","selector":"a.directory__name","multiple":true},{"id":"Phone Number Reveal","parentSelectors":["Business select"],"type":"SelectorElementClick","clickElementSelector":".contact-info__show-phone-number strong","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":".contact-info__show-phone-number strong"},{"id":"Phone Number","parentSelectors":["Business select"],"type":"SelectorText","selector":".contact-info__call strong","multiple":false,"regex":""},{"id":"Name","parentSelectors":["Business select"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Location","parentSelectors":["Business select"],"type":"SelectorText","selector":".contact-info__content p:nth-of-type(2)","multiple":false,"regex":""}]}

YellowPages:

{"_id":"ANGIS","startUrl":["https://www.angi.com/companylist/"],"selectors":[{"id":"State","parentSelectors":["_root"],"type":"SelectorLink","selector":"ul:nth-of-type(3) a","multiple":true},{"id":"City","parentSelectors":["State"],"type":"SelectorLink","selector":"ul:nth-of-type(2) a","multiple":true},{"id":"Category","parentSelectors":["City"],"type":"SelectorLink","selector":"ul:nth-of-type(1) a.generator-link","multiple":true},{"id":"Business select","parentSelectors":["Category"],"type":"SelectorLink","selector":"a.directory__name","multiple":true},{"id":"Phone Number Reveal","parentSelectors":["Business select"],"type":"SelectorElementClick","clickElementSelector":".contact-info__show-phone-number strong","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":".contact-info__show-phone-number strong"},{"id":"Phone Number","parentSelectors":["Business select"],"type":"SelectorText","selector":".contact-info__call strong","multiple":false,"regex":""},{"id":"Name","parentSelectors":["Business select"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Location","parentSelectors":["Business select"],"type":"SelectorText","selector":".contact-info__content p:nth-of-type(2)","multiple":false,"regex":""}]}