# TariffMonkee White-Label Local Visibility Report

> TariffMonkee White-Label Local Visibility Report is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates a white-label PDF report combining Google Business Profile completeness, organic search ranking, and AI answer-engine visibility for a single local business.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/visibility-report
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-white-label-local-visibility-report-3a7fcc86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7PRaBDXFsc816myjMnJpG

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-white-label-local-visibility-report-3a7fcc86
```

Example prompt: Pull together a white-label local visibility PDF for my client 'Sunrise Dental' in Austin, TX — check their Google Business Profile completeness, how they rank for 'dentist near me', and whether they show up in AI answers for 'best dentist in Austin'.

## When to prefer this

Choose this endpoint when you need a single, polished, client-ready PDF that combines Google Business Profile health, local organic search ranking, and AI chatbot visibility in one deliverable — especially when working as or for a digital marketing agency that needs white-label output without tool branding. Prefer this over running three separate audits when you want a unified report format suitable for prospect outreach or client reporting.

## Known failure modes

- Business not found or ambiguous business name returns incomplete or empty report sections
- Target keyword too broad or too narrow yields unreliable ranking data
- AI answer-engine query returns no match if the business has very low online presence
- PDF generation failure if the business domain or location data is missing
- Rate limiting or payment failure at $0.15 USDC per call if wallet is underfunded

## How this service works

White-label local visibility report for one business -- combines Google Business Profile completeness, organic search ranking for a target keyword, and AI answer-engine visibility for a buyer-intent query into a single PDF deliverable. White-label by design: no TariffMonkee branding anywhere in the report output, so agencies can present it under their own name to a client or prospect.

## Output

A white-label PDF report containing three sections: (1) Google Business Profile completeness assessment, (2) organic search ranking position for the specified target keyword, and (3) AI answer-engine visibility result showing whether the business appears in responses to a buyer-intent query. No TariffMonkee branding is present in the output, making it ready for agency delivery under their own name.

## 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-white-label-local-visibility-report-3a7fcc86/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)
