Hi,
I used to use the below scraper just fine and it used to provide all the needed info without any problems.
But suddenly and without any changes from my side it started scraping the first page only then it finishes before going to the second page as it used to (pagination issue). I tried several times but I just can't see what is wrong or what is preventing it from working as it used to!!!
Please help.
Sitemap:
{"_id":"wuzzuf_new_jobs","startUrl":["https://wuzzuf.net/search/jobs/?start=0&filters[country][0]=Egypt&filters[country][1]=Saudi%20Arabia&filters[country][2]=United%20Arab%20Emirates&filters[country][3]=Bahrain&filters[country][4]=Kuwait&filters[country][5]=United%20States&filters[country][6]=China&filters[country][7]=Oman"],"selectors":[{"id":"Pegination","type":"SelectorLink","parentSelectors":["_root","Pegination"],"selector":"ul.pagination.desktop-pagination li.pag-next a","multiple":false,"delay":0},{"id":"Link Selector","type":"SelectorLink","parentSelectors":["_root","Pegination"],"selector":"h2.job-title a","multiple":true,"delay":0},{"id":"Job Title","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"h1.job-title","multiple":false,"regex":"","delay":0},{"id":"Company Name","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"a.job-company-name","multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"span.job-company-location span","multiple":false,"regex":"","delay":0},{"id":"Experience Needed","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"tr:nth-of-type(1) td:nth-of-type(1) dd","multiple":false,"regex":"","delay":0},{"id":"Career Level","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"tr:nth-of-type(1) td:nth-of-type(2) dd","multiple":false,"regex":"","delay":0},{"id":"About the Job","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"div.about-job","multiple":false,"regex":"","delay":0},{"id":"Job Requirements","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"div.job-requirements","multiple":false,"regex":"","delay":0},{"id":"Post Date","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"p.job-post-date","multiple":false,"regex":"","delay":0},{"id":"Job Type","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"span.job-type","multiple":false,"regex":"","delay":0},{"id":"Salary","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"dl.salary-info dd","multiple":false,"regex":"","delay":0},{"id":"About the Company","type":"SelectorText","parentSelectors":["Link Selector"],"selector":"div.col-sm-8 p.company-brief","multiple":false,"regex":"","delay":0}]}

