Describe the problem.
Basically, i've created a sitemap designed to visit all the links (pages) for every restaurant page. Then within, elements and selectors to pull the results.
Seems to not get all the pages tho?
Url: http://zomato.com
Sitemap:
{"_id":"zomatoall","startUrl":["https://www.zomato.com/melbourne/directory"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.col-l-1by3:nth-of-type(n+3) div.restaurant_pagination a","multiple":true,"delay":0},{"id":"element","type":"SelectorLink","parentSelectors":["link"],"selector":"div.plr10 a:nth-of-type(1)","multiple":false,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["element"],"selector":"h1.res-name a.ui","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["element"],"selector":"span.fontsize2:nth-of-type(1) span.tel","multiple":false,"regex":"","delay":0},{"id":"phone 2","type":"SelectorText","parentSelectors":["element"],"selector":"span.fontsize2:nth-of-type(2) span.tel","multiple":false,"regex":"","delay":0},{"id":"votes","type":"SelectorText","parentSelectors":["element"],"selector":"span.tooltip_formatted span","multiple":false,"regex":"","delay":0},{"id":"review","type":"SelectorText","parentSelectors":["element"],"selector":"div.rating-for-16572956","multiple":false,"regex":"","delay":0},{"id":"cost","type":"SelectorText","parentSelectors":["element"],"selector":"div.res-info-detail > span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"known for","type":"SelectorText","parentSelectors":["element"],"selector":"div.res-info-known-for-text","multiple":false,"regex":"","delay":0},{"id":"claimed","type":"SelectorText","parentSelectors":["element"],"selector":"div.res-header-claims span.fontsize5","multiple":false,"regex":"","delay":0},{"id":"nearby","type":"SelectorText","parentSelectors":["element"],"selector":"div.resbox__sidebar:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["element"],"selector":"div.resinfo-icon > span","multiple":false,"regex":"","delay":0},{"id":"openinghours","type":"SelectorText","parentSelectors":["element"],"selector":"div.medium","multiple":false,"regex":"","delay":0}]}