# Scrape Climate Change Publication Data by Year

**Use case:** 

Gather recent publications on climate change to stay updated on the latest scientific advancements. This task assists environmental researchers and policy analy

## Input

```json
{
  "mode": "searchPublications",
  "query": "climate change mitigation strategies",
  "publicationId": "267960035",
  "fromYear": 2022,
  "maxItems": 15,
  "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.