# CORDIS AI Research Projects Scraper

**Use case:** 

Search EU CORDIS for artificial intelligence research projects and export funding, partners, and results as structured data.

## Input

```json
{
  "query": "artificial intelligence",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "rcn": {
    "label": "Rcn",
    "format": "number"
  },
  "acronym": {
    "label": "Acronym",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "framework": {
    "label": "Framework",
    "format": "text"
  },
  "totalCost": {
    "label": "Total Cost",
    "format": "number"
  },
  "ecMaxContribution": {
    "label": "Ec Max Contribution",
    "format": "number"
  },
  "startDate": {
    "label": "Start Date",
    "format": "text"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [CORDIS EU Research Projects Scraper](https://apify.com/parseforge/cordis-eu-research-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cordis-eu-research-scraper) to learn more, explore other use cases, and run it yourself.