CasperC
Apify & Crawlee3y ago
3 replies
Casper

Multiple dataset output schemas to show scrape data in Apify console UI

"storages": {
"companyInformationDataset": "./dataset_company_information_schema.json",
"reviewsDataset": "./dataset_reviews_schema.json"
}

I have these storage schemas in actor.json file but Apify UI does not pick up to use them to display scraped data that has been saved in them. So Users do not know if scraped data was saved unless they check each named dataset. I don't save data to unnamed dataset.
image.png
Was this page helpful?