DemonScraper
Docs / Guides / Developers / Custom Workflows

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'); };