Custom Workflows
Extend DemonScraper with your own logic using Cloud Functions or Python.
Cloud Functions (Node)
// Example placeholder exports.runWorkflow = (req, res) => { res.send('ok'); };
Extend DemonScraper with your own logic using Cloud Functions or Python.
// Example placeholder exports.runWorkflow = (req, res) => { res.send('ok'); };