Skip to content

CLI

The microlink command ships with microlink.io. Install it globally, or run it with npx:
npm install -g microlink.io
npx microlink.io --help
Every product is a subcommand. Pass a URL with no product to get unified metadata:
microlink https://example.com
microlink markdown https://example.com
microlink screenshot https://example.com --fullPage
microlink logo https://github.com --square
microlink search "best coffee" --limit 10 --location es
Strings print raw; objects pretty-print as JSON. Run microlink login to save an API key from your account, or pass --api-key / $MICROLINK_API_KEY. Add --trace to print the request and response.
See the SDK CLI page for authentication, headers, and structured input.