usaspending.gov API: search_awards
usaspending.gov via Parse · government_public
Search for government awards with advanced filtering. Returns paginated results of contracts and other award types. Supports keyword search and complex filter objects including time_period, award_type_codes, and agencies. 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.02 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_awards
- Interface artifact
- sha256:8c0ca4c1c5dea06bf4f1b612b41036cf585f34028d4ec299feb6a6b16c1abb9e
- Manifest digest
- sha256:c7262b25942b374130aad2f8b7ed5a0d4576085bc88cdde0fb5ac12d98074335
Request fields
- filters (object): JSON object of filters including keywords, time_period, award_type_codes, agencies, etc. If award_type_codes is not specified, defaults to contracts (A, B, C, D).
- keywords (string): Comma-separated search keywords to filter awards by (e.g. 'Salesforce' or 'Microsoft,Amazon'). Applied as keyword filter if no keywords are present in the filters object.
Example queries
- {"filters":"{\"keywords\": [\"Salesforce\"]}","keywords":"Salesforce"}