# Diffusion Model Generative AI Paper Search

**Use case:** 

Retrieve metadata and abstracts for diffusion model generative AI papers from arXiv. Get titles, authors, categories, and PDF links.

## Input

```json
{
  "searchQueries": [
    "diffusion model image generation"
  ],
  "category": "cs.CV",
  "categories": [],
  "maxResults": 200,
  "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.