# Climate DOAJ Articles

**Use case:** 

Explore climate with DOAJ Articles Scraper - Open Access Research Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "record_id": {
    "label": "Record Id",
    "format": "text"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "journal": {
    "label": "Journal",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "number"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "identifiers": {
    "label": "Identifiers",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "links": {
    "label": "Links",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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