Block 1 - When clicking ‘Test 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.
This workflow automates the process of fetching agricultural transaction data from the Taiwan Agricultural Products Open Data Platform and storing it in a Google Sheets document for further analysi...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by darrell_tw.
Original n8n.io sourceThis workflow automates the process of fetching agricultural transaction data from the Taiwan Agricultural Products Open Data Platform and storing it in a Google Sheets document for further analysis.
https://data.moa.gov.tw/api/v1/SheepQuotationStart_time: 2024/12/01End_time: 2024/12/31MarketName: 台北二api_key: <your_api_key>accept: application/jsonDataAppend<your_document_id>Sheet1TransDate, TcType, CropCode, CropName, MarketCode, MarketNameUpper_Price, Middle_Price, Lower_Price, Avg_Price, Trans_Quantity此 Workflow 從 台灣農業產品開放資料平臺 獲取農產品交易數據,並將其儲存到 Google Sheets 文件 中進行進一步分析。
https://data.moa.gov.tw/api/v1/SheepQuotationStart_time: 2024/12/01End_time: 2024/12/31MarketName: 台北二api_key: <your_api_key>accept: application/jsonDataAppend<your_document_id>Sheet1TransDate, TcType, CropCode, CropName, MarketCode, MarketNameUpper_Price, Middle_Price, Lower_Price, Avg_Price, Trans_Quantity請多利用 Curl Import 功能 例如
curl -X GET "https://data.moa.gov.tw/api/v1/AgriProductsTransType/?Start_time=114.01.01&End_time=114.01.01&MarketName=%E5%8F%B0%E5%8C%97%E4%BA%8C" -H "accept: application/json"
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 | TW-Request-Agri data open platform-daily market sheep pricing |
|---|---|
| Complexity | beginner |
| Nodes | 4 |
| Categories | Market Research |
| Author | darrell_tw |
| Published | 01 Jan 2025 |
Use the JSON export at /data/workflows/2687/2687.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.
This workflow automates the process of fetching agricultural transaction data from the Taiwan Agricultural Products Open Data Platform and storing it in a Google Sheets document for further analysi...
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 Market Research use case.