# RePEc Economics Papers Full Export

**Use case:** 

Full Export of RePEc Economics Papers. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "seriesHandle": "nbr/nberwo"
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "jelCodes": {
    "label": "JEL Codes",
    "format": "array"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "journalTitle": {
    "label": "Journal",
    "format": "text"
  },
  "reportNumber": {
    "label": "Report #",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RePEc Economics Papers Scraper](https://apify.com/parseforge/repec-economics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/repec-economics-scraper) to learn more, explore other use cases, and run it yourself.