# 文献综述论文检索(按年份筛选)

**Use case:** 

按主题与年份范围批量检索学术论文: 标题、期刊、被引次数、全文链接, 一次多个检索词。为系统综述与开题调研快速建立文献库。

## Input

```json
{
  "searchTerms": [
    "大语言模型"
  ],
  "yearFrom": 2022,
  "maxResultsPerSearch": 10,
  "language": "en"
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "citedBy": {
    "label": "Cited By",
    "format": "integer"
  },
  "publicationInfo": {
    "label": "Publication Info",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Scholar Lite - Cheap Bulk Academic Papers API](https://apify.com/johnvc/google-scholar-lite-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-scholar-lite-api) to learn more, explore other use cases, and run it yourself.