Hi
im trying to scrape data.com, it works for company names, but it won't scrape website
or better, data preview works fine https://www.dropbox.com/s/0lqsv1nv5l25xb8/Screenshot%202018-08-10%2014.11.25.png?dl=0
but when i upload the csv i only get a few website
the same for city
what am i doing wrong?
thanks!
Sitemap:
{"_id":"datacom3","startUrl":["https://connect.data.com/search#p=searchresult;;t=companies;;ss=advancedsearch;;q=H4sIAAAAAAAAAD2MsQ4CIRBE_2VqCtBYSHuVlcbWXIGwGhKONbCYmMv9u3gau5n3MjPjFpNQqbAzPLcsJVIvF-y11hgVarsecmj1L4zR5udoeiR-0ZdvNBS2nS8KzkvkXI954NSmvL5_2JMGztLTSioXgUWg6rH0lbC4dCbPJfTpyd0JdqeXN6vhyo-kAAAA"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"#findCompanies > div.search-result.general-display-none > div.column-right > div.result-table > table > tbody","multiple":true,"delay":0,"clickElementSelector":"div.result-table-panel.result-table-panel-bottom img.table-navigation-button-next.table-navigation-next-image-active","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"company","type":"SelectorText","parentSelectors":["pagination"],"selector":".companyName","multiple":true,"regex":"","delay":0},{"id":"website","type":"SelectorText","parentSelectors":["pagination"],"selector":"div.website a","multiple":true,"regex":"","delay":"2000"},{"id":"city","type":"SelectorText","parentSelectors":["pagination"],"selector":"td.td-city","multiple":true,"regex":"","delay":"2000"}]}

