# Microplastics Literature Search: All Crossref Works

**Use case:** 

Every microplastics publication on Crossref in one dataset: journal articles, books, datasets, and preprints with DOIs for systematic reviews.

## Input

```json
{
  "query": "microplastics pollution",
  "filterType": "",
  "fromDate": "",
  "sort": "relevance",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "journal": {
    "label": "Journal",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "number"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  }
}
```

## About this Actor

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