# Programming jokes from JokeAPI

**Use case:** 

Pull programming-category jokes from JokeAPI on Apify. Safe bounded default; export JSON/CSV.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "joke": {
    "label": "Joke",
    "format": "text"
  },
  "lang": {
    "label": "Lang",
    "format": "text"
  },
  "safe": {
    "label": "Safe",
    "format": "text"
  },
  "nsfw": {
    "label": "Nsfw",
    "format": "text"
  },
  "racist": {
    "label": "Racist",
    "format": "text"
  },
  "sexist": {
    "label": "Sexist",
    "format": "text"
  },
  "explicit": {
    "label": "Explicit",
    "format": "text"
  },
  "political": {
    "label": "Political",
    "format": "text"
  },
  "religious": {
    "label": "Religious",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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