Twinkle HubTwinkle Hub

美國聯邦標案 · 依 NAICS 產業碼查詢

us_search_by_naics

🇺🇸 アメリカ読み取り専用

關鍵字 / Keywords: 美國聯邦標案 NAICS 產業碼 industry code aircraft manufacturing computer programming construction healthcare defense semiconductor USASpending federal spending awards by industry

Scope: US federal awards filtered to one NAICS industry code — thin convenience over us_search_awards with naics_codes pre-set.

Endpoint (same as us_search_awards): POST https://api.usaspending.gov/api/v2/search/spending_by_award/

Args: naics_code: 6-digit NAICS code. Frequent hits: "336411" Aircraft Manufacturing · "541511" Custom Computer Programming Services · "541330" Engineering Services · "336414" Guided Missile & Space Vehicle Mfg · "622110" General Medical & Surgical Hospitals · "334220" Radio / TV Broadcasting Equipment. date_from / date_to: YYYY-MM-DD action_date bounds (default = federal FY25). award_group: "contracts" (default) · "grants" · "loans" · "direct_payments" · "other" · "idvs". page, limit, sort, order: pagination + sort (see us_search_awards).

Returns the same shape as us_search_awards. License: "Creative Commons Zero v1.0 Universal (CC0-1.0)". Rate-limited to ~5 req/sec.

パラメータ

名前説明
naics_code *string
date_fromstring
date_tostring
award_groupstring
pageinteger
limitinteger
sortstring
orderstring
生の JSON schema
{
  "properties": {
    "naics_code": {
      "title": "Naics Code",
      "type": "string"
    },
    "date_from": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date From"
    },
    "date_to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date To"
    },
    "award_group": {
      "default": "contracts",
      "title": "Award Group",
      "type": "string"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    },
    "sort": {
      "default": "Award Amount",
      "title": "Sort",
      "type": "string"
    },
    "order": {
      "default": "desc",
      "title": "Order",
      "type": "string"
    }
  },
  "required": [
    "naics_code"
  ],
  "title": "us_search_by_naicsArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
us_search_by_naics({ naics_code: "…" })