# Climate ArcGIS Hub Datasets

**Use case:** 

Explore climate with ArcGIS Hub Datasets Scraper - Open GIS Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "dataset_id": {
    "label": "Dataset Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "source_org": {
    "label": "Source Org",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "modified_at": {
    "label": "Modified At",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "item_type": {
    "label": "Item Type",
    "format": "text"
  },
  "access": {
    "label": "Access",
    "format": "text"
  },
  "license": {
    "label": "License",
    "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 [ArcGIS Hub Datasets Scraper - Open GIS Data](https://apify.com/benthepythondev/arcgis-hub-datasets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/arcgis-hub-datasets-scraper) to learn more, explore other use cases, and run it yourself.