# Ví dụ Tender Intelligence: tìm gói thầu "thiết bị"

**Use case:** 

Chạy thử sẵn Tender Intelligence với từ khoá "thiết bị" — xem ngay kết quả mẫu (mã thông báo, ngày đóng thầu, địa điểm) mà không cần tự điền Input, sau đó tuỳ chỉnh từ khoá theo nhu cầu của bạn.

Pre-configured example run for keyword "thiet bi" — try instantly, then customize the keyword for your own search.

## Input

```json
{
  "keywords": [
    "Thiết bị"
  ],
  "maxResultsPerKeyword": 3,
  "onlyOpenTenders": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "VN"
  }
}
```

## Output

```json
{
  "tu_khoa": {
    "label": "Từ khoá",
    "format": "text"
  },
  "ma_thong_bao": {
    "label": "Mã thông báo",
    "format": "text"
  },
  "ten_goi_thau": {
    "label": "Tên gói thầu",
    "format": "text"
  },
  "ngay_dong_thau": {
    "label": "Ngày đóng thầu",
    "format": "date"
  },
  "dia_diem": {
    "label": "Địa điểm",
    "format": "text"
  },
  "linh_vuc_dau_tu": {
    "label": "Lĩnh vực",
    "format": "text"
  },
  "trang_thai": {
    "label": "Trạng thái đặc biệt",
    "format": "text"
  },
  "ghi_chu": {
    "label": "Ghi chú",
    "format": "text"
  },
  "chi_tiet_loi": {
    "label": "Chi tiết lỗi",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Vietnam Tender Intelligence](https://apify.com/donerightlabs/tender-intelligence.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/donerightlabs/tender-intelligence.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/donerightlabs/tender-intelligence.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
