# Hp API Characters sample export

**Use case:** 

Run a ready-made Hp API Characters example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: hp-api-characters-scraper

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "actor": {
    "label": "Actor",
    "format": "text"
  },
  "alive": {
    "label": "Alive",
    "format": "text"
  },
  "house": {
    "label": "House",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "link"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "wizard": {
    "label": "Wizard",
    "format": "text"
  },
  "species": {
    "label": "Species",
    "format": "text"
  },
  "ancestry": {
    "label": "Ancestry",
    "format": "text"
  },
  "patronus": {
    "label": "Patronus",
    "format": "text"
  },
  "eyecolour": {
    "label": "Eyecolour",
    "format": "text"
  },
  "haircolour": {
    "label": "Haircolour",
    "format": "text"
  },
  "dateofbirth": {
    "label": "Dateofbirth",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Hp API Characters Scraper](https://apify.com/benthepythondev/hp-api-characters-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/hp-api-characters-scraper) to learn more, explore other use cases, and run it yourself.