# Unemployment datasets on data.gov with CSV downloads

**Use case:** 

Datasets in the data.gov catalog matching unemployment that publish at least one CSV resource, most popular first: dataset title, organization, publisher, formats, tags, resource count, last modified date, license where given, the dataset's landing page and its data.gov catalog link.

## Input

```json
{
  "query": "unemployment",
  "formats": [
    "CSV"
  ],
  "sort": "popularity",
  "max_records": 200,
  "request_interval_ms": 1000,
  "contact_email": "info@steelyardclinical.com"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "formats": {
    "label": "Formats",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "resource_count": {
    "label": "Resources",
    "format": "number"
  },
  "license": {
    "label": "License",
    "format": "link"
  },
  "metadata_modified": {
    "label": "Modified",
    "format": "date"
  },
  "last_harvested_date": {
    "label": "Harvested",
    "format": "date"
  },
  "landing_url": {
    "label": "Landing page",
    "format": "link"
  },
  "catalog_url": {
    "label": "data.gov page",
    "format": "link"
  },
  "fetched_at": {
    "label": "Fetched",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [data.gov catalog search - datasets, resources, formats (API)](https://apify.com/retrainmap/data-gov-catalog.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/retrainmap/data-gov-catalog.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/retrainmap/data-gov-catalog.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
