# Comic Vine Issues Data Export

**Use case:** 

Data Export of Comic Vine Issues. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "Batman",
  "maxItems": 100
}
```

## Output

```json
{
  "cover_image": {
    "label": "cover_image",
    "format": "text"
  },
  "issue_id": {
    "label": "issue_id",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "issue_number": {
    "label": "issue_number",
    "format": "text"
  },
  "cover_date": {
    "label": "cover_date",
    "format": "date"
  },
  "volume": {
    "label": "volume",
    "format": "text"
  },
  "publisher": {
    "label": "publisher",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "characters": {
    "label": "characters",
    "format": "text"
  },
  "creators": {
    "label": "creators",
    "format": "date"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Comic Vine Issues Scraper](https://apify.com/parseforge/comicvine-issues-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/comicvine-issues-scraper) to learn more, explore other use cases, and run it yourself.