DEV Community

Discussion on: May 2 — Daily CodeNewbie Check-in Thread

Collapse
 
gianniskoutivas profile image
Giannis Koutivas

Hi there, I hope this won't be in the wrong place.

I would like to ask if it's possible to build an API JSON response with Google functions.

WorkFlow goes:
I make a scraper on puppeteer
I upload the function and make it run once per day
The function somehow returns JSON or XML or any response based on date parameters
My web app crawls these responses and brings the data it needs to the web.

Possible?