# Search Hugging Face Papers Standard Export

**Use case:** 

Standard Export of Hugging Face Papers for search. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "transformer",
  "mode": "search"
}
```

## Output

```json
{
  "arxivId": {
    "label": "arXiv ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "numAuthors": {
    "label": "# Authors",
    "format": "number"
  },
  "firstAuthor": {
    "label": "First Author",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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