Mangools/API

Mangools API

Official REST API documentation for the Mangools SEO toolkit.

Mangools API is a REST API that enables access to all Mangools SEO tools.

Mangools is an SEO software suite trusted by marketers, agencies, and content creators for keyword research, rank tracking, SERP analysis, backlink discovery, and competitor research. The platform is known for fast, actionable data presented through a clean interface, making professional SEO workflows accessible without a steep learning curve.

The suite consists of the following tools, each exposed through this API:

  • KWFinder — keyword research with search volume, keyword difficulty, CPC, trend data, and long-tail suggestions.
  • SERPChecker — detailed analysis of search engine result pages, including SERP features and per-result SEO metrics.
  • SERPWatcher — rank tracking across locations and devices with daily position updates and share-of-voice reporting.
  • LinkMiner — backlink discovery and analysis with link quality metrics and competitor backlink profiles.
  • SiteProfiler — domain-level SEO intelligence covering authority metrics, top content, and traffic signals.
  • AI Search Watcher — visibility tracking across AI-powered search experiences (ChatGPT, Google AI Overviews, and more), monitoring when and how your brand is cited in generative answers.

Use this API to embed Mangools data into your own dashboards, automate reporting, enrich internal tools, or build custom integrations on top of the same data that powers the Mangools apps.

Getting started

  1. Get your API key — register for a free account at mangools.com and copy it at mangools.com/api-token.
  2. Authenticate each request with the x-access-token header.
  3. Handle errors using the standard HTTP status codes the API returns.
  4. Pick a tool above and start calling its endpoints.

Every endpoint page has a Try it panel: paste your API key, fill in the parameters and send a real request against the live API without leaving this site.

Build against the spec

Get the OpenAPI spec

The machine-readable definition of every endpoint documented here. Point a code generator, HTTP client or agent framework at it.

https://api.mangools.com/v3/openapi.json

Official SDKs

Node.jsnpm install @mangools/api-client
Pythonpip install mangools

Early access. Both clients are generated from the spec above and are not published to npm or PyPI yet, so these commands do not resolve today. Until they ship, call the API directly — every endpoint page has a ready-to-run cURL, JavaScript, Go, Python, Java and C# sample.

On this page