Back to catalog
Cortexa research tool·earth climate·datagov
DataGov Search Datasets
Search the US federal open data catalog (Data.gov) for datasets from agencies like EPA, CDC, Census Bureau, NIH, USDA, NOAA, and more. Data.gov uses the CKAN API and indexes over 300,000 federal datasets. Returns dataset titles, descriptions, organizations, download resource URLs, tags, and last-modified dates. Use organization filter (e.g. 'epa-gov', 'cdc-gov', 'usda-gov', 'nih-gov', 'census-gov', 'noaa-gov') to narrow results to a specific agency.
Livelast probed 2026-05-01 01:00Z· 394msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 394ms
Schema
JSON Schema the agent (or your API call) must match.
{
"additionalProperties": false,
"properties": {
"organization": {
"default": null,
"description": "Optional CKAN organization slug to filter by federal agency. Examples: 'epa-gov', 'cdc-gov', 'usda-gov', 'nih-gov', 'census-gov', 'noaa-gov', 'nasa-gov', 'nsf-gov', 'doe-gov', 'hhs-gov'. Leave null to search all agencies.",
"type": [
"string",
"null"
]
},
"query": {
"description": "Search keywords for dataset discovery. Searches across dataset titles, descriptions, and tags.",
"type": "string"
},
"rows": {
"default": 10,
"description": "Number of results to return. Default 10, maximum 100.",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default DataGov Search Datasets call
public-safeinput
{
"query": "BRCA1",
"rows": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DataGov_search_datasets
- Tool name
- DataGov_search_datasets
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse