Mangools/API

SERPChecker

SERP analysis API — fetch search result pages, per-result SEO metrics, and URL-level authority signals.

SERPChecker is Mangools' SERP analysis tool. The API gives you access to live and cached SERP snapshots for any keyword, along with per-result SEO metrics (DA, PA, backlinks, Facebook shares) and URL-level authority signals — the same data that powers the SERPChecker app.

What you can do

  • Fetch SERPs — retrieve ranked results for a keyword and location, including SERP features.
  • Analyze URLs — get SEO metrics for any URL: domain authority, page authority, backlink count, and more.
  • Reset cached SERPs — force a fresh SERP fetch when you need up-to-date results.
  • View SERP snapshots — retrieve a historical snapshot of a SERP by ID.
  • Track request usage — monitor how many SERP requests you have remaining.

Authentication

All SERPChecker endpoints require an API key passed as the x-access-token header. See Authentication for setup instructions.

Endpoints

MethodEndpointPath
GETGet SERP results w. all metrics + snapshot/serpchecker/serps
GETGet reparsed SERP results w. all metrics + snapshot/serpchecker/serps/reset
GETGet url-metrics for url/linkminer/url-metrics
GETGet latest requests/siteprofiler/requests
GETGet serp snapshot image url/serpchecker/serps/{serp_id}/snapshot
GETGet list of all locations/mangools/locations
GETGet detail of location/mangools/locations/{location}

On this page