saving data in apify actor and cleaning
however i dont get a json output even thought the scraping works
how would i save the data to the apify console that i can then use mongodb to take that data and put it in my database -
i have my mongodb schema already setup so how would i save the data to the apify console and access it
would i have to save it to the apify dataset, if so how, and how would i also put it through a cleaning process through the same actor or if possible, a different actor and THEN save it to a mongodb database?
heres what i have for saving the json file so far:
