Public beta is live. Write and run unlimited scripts, free for everyone.

App Logo

Get more done by automating

Reduck lets your AI agent discover, run and create scripts to automate any website

Automate the web in one prompt with our MCP

From a prompt to a reusable script in three steps.

User

Spot the best-selling labubu on amazon.com and pull its full product details, pricing and recent customer reviews.

Agent

Sure. Found two existing scripts for amazon.com: search_products and get_product_details. I'll write a new get_product_reviews.

Want me to create get_product_reviews with Reduck?

Describe what you want to automate.

// Log in to taxportal.gouv
await builtins.type('#user', args.email);
await builtins.type('#password', args.password);
await builtins.leftClick('#submit-btn');
// Extract messages
await builtins.waitFor('table.messages tr[data-rk]');
 
return await builtins.aiExtract({
selector: 'table.messages tr[data-rk]',
schema: {
rk: 'string' // data-rk on the row,
sender: 'string',
subject: 'string',
received_at: 'string' // ISO-8601 if recognizable,
unread: 'boolean' // row styled as unread,
},
required: ['rk', 'subject'],
});

Your agent explores the website and writes the automation script.

The scripts run and return structured data.

Prompts to get started

Copy a ready-made prompt, paste it into your agent, and run.

Search X.com for the latest trending posts on AI agents and profile the top influencers who reacted to the posts.

Install Reduck MCP, then paste this into your agent.

Why Reduck?

If you can do it in a browser, your agent can too.

Automate any task on a browser

Use off-the-shelf automations or build one on the fly for any website.

Work behind logins and bypass anti-bot

Cookies, CAPTCHA, and login are handled out of the box.

Build with AI, ship automations as code

Reduck MCP writes deterministic scripts that are fast, cheap, and self-maintained.

Plug into your workflow

Every script is an HTTP endpoint with a typed contract. Call it from n8n, a cron, another agent, or any service.

Secure and private

Reduck is SOC 2 certified and is built to ensure maximal privacy and security.

Visit trust center
SOC 2 certified

Choose your run mode

Different jobs need different tradeoffs. Pick the mode that fits yours.

In your browser Default Run locally with Reduck Chrome extension
In the cloud On demand Run in Reduck cloud browser
Run cost Free up to 500 scripts Free up to ≈ 100 scripts (1h)
Site covers Every authenticated site Sites supporting auth cookies (75% of websites)
Always-on Needs your device on Independent of your hardware
Parallel runs Limited by your Chrome (usually up to 5) Many sessions in parallel (up to 99)
Geo control Your own location Residential proxies, any country

Pick your plan

Start free, scale up as you run more.

Starter

Free forever

Discover Reduck: run and build scripts with limited access.


  • Run up to 500 scripts/month in your browser or in the cloud Unlimited script runs during beta
  • 1 hour of cloud browser time/month
  • Build unlimited scripts including 3 private ones
  • Community support on Discord

Team

Custom for your team

Scale custom automations across your team.


  • Everything in Pro, plus
  • Project repositories to share scripts with your team
  • Central observability, billing & logs
  • Admin panel
  • Shared cookies & credentials across your team
  • Premium support
  • Up to 25 users

Enterprise

Custom for your org

Custom deployment for mission-critical automations.


  • Everything in Team, plus
  • Unlimited users
  • Dedicated infrastructure: choose your region or self-host
  • Enterprise-grade compliance
  • Forward-deployed engineer

FAQ

Anyone using a coding agent like Claude Code, and teams that need actions from sites with no API, or whose API is too limited. You don't need to know how to code; just ask your agent.
The expensive, intelligent part, understanding the site, happens once, when you build the automation. After that, your endpoint runs plain code: fast, cheap, and predictable.
Running an agent on every call is slow, costly, and non-deterministic. A generated script gives you the same result every time, in milliseconds, at a fraction of the cost.
Sites do change. When a script breaks, Reduck can re-run the agent to repair it, so you don't have to rebuild from scratch.
Yes, this is a core use case: retrieving data and documents from behind a login.
No, but it works especially well with it. Reduck endpoints are designed to be called by any agent.
On Apify, you pay for someone else's scraper or build and maintain your own. With Reduck, the AI builds it for you and it runs as plain code, so there's nothing to write or maintain. Free, scripts shared to the community on the free plan.

Start building your first automation for free