microlink-google

Installation
SKILL.md

@microlink/google

Unified Node.js client for querying 10 Google verticals through the Microlink API. Returns normalized, structured data with pagination and lazy HTML fetching.

Quick Start

The only prerequisite to initialize @microlink/google is to have Microlink API key:

const google = require('@microlink/google')({
  apiKey: process.env.MICROLINK_API_KEY
})

const page = await google('Lotus Elise S2')
console.log(page.results)

The query string supports standard Google search operators:

Installs
3
GitHub Stars
1
First Seen
Apr 14, 2026
microlink-google — microlinkhq/skills