Microlink CLI
The Microlink API
in your terminal.
Install the global command, pass any URL, and inspect screenshots, metadata, PDFs, cache status, timing, headers, and JSON payloads without leaving your shell.
@microlink/cli
microlink https://news.ycombinator.com/ --json
SUCCESS 598 B in 412ms
timing total;dur=95,purge;dur=0
cache HIT (21h 25m 13.8s)
mode fetch (328ms)
uri https://pro.microlink.io/?url=https%3A%2F%2Fnews.ycombinator.com%2F
id iad:b1852aba-ebb5-4a17-abc0-1af09af8c171
Quick start
npm install @microlink/cli --globalOne command
Pass a URL, and Microlink returns the API response.JSON when you need it
Use --json for request and response payloads.Copy-ready output
Add --copy to put the parsed response on your clipboard.Terminal previews
Pretty output renders metadata, images, screenshots, PDFs, and timing details in place.