{
  "markdown": "# B4n1Web — Agentic Browser Engine\n\n[![GitHub](https://img.shields.io/github/license/B4N1-com/b4n1-web)](LICENSE)\n[![PyPI](https://badge.fury.io/py/b4n1-web.svg)](https://pypi.org/project/b4n1-web/)\n[![npm](https://badge.fury.io/js/b4n1-web.svg)](https://www.npmjs.com/package/b4n1-web)\n[![NuGet](https://img.shields.io/nuget/v/B4n1Web.svg)](https://www.nuget.org/packages/B4n1Web)\n[![Maven Central](https://img.shields.io/maven-central/v/com.b4n1/b4n1-web.svg)](https://central.sonatype.com/artifact/com.b4n1/b4n1-web)\n[![Docs](https://img.shields.io/badge/docs-mdBook-blue)](https://B4N1-com.github.io/b4n1-web/)\n\n\n\nUltra-lightweight headless browser for AI agents.\n\n📖 **Full documentation**: https://B4N1-com.github.io/b4n1-web/ Single Rust binary, 4 language SDKs. Navigate URLs, extract structured content (markdown, links, screenshots), and build autonomous agent workflows.\n\n## Quick Start\n\n```bash\n# Install the binary\ncurl -sL https://raw.githubusercontent.com/B4N1-com/b4n1-web/master/scripts/install.sh | bash\n\n# Or use your preferred package manager\npip install b4n1-web\nnpm install b4n1-web\ndotnet add package B4n1Web\n# Java: add dependency from Maven Central\n```\n\n```python\nfrom b4n1web import AgentBrowser\n\nbrowser = AgentBrowser()\npage = browser.goto(\"https://example.com\")\nprint(page.markdown)\nbrowser.close()\n```\n\n## SDK Matrix\n\n| Language | Package | Version | Binary |\n|----------|---------|---------|--------|\n| Python | `b4n1-web` | 0.9.8 | Bundled |\n| JavaScript/TypeScript | `b4n1-web` | 0.9.11 | Bundled |\n| Java | `com.b4n1:b4n1-web` | 0.9.8 | Bundled |\n| C# (.NET) | `B4n1Web` | 0.9.8 | Bundled |\n\n## Browser Modes\n\n| Mode | Description | RAM | Startup |\n|------|-------------|-----|---------|\n| Light | HTTP fetch + HTML parsing | ~15MB | Instant |\n| JS | Light + JavaScript extraction | ~15MB | Instant |\n| Render | Full Chromium + screenshots | ~100MB | ~2s |\n\n## Features\n\n- **33 MCP tools** for AI agent integration\n- **4 language SDKs** (Python, JS, Java, C#)\n- **Self-contained binary** ~12MB, no dependencies\n- **Three modes**: Light (instant), JS (scripts), Render (Chromium)\n- **Security shield**: domain filtering, safe browsing\n- **Network interception**: block resources, mock responses\n\n## Documentation\n\n- [SDK Docs](docs/README.md) — Full documentation\n- [Agent Reference](docs/AGENTS.md) — AI agent integration\n- [MCP Tools](https://mcp.so/server/b4n1web/B4N1-com) — MCP registry\n\n## Links\n\n- Website: https://b4n1.com\n- GitHub: https://github.com/B4N1-com/b4n1-web\n- PyPI: https://pypi.org/project/b4n1-web\n- npm: https://www.npmjs.com/package/b4n1-web\n- NuGet: https://www.nuget.org/packages/B4n1Web\n- Maven Central: https://central.sonatype.com/artifact/com.b4n1/b4n1-web\n\n## License & Commercial Terms\n\n- **Original Source Code**: 100% Proprietary and Closed Source (**All Rights Reserved** by Bani Montoya).\n- **Binaries & SDK Tools**: Provided under the **Business Source License 1.1 (BSL 1.1)**.\n  - **Free Tier**: 100% free for development, evaluation, testing, personal projects, and startups with gross annual revenue **< $100,000 USD**.\n  - **Mandatory Enterprise B2B License**: Required for government agencies, public bidding projects, and enterprises with gross annual revenue **>= $100,000 USD**.\n\nFor Enterprise B2B licensing inquiries, visit https://b4n1.com/licensing or email `b4n1@b4n1.com`.\n\n",
  "bytes": 3358,
  "sha": "c5f1381e5a2e77cdf5bd2826bf1496160373dad2442b4c1999cf62b220c8684b",
  "repo_slug": "b4n1-com/b4n1-web",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_b4n1_com_b4n1web_70c90499/readme"
}