What problem does it solve?
Browser Bridge removes the guesswork and token waste of scraping by letting an agent operate a real Chrome browser, then returning structured results, DOM diffs, and rendered component evidence instead of full raw HTML dumps.
Core Features & Use Cases
- Real browser automation (Chrome extension + JS execution): Navigate, click, fill forms, scroll, run arbitrary JavaScript, and interact with dynamic SPA content.
- Structured extraction with change awareness: Capture JavaScript return values, transient toast/notification text, new tabs, and a DOM change summary to reduce re-scanning.
- Token-efficient page scanning: Produce simplified HTML or text-only views, with options to wait for SPA selectors and to return size-only for quick render checks.
- Rendered component evidence export: For UI components where screenshots are insufficient, export DOM structure plus computed styles and screenshots of both the full page and the selected component.
Quick Start
Tell your agent: Run browser-bridge navigate to open https://example.com, then scan the page with text-only output.