Share2AgentShare any page with your AI agent
One click to extract any webpage and send it to your AI agent, automation platform, or custom webhook. Clean text, metadata, Gmail threads — no ads, no clutter. Zero tracking.
How it works
Click the extension
On any page — article, docs, Stack Overflow, Gmail thread. The extension extracts clean text using Mozilla Readability.
Pick your agent
Choose from your configured agents — each with a custom name, emoji, and webhook URL. Last selection remembered.
Send
Add an optional comment ("summarize this", "fix this error") and hit Send. The page lands at your webhook as structured JSON.
What you get
Clean extraction
Mozilla Readability strips ads, nav, sidebars. Falls back to innerText if needed. Selection takes priority.
Gmail threads
Full thread with participants, roles, dates, and message permalinks. Auto-expands collapsed messages.
Multi-agent picker
Unlimited agents with custom names, emoji avatars, and colors. Switch in one click.
Page metadata
Open Graph tags, author, language, publish date, canonical URL — all in the meta field.
Zero tracking
No analytics, no accounts, no third parties. Data flows from your browser to your webhook. Period.
Dark mode
Follows your system preference. Keyboard shortcut: Ctrl+Enter to send.
What your webhook receives
{
"url": "https://docs.example.com/api-reference",
"title": "API Reference — Example Docs",
"content": "Clean extracted text of the page...",
"comment": "Summarize the auth section",
"timestamp": "2026-03-29T14:30:00.000Z",
"meta": {
"description": "Complete API reference",
"author": "Example Team",
"language": "en",
"og_image": "https://docs.example.com/og.png"
}
}Max payload: 5 MB. Timeout: 15 seconds. All meta fields are strings.
Setup Guides
Pick your platform. Each guide takes 5 minutes.
Automation
Send Web Pages to n8n
Set up Share2Agent to trigger n8n workflows with extracted webpage content. Step...
Send Web Pages to Zapier
Connect the Share2Agent Chrome extension to Zapier webhooks to trigger any Zap f...
Send Web Pages to Make
Use the Share2Agent Chrome extension to trigger Make (formerly Integromat) scena...
Send Web Pages to Activepieces
Set up the Share2Agent Chrome extension with Activepieces to trigger open-source...
AI Agents
Send Web Pages to Claude Code
Use the Share2Agent Chrome extension to share articles, docs, and error pages di...
Send Web Pages to Cursor
Use the Share2Agent Chrome extension to send documentation, API references, and ...
Send Web Pages to Windsurf
Use the Share2Agent Chrome extension to send documentation, API references, and ...
Send Web Pages to GitHub Copilot
Use the Share2Agent Chrome extension to feed web content to GitHub Copilot Chat ...
Send Web Pages to Aider
Use the Share2Agent Chrome extension to send documentation, error pages, and API...
Local LLMs
Privacy
Share2Agent does not collect analytics, does not send data to third parties, does not require an account, and does not run in the background. Data flows from your browser to your webhook — nothing else. The extension is open source and you can read every line.
Permissions
activeTab — read current page URL and title when you click the extension
scripting — inject content extraction script when you click Send
storage — save your webhook URLs and agent settings locally