# Catfact Breeds sample export

**Use case:** 

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

## Input

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

## Output

```json
{
  "country": {
    "label": "Country",
    "format": "number"
  },
  "coat": {
    "label": "Coat",
    "format": "text"
  },
  "breed": {
    "label": "Breed",
    "format": "text"
  },
  "origin": {
    "label": "Origin",
    "format": "text"
  },
  "pattern": {
    "label": "Pattern",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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