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

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

X

Twitter monitoring

Find the latest trending posts on AI Agents and profile the top influencers who reacted to the posts.

LinkedIn

LinkedIn lead generation

Surface recent posts about hiring developers in France and flag the authors showing strong intent.

Amazon

Amazon smart product picker

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

Why Reduck?

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 / 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

Pick your plan

Starter

Free forever

Run automations in your own browser.


  • Run up to 500 scripts / months
  • Build unlimited scripts including 3 privates
  • Community support on Discord
  • Coming soon
  • 100 hosted runs / month (run in Reduck's browser)

Team

Custom for your team

Scale custom automations across your team.


  • Everything in Pro, plus
  • Organisation repository to share scripts
  • 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 — nothing to write or maintain. Free, scripts shared to the community on the free plan.

Start building your first automation for free