# The Greatest AI Coding Challenge Just Started

Source: https://www.youtube.com/watch?v=yq3EN46qw_U
Recap page: https://rapidrecap.app/video/yq3EN46qw_U
Generated: 2025-11-10T14:14:16.065+00:00

---
## Quick Overview

Apify launched the $1 Million Challenge on November 3rd, encouraging developers to build and publish high-quality web scraping "Actors" to the Apify Store by January 31, 2026, with rewards including upfront prizes, a large recurring revenue pool, and weekly prizes for specific achievements.

**Key Points:**
- The Apify $1M Challenge started on November 3rd and runs until January 31, 2026, with revenue streams continuing as long as the built Actors are used.
- The grand prize pool offers $30,000 for first place, $20,000 for second, and $10,000 for third, judged by a jury after the challenge ends.
- Developers earn up to $2,000 extra per Actor from a big $1M prize pool based on recurring revenue: $2 per monthly active user, with a minimum payout of $100 (50 users) and a maximum of $2,000 (1,000 users) per Actor.
- A $2,000 weekly prize is awarded based on industry expert review, community vote, or jury selection for brilliant code, amazing concepts, or great user experience.
- Only the first five Actors published after registration are automatically eligible for any rewards, encouraging quality over quantity.
- Apify Actors are serverless cloud programs running in Docker containers that perform web automation tasks using well-defined JSON input/output.
- The video demonstrates building a custom "Local Business Lead Generator" Actor using the Apify CLI and AI coding assistants like Claude Code.

![Screenshot at 00:05: The title screen announcing "Welcome to the Apify $1M Challenge" starting on November 3rd, visualizing the massive financial incentive.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-00-05.png)

**Context:** The video introduces the Apify $1 Million Challenge, an initiative designed to incentivize developers to create and publish useful web automation tools, called "Actors," on the Apify Store. The challenge aims to fill gaps in automation workflows, especially those leveraging AI, by offering substantial monetary rewards tied to both upfront prizes and long-term recurring revenue.

## Detailed Analysis

The Apify $1 Million Challenge, launched on November 3rd and running until January 31, 2026, encourages developers to build and publish automation tools ("Actors") to the Apify Store. The total reward structure includes $60,000 in grand prizes ($30k, $20k, $10k for top three, judged by jury) and a large recurring revenue stream, the $1M prize pool, where developers earn $2 for every monthly active user, capped at $2,000 per Actor. A $2,000 weekly prize is also available. Crucially, only the first five Actors published by a developer after registration are eligible for rewards to promote quality. Apify Actors are explained as serverless cloud programs running in Docker containers that take structured JSON input and produce structured JSON output, designed for tasks ranging from simple form filling to complex data processing. The video demonstrates building a unique "Local Business Lead Generator" Actor using the Apify CLI and AI coding assistants like Claude Code, showing how to set up the project structure, configure input parameters (like Google API Key, search query, and location), run the Actor locally, and finally, the necessary steps to publish it to the Apify Store, including filling out display information and setting up monetization billing.

### Challenge Overview

- Challenge runs until January 31, 2026
- Revenue stream continues as long as people use the Actor
- First 5 published Actors are automatically entered

### Prize Structure

- Grand prizes total $60,000 ($30k, $20k, $10k) judged by jury
- $1M prize pool pays $2 per monthly active user (min $100, max $2,000 per Actor)
- $2,000 weekly prize awarded by experts, community, or jury

### Apify Actor Fundamentals

- Actors are serverless cloud programs running in Docker containers
- Accept well-defined JSON input and produce structured JSON output
- Two main types: Cheerio-based (fast HTTP) and Playwright-based (browser/JS interaction)

### Development Walkthrough

- Demonstrated building a "Local Business Lead Generator" Actor for Google Maps
- Used Apify CLI commands like 'apify create my-actor -t python-mcp-server'
- Used AI assistant (Claude Code) with a pre-built prompt for guidance

### Actor Publishing Requirements

- Actor must be deployed (Build 1.0.3 shown)
- Must have comprehensive README with examples
- Input Schema configured
- Categories assigned (Business, Marketing)
- SEO optimized title/description
- Working demo tested successfully
- User must set up public profile and billing details to monetize

![Screenshot at 00:03: Introduction screen for the Apify $1M Challenge set against a dramatic sunset backdrop.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-00-03.png)
![Screenshot at 00:13: Visual breakdown of the prize money: $2,000 for each Actor, $60,000 for top 3 devs, and $2,000 for cool Actors.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-00-13.png)
![Screenshot at 00:24: Demonstration of starting an Actor run within the Apify Console interface, showing input fields for URL, max pages, scraping, and run options.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-00-24.png)
![Screenshot at 00:44: Screen showing the rules clarifying that the first five published Actors are automatically eligible for rewards.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-00-44.png)
![Screenshot at 01:08: Detailed breakdown of the Grand Prize amounts: $30,000 for first place, $20,000 for second, and $10,000 for third.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-01-08.png)
![Screenshot at 01:14: Explanation of the $1M prize pool, detailing the $2 per monthly active user payout structure.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-01-14.png)
![Screenshot at 02:21: Code editor view showing the structure of an Actor project, including package.json and source files.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-02-21.png)
![Screenshot at 03:16: Apify template gallery showcasing various pre-built Python and TypeScript templates for quick starting.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-03-16.png)
![Screenshot at 04:04: Documentation page detailing how to build Actors efficiently using AI coding assistants like Cursor, Claude Code, or GitHub Copilot.](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-04-04.png)
![Screenshot at 05:25: The Lead Scorer API Actor interface showing the 'Source' tab, version control, and build/run status indicators \(1.0.3 build, 17 runs succeeded\).](https://ss.rapidrecap.app/screens/yq3EN46qw_U/00-05-25.png)
