# TariffMonkee Lead List Batch GBP Audit

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

Submit up to 10 local businesses and receive back only those with Google Business Profile red flags, as a cold-outreach-ready CSV.

## Facts

- Endpoint: POST https://tariffmonkee.com/paid/lead-list
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-lead-list-batch-gbp-audit-33d217b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VI1DCFggYhIetXU25-v2E

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-lead-list-batch-gbp-audit-33d217b8 -d '<json body>'
```

Example prompt: I have a list of 10 local plumbers I want to cold-pitch — can you check all of them against their Google Business Profiles and give me back only the ones that have real problems like missing photos, unclaimed profiles, no website, or low review counts, as a CSV I can use for outreach?

## When to prefer this

Use this endpoint when you already have a list of candidate local businesses and want to cost-efficiently filter them to only actionable prospects with GBP weaknesses. It is cheaper per business than calling the single-business GBP audit endpoint repeatedly and returns results in a CSV ready for cold outreach. Prefer it over the discovery endpoint when you don't need to search for businesses — you already have names and want to qualify them in bulk.

## Known failure modes

- Business not found on Google Business Profile — omitted from results or flagged as unresolvable
- All submitted businesses pass audit — returns empty CSV (no red flags found)
- Batch exceeds 10 businesses — request rejected
- Malformed body or missing required fields — 400-level error
- Payment not processed or insufficient USDC — 402 payment required
- Google Business Profile data temporarily unavailable — partial results or retry needed

## How this service works

Audit-qualified lead list for prospecting. Submit up to 10 candidate local businesses; each is checked against its Google Business Profile (claimed status, photos, hours, website, description, rating, review count) and only businesses with at least one real red flag are returned, as a CSV ready to use as a cold-outreach list. Cheaper per-business than calling /gbp-audit individually if you use the full batch.

## Output

A CSV containing only the subset of submitted businesses that have at least one Google Business Profile red flag. Each row includes the business identity plus the specific issues found (claimed status, photo count, hours presence, website link, description completeness, rating, and review count).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-lead-list-batch-gbp-audit-33d217b8/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)
