# Get Batman comic populations by CGC grade

**Use case:** 

Export CGC census counts for five issues or variants in the original Batman series. Results include issue details, total graded copies and grade counts. Change the series ID or result limit for your own census snapshot.

## Input

```json
{
  "searchQuery": "Batman",
  "groupID": 18568,
  "category": "comics",
  "maxResults": 5,
  "includeVariants": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "issueNumber": {
    "label": "Issue number"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "variant": {
    "label": "Variant"
  },
  "population_Total": {
    "label": "Population total"
  },
  "population_10_0": {
    "label": "Population 10 0"
  },
  "population_9_8": {
    "label": "Population 9 8"
  },
  "population_9_6": {
    "label": "Population 9 6"
  },
  "population_9_4": {
    "label": "Population 9 4"
  },
  "population_9_2": {
    "label": "Population 9 2"
  },
  "population_9_0": {
    "label": "Population 9 0"
  },
  "population_8_0": {
    "label": "Population 8 0"
  },
  "masterID": {
    "label": "Master id"
  },
  "groupID": {
    "label": "Group ID",
    "format": "number"
  },
  "publisher": {
    "label": "Publisher"
  },
  "scrapedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [CGC Comic Census - Population Report Data](https://apify.com/lulzasaur/cgc-census-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lulzasaur/cgc-census-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/lulzasaur/cgc-census-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
