Describe the problem:
this is a scrape i have been continusely attempting to run, it works in the chrome extension but once I import to the cloud version it returns no data I assume this is due to improper setup of click pagination though I do not know how to fix it and do not know if that is the actual problem. Any help would be greatly appreciated
Url: Search Home Services in Alabama | Angi
Sitemap:
{"_id":"angi-alabama-test","startUrl":["https://www.angi.com/companylist/us/al/"],"selectors":[{"id":"city","parentSelectors":["_root"],"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","parentSelectors":["category"],"type":"SelectorLink","selector":"a.directory__name","multiple":true},{"id":"phone number reveal","parentSelectors":["business"],"type":"SelectorElementClick","clickElementSelector":".contact-info__show-phone-number strong","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":".contact-info__show-phone-number strong"},{"id":"phone number","parentSelectors":["business"],"type":"SelectorText","selector":".contact-info__call strong","multiple":false,"regex":""},{"id":"Name","parentSelectors":["business"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"location","parentSelectors":["business"],"type":"SelectorText","selector":".contact-info__content p:nth-of-type(2)","multiple":false,"regex":""}]}