search_datasets
Find datasets across 600+ open-data portals using keywords, filters, and sorting options to discover relevant data for analysis.
Instructions
Search datasets by keyword
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to find relevant datasets | |
| limit | No | Maximum number of results to return | |
| start | No | Offset into the CKAN result set (maps to Action API 'start'). | |
| fq | No | Filter query to narrow search results using CKAN's Solr syntax. | |
| sort | No | Sort expression supported by package_search (e.g., 'metadata_modified desc'). | |
| rows | No | Number of CKAN rows to request before applying the limit in this tool. | |
| extraSearchParams | No | Additional CKAN package_search parameters to forward verbatim (e.g., include_drafts, fl, bf). | |
| facetFields | No | List of facet fields to request from CKAN. | |
| includePrivate | No | Set true when using an API key and you want private datasets included. |