# Protein Folding Research Papers on arXiv

**Use case:** 

Search arXiv for protein folding research papers with titles, authors, abstracts, categories, publication dates, and PDF links.

## Input

```json
{
  "maxPapers": 50,
  "searchQuery": "protein folding",
  "field": "abs",
  "sortBy": "newest"
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID"
  },
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "primaryCategory": {
    "label": "Primary Category"
  },
  "categories": {
    "label": "Categories"
  },
  "published": {
    "label": "Published"
  },
  "updated": {
    "label": "Updated"
  },
  "doi": {
    "label": "DOI"
  },
  "pdfUrl": {
    "label": "PDF"
  },
  "absUrl": {
    "label": "Abstract Page"
  }
}
```

## About this Actor

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