# Economics and FinTech Research Papers from arXiv

**Use case:** 

Extract metadata and abstracts for Economics and FinTech papers. Includes titles, authors, categories, PDF links, and DOIs.

## Input

```json
{
  "searchQueries": [
    "cryptocurrency market prediction",
    "algorithmic trading",
    "financial forecasting neural network"
  ],
  "category": "",
  "categories": [
    "q-fin.ST",
    "cs.CE",
    "econ.GN"
  ],
  "maxResults": 100,
  "sortBy": "relevance",
  "sortOrder": "descending",
  "dateFrom": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "authorCount": {
    "label": "Author Count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "number"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [arXiv Paper Scraper — Abstracts, Authors & Metadata](https://apify.com/logiover/arxiv-paper-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/arxiv-paper-scraper) to learn more, explore other use cases, and run it yourself.