Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Decodo Scraper API Workflow Template (n8n Automation Amazon Book Purchase Report) Watch the demo video below: [, 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.
Decodo is a powerful public data access platform offering managed web scraping APIs and proxy infrastructure to collect structured web data at scale. It handles proxies, anti-bot protection, JavaScript rendering, retries, and global IP rotation—so you can focus on data, not scraping complexity. Why Decodo
TRUNG to get the Advanced Scraping API plan — ~23,000 requests for ~$5.targetUrl (e.g., an Amazon category/search/listing page)deviceType (desktop | mobile | tablet)maxItems, notes, reportTitle, reportOwnerDECODO_API_KEYOPENAI_API_KEYDRIVE_FOLDER_ID (optional default)SLACK_CHANNEL_IDEdit 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.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract Amazon book data & generate purchase reports with Decodo Scraper |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Document Extraction, Multimodal AI |
| Author | Trung Tran |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8142/8142.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Decodo Scraper API Workflow Template (n8n Automation Amazon Book Purchase Report) Watch the demo video below: [![Watch the video](https://s3.ap southeast 1.amazonaws.com/automatewith.me/how to use ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.