# OpenAlex   Scholarly Works, Authors & Citations Graph — Full

**Use case:** 

Scrape the full openalex - scholarly works, authors & citations graph dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract openalex - scholarly works, authors & citations graph for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "entityType": "works",
  "query": "machine learning",
  "yearFrom": 0,
  "yearTo": 0,
  "openAccessOnly": false,
  "workType": "",
  "concept": "",
  "institutionCountry": "",
  "venueIssn": "",
  "reconstructAbstract": true,
  "politeEmail": "",
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "string"
  },
  "publication_year": {
    "label": "Publication Year",
    "format": "number"
  },
  "work_type": {
    "label": "Work Type",
    "format": "string"
  },
  "venue_name": {
    "label": "Venue Name",
    "format": "string"
  },
  "author_names": {
    "label": "Author Names",
    "format": "array"
  },
  "first_institution_name": {
    "label": "First Institution Name",
    "format": "string"
  },
  "cited_by_count": {
    "label": "Cited By Count",
    "format": "number"
  },
  "open_access_is_oa": {
    "label": "Open Access Is Oa",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenAlex Scraper - Scholarly Works, Authors & Citations Graph](https://apify.com/jungle_synthesizer/openalex-works-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/openalex-works-crawler) to learn more, explore other use cases, and run it yourself.