# PDF To JSON Parser — Full Export

**Use case:** 

Scrape the full pdf to json parser dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract pdf to json parser for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "pdfUrls": [
    "https://www.w3.org/WAI/WCAG21/wcag21.pdf"
  ],
  "aiStructuring": false,
  "extractionPrompt": "",
  "maxItems": 200
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Sourceurl",
    "format": "string"
  },
  "pageCount": {
    "label": "Pagecount",
    "format": "number"
  },
  "rawText": {
    "label": "Rawtext",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PDF to JSON Parser](https://apify.com/jungle_synthesizer/pdf-to-json-parser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/pdf-to-json-parser) to learn more, explore other use cases, and run it yourself.