# TariffMonkee SERP Rank Check

> TariffMonkee SERP Rank Check is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Checks whether and where a specific domain ranks in Google organic search results for a given keyword, powered by DataForSEO SERP data.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/serp-check
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-serp-rank-check-677f0038
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Abz0YDZgc-v201W_uNyVq

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tariffmonkee-serp-rank-check-677f0038
```

Example prompt: Check where tariffmonkee.com ranks in Google organic results for the keyword 'tariff tracker' — I want to know its exact position if it shows up.

## When to prefer this

Choose this endpoint when you need to check a specific domain's organic Google ranking for a known keyword, rather than browsing general search results. It is ideal for SEO monitoring, competitive intelligence, and verifying whether newly published content has been indexed and ranked. Prefer this over a general /search endpoint when the goal is position tracking for a specific domain rather than retrieving search results broadly.

## Known failure modes

- Domain not found in top results — returns no ranking position if the domain does not appear in tracked SERP pages
- Invalid or missing keyword parameter — returns an error indicating required input is absent
- Domain not reachable or malformed — may return an error or null ranking
- DataForSEO upstream failure — SERP data unavailable, returns a service error
- Payment not settled (x402) — call rejected before executing if payment fails

## How this service works

Keyword + domain -> search position. Checks whether and where a domain ranks in Google organic results for a given keyword, via the same DataForSEO SERP data already powering /search.

## Output

Returns whether the specified domain appears in Google organic search results for the given keyword, along with its ranking position (e.g. position 4 on page 1) if found. Data is sourced from DataForSEO SERP results, the same backend powering the /search endpoint.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-serp-rank-check-677f0038/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
