# CORDIS Horizon solar projects scraper

**Use case:** 

Scrape Horizon Europe solar grants, funding, consortium organizations, topics, objectives, and public project links from CORDIS.

## Input

```json
{
  "framework": "HORIZON",
  "maxItems": 25,
  "projectIds": [],
  "statuses": [],
  "keyword": "solar",
  "topics": [],
  "calls": [],
  "participantCountries": [],
  "includeParticipants": true,
  "includeLinks": true
}
```

## Output

```json
{
  "projectId": {
    "label": "Grant ID",
    "format": "string"
  },
  "acronym": {
    "label": "Acronym",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "endDate": {
    "label": "End date",
    "format": "string"
  },
  "totalCost": {
    "label": "Total cost",
    "format": "number"
  },
  "euContribution": {
    "label": "EU contribution",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "frameworkProgramme": {
    "label": "Framework",
    "format": "string"
  },
  "masterCall": {
    "label": "Call",
    "format": "string"
  },
  "fundingScheme": {
    "label": "Funding scheme",
    "format": "string"
  },
  "participants": {
    "label": "Participants",
    "format": "array"
  },
  "publicLinks": {
    "label": "Public links",
    "format": "array"
  },
  "projectUrl": {
    "label": "CORDIS project",
    "format": "string"
  },
  "contentUpdateDate": {
    "label": "Updated",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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