Twinkle HubTwinkle Hub

美國聯邦受款方搜尋 (公司 / 非營利 / 大學)

us_search_recipients

🇺🇸 États-Unislecture seule

關鍵字 / Keywords: 美國政府 受款方 承包商 廠商 vendor recipient contractor parent child subsidiary UEI DUNS 公司 非營利 nonprofit university state foreign USASpending federal awardee Lockheed Boeing SpaceX Palantir

Scope: entities (companies / nonprofits / universities / states / foreign) that received federal awards, rolled up to the parent / child recipient level.

Endpoint: POST https://api.usaspending.gov/api/v2/recipient/

Args: keyword: recipient-name substring (case-insensitive). award_group: filter by award category — "all" (default) · "contracts" · "grants" · "loans" · "direct_payments" · "other_financial_assistance". page: 1-based page number. limit: rows per page (max 100). sort: "amount" (default) · "name" · "duns" · "uei". order: "asc" | "desc".

Returns dict with results — each row {id, duns, uei, name, recipient_level, amount, profile_url}. id suffix tags recipient level: -P parent · -C child · -R orphan. License: "Creative Commons Zero v1.0 Universal (CC0-1.0)". Rate-limited to ~5 req/sec.

Paramètres

NomTypeDescription
keyword *string
award_groupstring
pageinteger
limitinteger
sortstring
orderstring
Schéma JSON brut
{
  "properties": {
    "keyword": {
      "title": "Keyword",
      "type": "string"
    },
    "award_group": {
      "default": "all",
      "title": "Award Group",
      "type": "string"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    },
    "sort": {
      "default": "amount",
      "title": "Sort",
      "type": "string"
    },
    "order": {
      "default": "desc",
      "title": "Order",
      "type": "string"
    }
  },
  "required": [
    "keyword"
  ],
  "title": "us_search_recipientsArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
us_search_recipients({ keyword: "…" })