# Cat API Breeds sample export

**Use case:** 

Run a ready-made Cat API Breeds example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: cat-api-breeds-scraper.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "lap": {
    "label": "Lap",
    "format": "text"
  },
  "rex": {
    "label": "Rex",
    "format": "text"
  },
  "rare": {
    "label": "Rare",
    "format": "text"
  },
  "indoor": {
    "label": "Indoor",
    "format": "text"
  },
  "origin": {
    "label": "Origin",
    "format": "text"
  },
  "cfa_url": {
    "label": "Cfa Url",
    "format": "link"
  },
  "natural": {
    "label": "Natural",
    "format": "text"
  },
  "grooming": {
    "label": "Grooming",
    "format": "text"
  },
  "hairless": {
    "label": "Hairless",
    "format": "text"
  },
  "alt_names": {
    "label": "Alt Names",
    "format": "text"
  },
  "life_span": {
    "label": "Life Span",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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