# Recent Preprints in Quantum & Particle Physics

**Use case:** 

Track the latest preprints in quantum physics and particle physics. Get detailed citations, authors, journals, and DOI data without an API key.

## Input

```json
{
  "mode": "works",
  "query": "quantum physics particle physics condensed matter",
  "type": "posted-content",
  "sort": "published",
  "order": "desc",
  "maxResults": 300,
  "mailto": "contact@logiover.com",
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "publishedYear": {
    "label": "Published Year",
    "format": "integer"
  },
  "containerTitle": {
    "label": "Journal",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "citationCount": {
    "label": "Citations",
    "format": "integer"
  },
  "referencesCount": {
    "label": "References",
    "format": "integer"
  },
  "subject": {
    "label": "Subject",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "issn": {
    "label": "ISSN",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "issue": {
    "label": "Issue",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "funders": {
    "label": "Funders",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crossref Scholarly Scraper — DOIs, Citations & Journals](https://apify.com/logiover/crossref-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/crossref-scraper) to learn more, explore other use cases, and run it yourself.