Describe the problem: I am trying to scrape all the data from www.shopistores.com/shopify/cosmetics, see sitemap. When I download the CSV, I have all data for some rows but some data is missing even though I see the raw data from the site.
What am I doing wrong?
Url: http://www.shopistores.com/shopify/cosmetics
Sitemap:
{"_id":"shopifycosmetics","startUrl":["https://www.shopistores.com/shopify/cosmetics/1"],"selectors":[{"id":"page","type":"SelectorLink","parentSelectors":["_root","page"],"selector":"div:nth-of-type(3) li:nth-of-type(n+2) a","multiple":true,"delay":0},{"id":"linkaddress","type":"SelectorLink","parentSelectors":["_root","page"],"selector":"[data-title='Store Address'] a","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["_root","page"],"selector":"td[data-title='Title']","multiple":true,"regex":"","delay":0},{"id":"alexa","type":"SelectorText","parentSelectors":["_root","page"],"selector":"td.numeric","multiple":true,"regex":"","delay":0},{"id":"country","type":"SelectorText","parentSelectors":["_root","page"],"selector":"td[data-title='Country']","multiple":true,"regex":"","delay":0}]}