---
title: SERP Rank Checker API
slug: serp-rankings-for-keyword
url: https://apyhub.com/apyhub/service/serp-rankings-for-keyword
provider: ApyHub
categories: [SEO]
tags: [seo, serp, rank]
auth: api_key
---

# SERP Rank Checker API

Get ranked search results for a keyword with language and location options. Returns URLs, titles, domains, and descriptions for SEO analysis.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/extract/serp/rank` | What it does Retrieves SERP rankings for a keyword and returns the matching results in the response… | 250 |

## About

## What it does
SERP Rankings lets you look up search engine results for a keyword and see the top matching pages returned for a specific language and location.

Send a keyword, and optionally set `size`, `language`, and `location`. The response returns an array of search results, with each result including its `rank`, `title`, `url`, `domain`, `breadcrumb`, `type`, and `description`. That gives you the key elements you need to inspect ranking pages, compare competitors, or feed keyword research workflows.

Use SERP Rankings when you need to monitor how a query performs in a target market, validate SEO assumptions, or build internal tools that track search visibility over time. Because the output includes ranked results rather than a simple yes/no answer, it works well for dashboards, audits, and analysis pipelines that need concrete SERP data.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/serp-rankings-for-keyword
