Taiwan Gov Procurement — 政府採購 API
Pricing
from $50.00 / 1,000 procurement records
Taiwan Gov Procurement — 政府採購 API
Track Taiwan government procurement tenders and awards. Clean JSON for analysts and AI agents.
Taiwan Gov Procurement — 政府採購 API
Pricing
from $50.00 / 1,000 procurement records
Track Taiwan government procurement tenders and awards. Clean JSON for analysts and AI agents.
You can access the Taiwan Gov Procurement — 政府採購 API programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.0", "x-build-id": "mhOpKDnZot1mEHBDL" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/nexgendata~taiwan-pcc-public-procurement-tenders-awards/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-nexgendata-taiwan-pcc-public-procurement-tenders-awards", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/nexgendata~taiwan-pcc-public-procurement-tenders-awards/runs": { "post": { "operationId": "runs-sync-nexgendata-taiwan-pcc-public-procurement-tenders-awards", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/nexgendata~taiwan-pcc-public-procurement-tenders-awards/run-sync": { "post": { "operationId": "run-sync-nexgendata-taiwan-pcc-public-procurement-tenders-awards", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "tender_or_award": { "title": "Record type", "enum": [ "tenders", "awards", "both" ], "type": "string", "description": "Which announcement types to return: 'tenders' (open invitations to bid), 'awards' (decisions / 決標公告), or 'both'. Defaults to 'both'.", "default": "both" }, "agency_filter": { "title": "Agency name filter (Traditional Chinese or English keyword)", "type": "string", "description": "Optional substring match on the issuing agency name (機關名稱). PCC publishes Traditional Chinese only — English keywords match transliterated agency names where present. Example: '台灣電力' or '經濟部'. Leave blank for all agencies.", "default": "" }, "min_amount_TWD": { "title": "Minimum budget / award amount (TWD)", "minimum": 0, "type": "integer", "description": "Minimum tender budget or award value in New Taiwan Dollars. Records below this threshold (or with no published amount) are filtered out when this is greater than 0. Default 1,000,000 TWD (≈ USD 31,200) — common cutoff for B2B-relevant procurement.", "default": 1000000 }, "keyword_filter": { "title": "Project title keyword (Traditional Chinese)", "type": "string", "description": "Optional Traditional Chinese keyword to match in the tender / award title (標案名稱). When provided, the actor uses PCC's /searchbytitle endpoint instead of walking the date range. Examples: '資訊系統' (IT system), '工程' (construction), '雲端' (cloud).", "default": "" }, "date_from": { "title": "Date from (ISO YYYY-MM-DD)", "type": "string", "description": "Start of the publication-date window. PCC announcements are indexed by 公告日 (publish date). Default: 30 days ago.", "default": "" }, "date_to": { "title": "Date to (ISO YYYY-MM-DD)", "type": "string", "description": "End of the publication-date window. Default: today (UTC).", "default": "" }, "max_records": { "title": "Max records to return", "minimum": 1, "maximum": 500, "type": "integer", "description": "Hard cap on records returned. The actor stops fetching once this many records are emitted. Range 1–500.", "default": 100 } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Taiwan Gov Procurement — 政府採購 API from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: