# webSlinger AI > webSlinger is a browser extension that turns recorded human web navigation into reliable, repeatable automation. It runs inside the user's real Chrome browser, supports zero-knowledge credential management and MFA, and uses real-time validation during recording to prove every selector works before the script is generated. webSlinger is positioned as a third category between traditional web scrapers (cheap per run, brittle on dynamic sites) and AI web agents (flexible but expensive on every page view). Users demonstrate a workflow once; an LLM generates a JavaScript automation script from the recording — the LLM's involvement ends at generation — and the script then runs the workflow deterministically, as cheaply as a scraper, while inheriting the reliability of a real browser session. ## What it does - Records user interactions across three tabs (main, validation, copy) so that every selector is proven against the live page during recording. - Generates automation scripts using a capable LLM from one or more recorded session maps. - Extracts repeating structures (product listings, search results, tables): an information-theoretic MDL (minimum description length) algorithm — unique to webSlinger — decides which instances and which fields belong to the array, and webSlinger labels the fields semantically. - Scrapes data straight to the clipboard with no recording, script generation, or paid plan (the free Scraper tier): activate the extension on any page, pick individual fields or whole arrays with the overlay, and the data is copied automatically. - API Discovery: captures the JSON API calls a page makes so data can be pulled straight from the source (search results, map pins, prices) - including data that never appears as selectable text - whether to the clipboard or as a repeatable call in a generated script. - Manages passwords and TOTP codes through the companion keyCocoon extension and a local keyBunker vault, so credentials never leave the user's machine. - Schedules unattended runs via the taskSpinner native messaging host on Windows. ## Key pages - [Install](https://webslinger.ai/launch): Install the extension and native messaging components. - [Features](https://webslinger.ai/features): Capability overview and comparison matrix. - [Tutorial](https://webslinger.ai/tutorialBasic): Six-page guided walkthrough for new users. - [Using webSlinger as a scraper](https://webslinger.ai/using-webslinger-as-a-scraper): Free clipboard scraping - field and array extraction plus API Discovery. - [How-to guide](https://webslinger.ai/how-to-guide): Task-oriented Q&A for common automation goals. - [Anatomy of a website](https://webslinger.ai/anatomy-of-a-website): How webSlinger sees web pages. - [Three-tab architecture](https://webslinger.ai/three-tab-architecture): Why recording uses three independent browser tabs. - [keyBunker guide](https://webslinger.ai/keyBunker-guide): Zero-knowledge credential and TOTP storage. ## Reference - [llms-full.txt](https://webslinger.ai/llms-full.txt): Flattened tour of the product, architecture, and automation API. - [Sitemap](https://webslinger.ai/sitemap.xml)