import mql from '@microlink/mql' const { data } = await mql('https://github.com/microlinkhq')
Overview
Microlink API provides a powerful API for automating any browser action.
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.