# UC Berkeley Research Works

**Use case:** 

Scrape University of California Berkeley academic publications.

## Input

```json
{
  "query": "University of California Berkeley",
  "concept": "",
  "institution": "I95457486",
  "year": "",
  "open_access": "",
  "min_citations": 0,
  "sort": "relevance_score:desc",
  "max_results": 50,
  "mailto": "reapxdev@proton.me"
}
```

## Output

```json
{
  "paperId": {
    "label": "Paper ID",
    "format": "string"
  },
  "title": {
    "label": "Work Title",
    "format": "string"
  },
  "publicationYear": {
    "label": "Publication Year",
    "format": "integer"
  },
  "type": {
    "label": "Work Type",
    "format": "string"
  },
  "citedByCount": {
    "label": "Citations Count",
    "format": "integer"
  },
  "isOpenAccess": {
    "label": "Is Open Access",
    "format": "boolean"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "primaryInstitution": {
    "label": "Primary Institution",
    "format": "string"
  },
  "primaryTopic": {
    "label": "Primary Topic",
    "format": "string"
  }
}
```

## About this Actor

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