# TariffMonkee GBP Audit

> TariffMonkee GBP Audit is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Audits a Google Business Profile and returns a visibility score, missing fields, review health, AI-readiness flags, and a prioritized fix list.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/gbp-audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-gbp-audit-bcf1a434
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rhduWJc5QQoWrLWJjWK1a

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-gbp-audit-bcf1a434
```

Example prompt: Can you audit my Google Business Profile for Morning Bloom Coffee Shop and tell me the visibility score, any missing fields, how my reviews look, and what I should fix first?

## When to prefer this

Choose this endpoint when you need a structured, scored audit of a Google Business Profile that goes beyond raw data — specifically when you want visibility scoring, AI-readiness flags, and a prioritized fix list in one call. Prefer this over generic web scraping when you need structured review distribution and claimed-status checks powered by DataForSEO's Business Data API.

## Known failure modes

- Business profile not found on Google — returns empty result or error
- Business name is ambiguous and matches multiple listings
- DataForSEO upstream API timeout or rate limit
- Profile is unclaimed and limited data is available
- Invalid or unresolvable business identifier provided

## How this service works

Business -> visibility score, missing fields, review health, AI-readiness flags, fix list. Audits a Google Business Profile via DataForSEO's Business Data API: category, contact info, hours, claimed status, photos, and review rating/distribution.

## Output

Returns a structured report containing: a visibility score, a list of missing or incomplete profile fields (category, contact info, hours, claimed status, photos), review health metrics (rating and distribution), AI-readiness flags indicating profile gaps that matter for AI-driven local search, and a prioritized fix list of actionable recommendations.

## 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-gbp-audit-bcf1a434/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)
