Correct Data Preview but Empty Data Export

Hi,

I am extracting data from a scroll-down webpage, but the webpage seems to require some conditions (type a city name) to show the result (the bank locations I want in Hawaii). The data preview seems ok but when I downloaded it, the csv file is empty.

This is my first time using Web Scraper so I appreciate any suggestion! Thank you!

{"_id":"boh_location","startUrl":["https://www.boh.com/locations"],"selectors":[{"id":"location","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"div.card__container","multiple":true,"delay":2000,"elementLimit":500},{"id":"name","parentSelectors":["location"],"type":"SelectorText","selector":"h2","multiple":false,"regex":""},{"id":"street","parentSelectors":["location"],"type":"SelectorText","selector":"span.address-one","multiple":false,"regex":""},{"id":"city","parentSelectors":["location"],"type":"SelectorText","selector":"span.address-three","multiple":false,"regex":""},{"id":"type","parentSelectors":["location"],"type":"SelectorText","selector":"h5","multiple":false,"regex":""}]}

here is your sitemap... there is no need to make scrolling...

{"_id":"boh_location","startUrl":["https://www.boh.com/locations"],"selectors":[{"clickActionType":"real","clickElementSelector":"#filter-open","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard","id":"click1","multiple":false,"parentSelectors":["_root"],"selector":"#filter-open","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"button#applyFilters","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard","id":"click2","multiple":false,"parentSelectors":["_root"],"selector":"button#applyFilters","type":"SelectorElementClick"},{"id":"location","multiple":true,"parentSelectors":["_root"],"selector":"div.card__container","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["location"],"regex":"","selector":"h2","type":"SelectorText"},{"id":"street","multiple":false,"parentSelectors":["location"],"regex":"","selector":"span.address-one","type":"SelectorText"},{"id":"city","multiple":false,"parentSelectors":["location"],"regex":"","selector":"span.address-three","type":"SelectorText"},{"id":"type","multiple":false,"parentSelectors":["location"],"regex":"","selector":"h5","type":"SelectorText"}]}
1 Like

Thank you for the reply! However, when I applied the JSON and tried to export the data, the output is still empty. Is there anything that I might be wrong during the process?

Hi, are you sure you clicked 'Sitemap -> Scrape' to scrape the data before downloading?