Back to Templates
See llms.txt for all machine-readable content.
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 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"