Twinkle HubTwinkle Hub

香港資料集搜尋 (data.gov.hk)

hk_search_datasets

🇭🇰 홍콩읽기 전용

Scope: Hong Kong public datasets and government data.

Keyword search HK data.gov.hk catalog (3,799 datasets · FTS BM25 · 3 langs).

Args: query: keyword(s) · en / 繁 / 简 all indexed together (e.g. "交通", "typhoon", "金融統計", "藥物", "醫院"). agency: filter by organization_name (e.g. "hk-censtatd" for 政府 fmt: filter by resource format (e.g. "CSV", "JSON", "XML"). limit: default 20 · raise to 50+ for exhaustive scans.

Returns dict with results, each with: name, title (en/tc/sc), org (en/tc), num_resources, tags, metadata_modified, score. Pass name to hk_list_resources or hk_query_rows.

파라미터

이름타입설명
query *string
agencystring
fmtstring
limitinteger
원본 JSON schema
{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "agency": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Agency"
    },
    "fmt": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Fmt"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "query"
  ],
  "title": "hk_search_datasetsArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
hk_search_datasets({ query: "…" })