Convert HAR files to Postman Collection v2.1 JSON for API testing.
Free online HAR to Postman converter. Export a HAR file from Chrome DevTools, Firefox, or any HTTP proxy, then paste it here to generate a ready-to-import Postman Collection. Groups requests by domain or path prefix, deduplicates repeated requests, preserves request headers and POST bodies, and outputs Postman Collection v2.1 format. Runs entirely in your browser — no data is ever sent to a server.
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