# Dad Jokes Programming sample export

**Use case:** 

Run a ready-made Dad Jokes Programming example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: dad-jokes-programming

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "setup": {
    "label": "Setup",
    "format": "text"
  },
  "punchline": {
    "label": "Punchline",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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