Review Data from scrape

Hi,

Do you have to wait till your scrape has ended before viewing any data or can you go to Browse & hit refresh?

Does data become viewable / downloadable "along the way" or only at the end?

When I look at Data Preview of a selector I see data but when I run, I get an empty csv.

I think it has something to do with the fact that I know want to go to specifications tab of an item to scrape some text from there as well.

Url: https://www.domayne.com.au/home-appliances/kitchen-appliances/kitchen-small-appliances

Sitemap:
{id:"domayne"}

Thanks in advance

Todd

You can view and download data prior to it being finished.

The only caveat to it is the stage you are trying to do it at, as if your sitemap navigates through pagination, then you will have to wait for it to finish before being able to see any data.

Thanks

Can you please advise what I need to do to click on a specifications tab within a product page to get some more text?

I’ve added a link but am now getting no data at all

Cheers

Todd

All of the information is available in the HTML without a click like this:

{"_id":"domayne","startUrl":["https://www.domayne.com.au/morphy-richards-cork-1-5l-kettle-mint.html"],"selectors":[{"id":"gtin","type":"SelectorText","parentSelectors":["_root"],"selector":"tr:contains('Barcode (GTIN)') td","multiple":false,"regex":"","delay":0},{"id":"type","type":"SelectorText","parentSelectors":["_root"],"selector":"tr:contains('Product Type') td","multiple":false,"regex":"","delay":0},{"id":"brand","type":"SelectorText","parentSelectors":["_root"],"selector":"tr:contains('Brand') td","multiple":false,"regex":"","delay":0}]}

i also facing the same issue in past 2days. Others website and scraper no issue, only one website got issue.