Alibaba's Open-Source Page Agent: Boss Your Browser Around in Plain English, Print Money with SEO Gigs

Alibaba's Open-Source Page Agent: Boss Your Browser Around in Plain English, Print Money with SEO Gigs
RichardsonYou’re Doing by Hand What a Machine Should Do
Open browser, copy URL, paste into form, type email, hit submit. How many times did you repeat that today? Every SEO freelancer knows this pain: one backlink submission takes 3 minutes, so 80 a day is your ceiling. Monitoring 20 competitors’ rankings means a whole morning of opening pages and taking screenshots. Your time gets shredded into 30-second scraps, and none of them are worth anything.
Here’s the kicker: this grunt work bills well. Bulk backlink submission on Fiverr goes for $50 to $200 per order. A competitor keyword report starts at $100. The people delivering these gigs use the exact same browser sitting on your machine. One difference: their browser is driven by AI. Yours is driven by you.
Alibaba recently open-sourced a project called Page Agent on GitHub (repo: alibaba/page-agent). MIT license, completely free, already past 2,900 stars, and it hit the Hacker News front page. What it does fits in one sentence: you tell the browser what to do in plain English, and the AI operates the page for you. This isn’t another toy. It’s a production system you can bill against starting this week.
What Page Agent Actually Is, and Why It Matters
First, separate it from the “browser automation” tools you already know. Selenium and Playwright make you write code to locate every button and input field. One site redesign and your script is dead. RPA tools like UiPath charge five-figure licenses, and configuring a workflow takes longer than doing the task by hand. Page Agent takes a different route: it’s a JavaScript library embedded in the page. Drop in one script tag, then give instructions in plain language, “fill this contact form with my link partnership pitch and submit it”, and the AI reads the page structure and executes.
It is pure client-side with BYOK architecture. You plug in your own LLM API, data never touches someone else’s server, so client projects carry zero compliance risk. The MIT license lets you wrap it into a commercial service and sell it with zero licensing cost. It also extends through a Chrome extension and an MCP server, so even multi-step SaaS workflows collapse into a single command. The project claims 3‑minute integration and that complex workflows become a single sentence.
For non-coders, the barrier is near zero. No plugin development, no DOM knowledge. If you can describe the task, you can run it.
Money Play #1: Bulk Backlink Outreach, One Order Pays for Everything
Backlink building is the most in-demand and most mind-numbing part of SEO. The old way: buy a target site list, open each site, hunt down the contact page, fill the form, wait for replies. A skilled operator pushes 60 to 80 submissions a day. Clients usually want 500 minimum.
Rebuild the pipeline with Page Agent: feed it the target list and let it loop through “open site → locate contact



