I created a sitemap, but it closes without scraping when used on the following webpage:
https://lasvegas-directory.cosmoprofnorthamerica.com/newfront/marketplace/exhibitors?pageNumber=1&limit=12
I haven’t faced this issue with other websites using the same method.
Below is the sitemap I created:
{"_id":"cosmoprofnorthamerica","startUrl":["[https://lasvegas-directory.cosmoprofnorthamerica.com/newfront/marketplace/exhibitors?pageNumber=1&limit=12"],"selectors":{"id":"Scroll","parentSelectors":["_root"],"type":"SelectorElement","selector":"div.MuiGrid-grid-md-8","multiple":true,"scroll":true,"elementLimit":0},{"id":"Exhibitors","parentSelectors":["Scroll"],"type":"SelectorLink","selector":".css-ob69bz","multiple":true,"linkType":"linkFromHref"},{"id":"Weblink","parentSelectors":["Exhibitors"],"type":"SelectorLink","selector":".css-1dckhbe a","multiple":false,"linkType":"linkFromHref"}]}
Please help check if there’s anything wrong with the sitemap setup or if the page has dynamic elements causing the issue.