# Scrape 2024 Computer Vision Research Papers from arXiv

**Use case:** 

Retrieve metadata for 2024 computer vision papers. Get titles, abstracts, authors, categories, PDF links, and DOIs for relevant research.

## Input

```json
{
  "searchQueries": [
    "image segmentation",
    "object detection",
    "vision transformer"
  ],
  "category": "",
  "categories": [
    "cs.CV"
  ],
  "maxResults": 200,
  "sortBy": "submittedDate",
  "sortOrder": "descending",
  "dateFrom": "2024-01-01",
  "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.