# Hal Open Archives: search “climate”

**Use case:** 

Run a ready-made Hal Open Archives example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: hal-open-archives-scraper

## Input

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

## Output

```json
{
  "document_id": {
    "label": "Document Id",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "publication_url": {
    "label": "Publication Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [HAL Open Archives Scraper - Research Publications](https://apify.com/benthepythondev/hal-open-archives-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/hal-open-archives-scraper) to learn more, explore other use cases, and run it yourself.