# Economics Research Papers on Macroeconomics

**Use case:** 

Retrieve detailed information on economics research papers focusing on macroeconomics, monetary policy, and inflation from Crossref.

## Input

```json
{
  "mode": "works",
  "query": "macroeconomics monetary policy inflation GDP",
  "type": "journal-article",
  "sort": "is-referenced-by-count",
  "order": "desc",
  "maxResults": 200,
  "mailto": "contact@logiover.com",
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "publishedYear": {
    "label": "Published Year",
    "format": "integer"
  },
  "containerTitle": {
    "label": "Journal",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "citationCount": {
    "label": "Citations",
    "format": "integer"
  },
  "referencesCount": {
    "label": "References",
    "format": "integer"
  },
  "subject": {
    "label": "Subject",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "issn": {
    "label": "ISSN",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "issue": {
    "label": "Issue",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "funders": {
    "label": "Funders",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crossref Scholarly Scraper — DOIs, Citations & Journals](https://apify.com/logiover/crossref-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/crossref-scraper) to learn more, explore other use cases, and run it yourself.