APIScribe lives inside Chrome DevTools and records every XHR & Fetch request — with full payloads, headers, and responses — then exports them as structured .txt or .md files. Free. Open source. Zero tracking.
Built by a developer, for developers. No bloat, no subscriptions, no cloud.
Lives natively inside Chrome DevTools — right where you work. No popup, no separate window.
Start, Pause, Resume, and Stop recording at any time. Pause mid-session without losing captured data.
Choose exactly what to capture — timestamps, latency, status codes, request payloads, headers, and response bodies.
Export as plain .txt for tooling or .md for documentation. Custom filenames with auto-timestamps.
All processing happens in your browser. No external servers, no analytics, no data ever leaves your machine.
Preferences are saved via chrome.storage.sync and follow you across Chrome sessions automatically.
Clone the repo or download the ZIP from GitHub. Load it as an unpacked extension in Chrome — no Chrome Web Store needed.
Open DevTools on any page (F12), navigate to the APIScribe tab, and hit Start Recording.
Browse the page, trigger API calls, then stop recording and export your captured traffic as .txt or .md.
Every captured request includes the data you actually need.
## POST /api/v2/users/login **Timestamp:** 2025-01-15T10:42:31Z **Method:** POST **Status:** 200 OK **Latency:** 142ms ### Request Payload ```json { "email": "user@example.com", "password": "••••••••" } ``` ### Response ```json { "token": "eyJhbGci...", "user": { "id": 1042 } } ```
Available free on the Chrome Web Store. No account needed.
Click the button below — it takes you directly to the APIScribe listing on the Chrome Web Store.
Chrome will ask to confirm the permissions. APIScribe only needs access to the DevTools — nothing else.
Press F12 (or Cmd ⌘ + Opt + I on Mac) and navigate to the APIScribe tab. Hit Start Recording and you're ready.
Clone the repo, load unpacked in chrome://extensions, or contribute a PR on GitHub.
git clone https://github.com/devloperAditya/APIScribe.gitAPIScribe is MIT licensed and lives on GitHub. If you find a bug, want a feature, or want to improve the code — pull requests are welcome. Every contribution makes it better for all developers.