๐Ÿ“ˆ GitHub Trending

alibaba/page-agent

github.com/alibaba/page-agent โ†’

๐Ÿ“– README ๆ‘˜่ฆ

# Page Agent

 
   
   
 

[](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [](https://bundlephobia.com/package/page-agent) [](https://www.npmjs.com/package/page-agent) [](https://github.com/alibaba/page-agent)

The GUI Agent Living in Your Webpage. Control web interfaces with natural language.

๐ŸŒ **English** | ไธญๆ–‡

  ๐Ÿš€ Demo   |   ๐Ÿ“– Docs   |   ๐Ÿ“ข HN Discussion   |   ๐• Follow on X  

 

https://github.com/user-attachments/assets/a1f2eae2-13fb-4aae-98cf-a3fc1620a6c2

---

## โœจ Features

- **๐ŸŽฏ Easy integration**
    - No need for `browser extension` / `python` / `headless browser`.
    - Just in-page javascript. Everything happens in your web page.
- **๐Ÿ“– Text-based DOM manipulation**
    - No screenshots. No multi-modal LLMs or special permissions needed.
- **๐Ÿง  Bring your own LLMs**
- **๐Ÿ™ Optional chrome extension for multi-page tasks.**
    - And an MCP Server (Beta) to control it from outside

## ๐Ÿ’ก Use Cases

- **SaaS AI Copilot** โ€” Ship an AI copilot in your product in lines of code. No backend rewrite.
- **Smart Form Filling** โ€” Turn 20-click workflows into one sentence. Perfect for ERP, CRM, and admin systems.
- **Accessibility** โ€” Make any web app accessible through natural language. Voice commands, screen readers, zero barrier.
- **Multi-page Agent** โ€” Extend your own web agent's reach across browser tabs chrome extension.
- **MCP** - Allow your agent clients to control your browser.

## ๐Ÿš€ Quick Start

### One-line integration

Fastest way to try PageAgent with our free Demo LLM:

  

> **โš ๏ธ For technical evaluation only.** This demo CDN uses our free testing LLM API. By using it, you agree to its terms.

| Mirrors | URL                                                                                 |
| ------- | ----------------------------------------------------------------------------------- |
| Global  | https://cdn.jsdelivr.net/npm/page-agent@1.10.0/dist/iife/page-agent.demo.js         |
| China   | https://registry.npmmirror.com/page-agent/1.10.0/files/dist/iife/page-agent.demo.js |

Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`.

### NPM Installation

npm install page-agent

import { PageAgent } from 'page-agent'

const agent = new PageAgent({
    model: 'qwen3.5-plus',
    baseURL: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
    apiKey: 'YOUR_API_KEY',
    language: 'en-US',
})

await agent.execute('Click the login button')

For more programmatic usage, see ๐Ÿ“– Documentations.

## ๐ŸŒŸ Awesome Page Agent

Built something cool with PageAgent? Add it here! Open a PR to share your project.

> These are community projects โ€” not maintained or endorsed by us. Use at your own discretion.

| Project  | Description                                                 |
| -------- | ----------------------------------------------------------- |
| _Yours?_ | Open a PR ๐Ÿ™Œ |

## ๐Ÿค Contributing

We welcome contributions from the community! See CONTRIBUTING.md for guidelines and docs/developer-guide.md for local development workflows.

Please read the maintainer's note on principles and current state.

Contributions generated entirely by **bots or AI** without substantial human involvement will **not be accepted**.

## โš–๏ธ License

MIT License

## ๐Ÿ‘ Acknowledgments

This project builds upon the excellent work of **`browser-use`**.

`PageAgent` is designed for **client-side web enhancement**, not server-side automation.

DOM processing components and prompt are derived from browser-use:

Browser Use  
Copyright (c) 2024 Gregor Zunic
Licensed under the MIT License

We gratefully acknowledge the browser-use project and its contributors for their
excellent work on web automation and DOM interaction patterns that helped make
this project possible.

---

**โญ Star this repo if you find PageAgent helpful!**
2026-06-26

ๅฝ“ๆ—ฅ #10 TypeScript +196 โ˜… today โ˜… 19.7k

๐Ÿ“Œ ็ฝ‘้กตๅ†… JavaScript ไปฃ็†๏ผŒ่‡ช็„ถ่ฏญ่จ€ๆŽงๅˆถ็ฝ‘้กต็•Œ้ข

็ฝ‘้กตๅ†… JavaScript GUI ไปฃ็†๏ผŒ็”จ่‡ช็„ถ่ฏญ่จ€ๆŽงๅˆถ็ฝ‘้กต็•Œ้ขใ€‚ๆ— ้œ€ๆต่งˆๅ™จๆ‰ฉๅฑ•ๆˆ–ๅŽ็ซฏใ€‚