Overview

Microlink API provides a powerful API for automating any browser action.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

You can hit the API directly from your browser or any environment that allows you to perform a simple HTTP GET request.
The Microlink CLI is helpful to explore the API under local development.
Giving a url as input, you get structured data as output.
There are some of the most common workflow you can do with Microlink API:
  • Retrieve meta data from any link.
  • Take a screenshot or generate a pdf of the target website.
  • Get a predominant color palette per each image detected.
  • Make easy embed content directly in your HTML markup.
  • Identify technologies behind a target URL.
  • prerender mode, useful for getting more information from websites that use client-side frameworks.
The following documentation is going to teach you all these things and more.