Back to Templates
This workflow demos how to use Decodo Scraper API to crawl any public web page (headless JS, device emulation: mobile/desktop/tablet), extract structured product data from the returned HTML, generate a purchase-ready report, and automatically deliver it as a Google Doc + PDF to Slack/Drive.
targetUrl
(e.g., an Amazon category/search/listing page)deviceType
(desktop
| mobile
| tablet
)maxItems
, notes
, reportTitle
, reportOwner
DECODO_API_KEY
OPENAI_API_KEY
DRIVE_FOLDER_ID
(optional default)SLACK_CHANNEL_ID
Edit Fields (Set node)
Scraper API Request (HTTP Request → POST)
HTML Response Parser (Code node)
Product Analyzer Agent
Build Book Purchase Report (Code/LLM)
Create Document File
Convert to PDF
Upload to Slack
files:write
+ chat:write
.targetUrl
to any public page (category, search, or listing).deviceType
to mobile
to fetch mobile-optimized markup (often simpler DOMs).waitFor.selector
or use waitUntil: "networkidle"
(if supported) to ensure full content loads.executeJS
if you need to interact (scroll, click “next”, expand sections). You can also loop over pagination by iterating URLs.discount_percent
, bestseller_badge
, prime_eligible
) and update the Structured Output schema accordingly.