# Find Top-Cited AI Research Papers

**Use case:** 

Identify influential research in Artificial Intelligence by scraping highly-cited papers. This helps academics and R&D teams discover seminal works and inform t

## Input

```json
{
  "mode": "searchPublications",
  "query": "artificial intelligence",
  "publicationId": "267960035",
  "minCitations": 100,
  "fromYear": 2018,
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "primaryAuthor": {
    "label": "Primary author"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "citations": {
    "label": "Citations"
  },
  "reads": {
    "label": "Reads"
  },
  "publicationUrl": {
    "label": "Publication url"
  }
}
```

## About this Actor

This example demonstrates how to use [ResearchGate Academic Scraper](https://apify.com/crawlerbros/researchgate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/researchgate-scraper) to learn more, explore other use cases, and run it yourself.