# Crossref Journals: search “nature”

**Use case:** 

Run a ready-made Crossref Journals example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: crossref-journals-scraper

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "last_status_check_time": {
    "label": "Last Status Check Time",
    "format": "text"
  },
  "deposits": {
    "label": "Deposits",
    "format": "text"
  },
  "total_dois": {
    "label": "Total Dois",
    "format": "text"
  },
  "current_dois": {
    "label": "Current Dois",
    "format": "text"
  },
  "backfile_dois": {
    "label": "Backfile Dois",
    "format": "text"
  },
  "orcids_current": {
    "label": "Orcids Current",
    "format": "text"
  },
  "deposits_articles": {
    "label": "Deposits Articles",
    "format": "text"
  },
  "funders_current": {
    "label": "Funders Current",
    "format": "text"
  },
  "orcids_backfile": {
    "label": "Orcids Backfile",
    "format": "text"
  },
  "ror_ids_current": {
    "label": "Ror Ids Current",
    "format": "text"
  },
  "funders_backfile": {
    "label": "Funders Backfile",
    "format": "text"
  },
  "licenses_current": {
    "label": "Licenses Current",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Crossref Journals Scraper](https://apify.com/benthepythondev/crossref-journals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/crossref-journals-scraper) to learn more, explore other use cases, and run it yourself.