# UKRI Gateway to Research Scraper

**Use case:** 

Search UKRI Gateway to Research for quantum projects. Extract funded research grants, project titles, funders and abstracts as structured data.

## Input

```json
{
  "query": "quantum",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "grantReference": {
    "label": "Grant Reference",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "grantCategory": {
    "label": "Grant Category",
    "format": "text"
  },
  "abstractText": {
    "label": "Abstract Text",
    "format": "text"
  },
  "potentialImpactText": {
    "label": "Potential Impact Text",
    "format": "text"
  },
  "technicalSummary": {
    "label": "Technical Summary",
    "format": "text"
  },
  "funderName": {
    "label": "Funder Name",
    "format": "text"
  },
  "funderId": {
    "label": "Funder Id",
    "format": "text"
  },
  "valuePounds": {
    "label": "Value Pounds",
    "format": "number"
  },
  "startDate": {
    "label": "Start Date",
    "format": "text"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  }
}
```

## About this Actor

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