# Harvard Dataverse Datasets: search “climate”

**Use case:** 

Run a ready-made Harvard Dataverse Datasets example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: harvard-datavers

## Input

```json
{
  "query": "climate",
  "maxResults": 3
}
```

## Output

```json
{
  "global_id": {
    "label": "Global Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "subjects": {
    "label": "Subjects",
    "format": "text"
  },
  "citation_html": {
    "label": "Citation Html",
    "format": "text"
  },
  "dataset_url": {
    "label": "Dataset Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Harvard Dataverse Scraper - Research Datasets](https://apify.com/benthepythondev/harvard-dataverse-datasets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/harvard-dataverse-datasets-scraper) to learn more, explore other use cases, and run it yourself.