# OpenAIRE Publications Data Export

**Use case:** 

Data Export of OpenAIRE Publications. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "machine learning",
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "authors": {
    "label": "🔹 authors",
    "format": "text"
  },
  "publisher": {
    "label": "🔹 publisher",
    "format": "text"
  },
  "type": {
    "label": "🔹 type",
    "format": "text"
  },
  "year": {
    "label": "🔹 year",
    "format": "text"
  },
  "doi": {
    "label": "🔹 doi",
    "format": "text"
  },
  "oaftype": {
    "label": "🔹 oaftype",
    "format": "text"
  },
  "language": {
    "label": "🔹 language",
    "format": "text"
  },
  "fulltextUrl": {
    "label": "🔹 fulltextUrl",
    "format": "text"
  },
  "repository": {
    "label": "🔹 repository",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenAIRE Publications Scraper](https://apify.com/parseforge/openaire-publications-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openaire-publications-scraper) to learn more, explore other use cases, and run it yourself.