Chuck Norris Jokes Agent
Pricing
from $8.00 / 1,000 results
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
- Clone the repo:
$git clone https://github.com/your-username/chuck-norris-actor.git
- Setup Environment:
python -m venv myenv.\myenv\Scripts\Activate.ps1pip install -r requirements.txt
- Configure Input:
Edit
storage/key_value_stores/default/INPUT.jsonto change joke limits or categories. - Run with Apify CLI:
$apify run
📊 Input Configuration
| Field | Type | Description |
|---|---|---|
maxJokes | Integer | Total jokes to retrieve (Default: 10). |
category | String | Filter by theme (e.g., dev, sport, food). |
searchQuery | String | Keyword to search within jokes. |
useCache | Boolean | Enable/Disable the internal caching system. |