# Semantic Scholar Author Profiles Latest Results

**Use case:** 

Latest Results of Semantic Scholar Author Profiles. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "Yoshua Bengio",
  "maxItems": 25,
  "includePapers": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "authorId": {
    "label": "Author Id",
    "format": "text"
  },
  "externalIds": {
    "label": "External Ids",
    "format": "object"
  },
  "affiliations": {
    "label": "Affiliations",
    "format": "array"
  },
  "homepage": {
    "label": "Homepage",
    "format": "text"
  },
  "paperCount": {
    "label": "Paper Count",
    "format": "number"
  },
  "citationCount": {
    "label": "Citation Count",
    "format": "number"
  },
  "hIndex": {
    "label": "H Index",
    "format": "number"
  },
  "papers": {
    "label": "Papers",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Semantic Scholar Author Profiles Scraper](https://apify.com/parseforge/semantic-scholar-author-profiles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/semantic-scholar-author-profiles-scraper) to learn more, explore other use cases, and run it yourself.