Convert HAR files to Postman Collection v2.1 JSON for API testing.
Free online HAR to Postman collection converter for QA engineers, frontend developers, and API testers. Export an HTTP Archive (.har) recording from Chrome DevTools, Firefox, Charles Proxy, or Fiddler, and instantly convert all captured network traffic into a Postman Collection v2.1. Automatically organizes requests into folders grouped by host domain or URL path segments, intelligently deduplicates identical HTTP calls, preserves query strings, headers, and POST JSON payloads. Runs entirely in your browser without uploading network logs to external servers.
Keywords: har to postman, har to postman collection, har file to postman, convert har to postman, har postman collection online, http archive to postman, har file converter, chrome devtools har to postman, postman collection from har, network traffic to postman
Tags: har, postman, collection, http, converter, network
Open your browser DevTools (F12), go to the Network tab, and perform the API interactions you want to capture.
Right-click anywhere in the Network tab and select "Save all as HAR with content" (Chrome/Edge) or "Save All As HAR" (Firefox).
Paste the HAR file content into the input panel, or upload the .har file directly.
Configure grouping options: by domain, by URL path, or flat list. Optionally enable request deduplication.
Click "Convert" or press ⌘↵, then download the .postman_collection.json file and import it into Postman.
Supports HAR 1.2 specification format exported by Chrome, Firefox, Edge, and Safari DevTools
Outputs Postman Collection v2.1 format for direct import into Postman desktop or web
Groups requests by domain, URL path segments, or keeps them as a flat list — your choice
Optional request deduplication removes identical URL+method combinations, keeping the most recent
Preserves all request headers, including custom headers (filters out pseudo-headers like :path, :method)
Handles POST body formats: application/json, application/x-www-form-urlencoded, and multipart/form-data
Extracts query parameters from URLs and maps them to Postman query param fields
Filters out browser-internal requests (chrome-extension://, data:, about:) automatically
Runs entirely in your browser — your HAR data (which may contain tokens/cookies) is never uploaded
Keyboard shortcut ⌘↵ to convert, ⌘⇧C to copy the collection JSON
Transform OpenAPI (Swagger) specifications into executable Postman Collections (v2.1). Automate contract testing, generate mock servers, and streamline API integration.
A practical guide to analyzing HTTP Archive (HAR) files, decoding network timing waterfalls, identifying high TTFB, and debugging slow REST and GraphQL APIs.