# ID to JSON Parser Full Export

**Use case:** 

Full Export of ID to JSON Parser. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "idImage": [
    "https://api.apify.com/v2/key-value-stores/f5X3J3PwgPxQjikSi/records/7.webp"
  ],
  "maxItems": 500,
  "fieldsToExtract": "",
  "systemPrompt": ""
}
```

## Output

```json
{
  "documentType": {
    "label": "Document Type",
    "format": "string"
  },
  "documentNumber": {
    "label": "Document Number",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "fetchedData": {
    "label": "All Extracted Data",
    "format": "object"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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