# CORE Open Access Research Latest Results

**Use case:** 

Latest Results of CORE Open Access Research. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

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

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "abstract": {
    "label": "📄 Abstract",
    "format": "text"
  },
  "authors": {
    "label": "👥 Authors",
    "format": "text"
  },
  "yearPublished": {
    "label": "📅 Year",
    "format": "text"
  },
  "downloadUrl": {
    "label": "📎 Download",
    "format": "link"
  },
  "doi": {
    "label": "🔗 DOI",
    "format": "text"
  },
  "publisher": {
    "label": "🏛️ Publisher",
    "format": "text"
  },
  "language": {
    "label": "🌐 Language",
    "format": "text"
  },
  "fulltextIdentifier": {
    "label": "📄 Fulltext",
    "format": "text"
  },
  "citationCount": {
    "label": "📈 Citations",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CORE Open Access Research Scraper](https://apify.com/parseforge/core-ac-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/core-ac-uk-scraper) to learn more, explore other use cases, and run it yourself.