Chuck Norris Jokes Agent avatar
Chuck Norris Jokes Agent

Pricing

from $8.00 / 1,000 results

Go to Apify Store
Chuck Norris Jokes Agent

Chuck Norris Jokes Agent

The ultimate Chuck Norris joke aggregator. Automatically scrape, categorize, and export thousands of facts and jokes via a high-speed, cache-optimized API.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

OpenFrontier AI

OpenFrontier AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Chuck Norris Jokes API Actor

Access a world of humor with the Chuck Norris Jokes API Actor, designed to efficiently gather and deliver Chuck Norris jokes from multiple online sources. This Actor automates the collection, categorization, and distribution of jokes, ensuring a constantly updated database for your applications.

✨ Key Features

  • Automated Scraping: Collects jokes from verified sources like api.chucknorris.io.
  • Smart Filtering: Deterministic keyword-based categorization (e.g., Tech, Science, Movies) without the overhead of AI.
  • Performance Optimized: Built-in rate limiting and a local caching mechanism using Apify's Key-Value Store.
  • Developer Friendly: Seamless integration with clean JSON output formatting.

🚀 Benefits

  • Cost-Effective: Zero API costs for LLMs—uses native logic and public endpoints.
  • Ultra-Fast: Caching ensures that repeat requests are served instantly.
  • Reliable: Designed to handle rate limits and API downtimes gracefully.

🛠️ Local Development

  1. Clone the repo:
$git clone https://github.com/your-username/chuck-norris-actor.git
  1. Setup Environment:
python -m venv myenv
.\myenv\Scripts\Activate.ps1
pip install -r requirements.txt
  1. Configure Input: Edit storage/key_value_stores/default/INPUT.json to change joke limits or categories.
  2. Run with Apify CLI:
$apify run

📊 Input Configuration

FieldTypeDescription
maxJokesIntegerTotal jokes to retrieve (Default: 10).
categoryStringFilter by theme (e.g., dev, sport, food).
searchQueryStringKeyword to search within jokes.
useCacheBooleanEnable/Disable the internal caching system.