Issue (Resolved)

issue solved, thank you

will create a new request regarding this issue. thank you. issue still ongoing.

Hi there!

I've checked your first sitemap, you've set pagination parent selector to itself, causing it to work recursively.
I've fixed the recursivity and added pagination to the url, and it worked like a charm.

Here's the working sitemap:

{"_id":"jobzella2","startUrl":["https://www.jobzella.com/search/#?what=&type=jobs&sortby=new&filterSearch=any&keywordtype=any&page=[1-5]#top"],"selectors":[{"id":"pagination","type":"SelectorLink","selector":"li.pagination__item:nth-of-type(12)","parentSelectors":["_root"],"multiple":false,"delay":0},{"id":"link selector","type":"SelectorLink","selector":"h3.card__info__title a:nth-of-type(1)","parentSelectors":["_root","pagination"],"multiple":true,"delay":0},{"id":"Job Title","type":"SelectorText","selector":"h1.informationView__summaryContentTitle","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Company","type":"SelectorText","selector":"span span","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Country","type":"SelectorText","selector":"span.jobLocation","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Posted","type":"SelectorText","selector":"div.informationView__summaryContentDatePost p","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Salary","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(1) p.listDetails__data","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Job Role / Function","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(2) p.listDetails__data","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Experiance","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(4) p.listDetails__data","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Education","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(7) p.listDetails__data","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Employment Type","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(10) p.listDetails__data","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Expiry date","type":"SelectorText","selector":"li.listDetails__item:nth-of-type(11) p.listDetails__data span","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Job Description","type":"SelectorText","selector":"div.details-content:nth-of-type(3) div.commonBlock__content","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Job Requirements","type":"SelectorText","selector":"div.details-content:nth-of-type(4) div.commonBlock__content","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Benefits","type":"SelectorText","selector":"div.details-content:nth-of-type(5)","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0},{"id":"Additional Information","type":"SelectorText","selector":"div.details-content:nth-of-type(6)","parentSelectors":["link selector"],"multiple":false,"regex":"","delay":0}]}

And here's the part of original sitemap with a mistake that caused recurse:

[{"id":"pagination","type":"SelectorLink","selector":"li.pagination__item:nth-of-type(12)","parentSelectors":["_root","pagination"],"multiple":false,"delay":0}, ...

1 Like

Thank you so much, you helped a lot :slight_smile:
It works fine...