usaspending.gov API: search_subawards
usaspending.gov via Parse · government_public
Search for government subawards with advanced filtering. Returns paginated results of subcontracts and subgrants under prime awards. Supports keyword search and complex filter objects including time_period, award_type_codes, prime_award_id, prime_recipient_name, subawardee_name, and awarding_agency. If award_type_codes is not specified in filters, defaults to contracts (A, B, C, D). API to extract and analyze US Federal government spending, awards, and contract data from USASpending.gov. Fulfilled by Parse from usaspending.gov.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- usaspending-gov
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5b0e32c7-a0f5-44e5-b985-35a41a088f63/search_subawards
- Interface artifact
- sha256:f3fc9fec1ab75351308dc4b620747d0e860c23fa5fff45028299410da2ef2ed2
- Manifest digest
- sha256:d71fd2d95f968c62c1711d5dbc287030db2e6f37809f96183ec426ab665151b8
Request fields
- page (integer): Page number for paginated results.
- limit (integer): Number of results per page (max 100).
- filters (object): JSON object of filters including keywords, time_period, award_type_codes, prime_award_id, prime_recipient_name, subawardee_name, awarding_agency. If award_type_codes is not specified, defaults to contracts (A, B, C, D).
- keywords (string): Comma-separated search keywords to filter subawards by (e.g. 'Salesforce' or 'Microsoft,Amazon'). Applied as keyword filter if no keywords are present in the filters object.
Example queries
- {"page":"1","limit":"10","filters":"{}","keywords":"Salesforce"}