datagov_search_datasets
Search the Data.gov federal open data catalog with 400K+ datasets. Find datasets by keyword, topic, agency, or format using precise filters.
Instructions
Search the Data.gov federal open data catalog (400K+ datasets). Find datasets by keyword, topic, agency, or format. Use fq for precise filtering: 'organization:nasa-gov', 'res_format:CSV', 'tags:climate'. Returns dataset name, title, organization, description, resource count, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query: 'climate change', 'census', 'air quality' | |
| fq | No | Filter query (Solr syntax): 'organization:nasa-gov', 'res_format:CSV', 'tags:health' | |
| rows | No | Number of results (default 20, max 1000) | |
| sort | No | Sort order: 'relevance asc' (default), 'metadata_modified desc', 'name asc' | |
| start | No | Offset for pagination (default 0) | |
| facet_field | No | Field to facet on: 'organization', 'tags', 'res_format', 'groups' |