Tried to scrape Google Maps — data preview works, but nothing gets scraped during actual scraping.
In data preview, I'm able to scrape each URL successfully.
But when I run the actual scrape, it only manages to extract data from about 30% of the URLs.
I’d like to know what problem I might be encountering.
Here is my sitemap:
{"_id":"GTTD_new","startUrl":["Google Maps name","parentSelectors":["_root"],"type":"SelectorText","selector":"h1.DUwDvf","multiple":false,"regex":""},{"id":"Click ticket","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(3) > div > div > button:nth-child(2) > div.LRkQ2 > div.G4Y5Vc.OyjIsf","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(3) > div > div > button:nth-child(2) > div.LRkQ2 > div.G4Y5Vc.OyjIsf"},{"id":"Attraction Ticket","parentSelectors":["_root"],"type":"SelectorElement","selector":"div.NKJo9","multiple":true,"scroll":true,"elementLimit":0},{"id":"Att url","parentSelectors":["Attraction Ticket"],"type":"SelectorLink","selector":"a.Sv1XLe","multiple":true,"linkType":"linkFromHref"},{"id":"OTA Name","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"span.tQLcee","multiple":true,"regex":""},{"id":"Price","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"div.drwWxc","multiple":true,"regex":""},{"id":"Attritube","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"div.KOuIif","multiple":true,"regex":""},{"id":"More Options","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"button.b3W2qe","multiple":true,"regex":""},{"id":"Click TNA","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(2) > div > div > button:nth-child(2) > div.LRkQ2 > div.Gpq6kf.NlVald","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(2) > div > div > button:nth-child(2) > div.LRkQ2 > div.Gpq6kf.NlVald"},{"id":"TNA Option","parentSelectors":["_root"],"type":"SelectorElement","selector":"a.RIqCef","multiple":true,"scroll":true,"elementLimit":0},{"id":"TNA URL","parentSelectors":["TNA Option"],"type":"SelectorLink","selector":"parent","multiple":true,"linkType":"linkFromHref"},{"id":"OTA NAME","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.dBbzVb","multiple":true,"regex":""},{"id":"PriceTNA","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.NFP9ae","multiple":true,"regex":""},{"id":"AID TITLE","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.tzM4nd","multiple":true,"regex":""},{"id":"Raiting","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"span.MW4etd","multiple":true,"regex":""},{"id":"Review count","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"span.UY7F9","multiple":true,"regex":""}]}