# TariffMonkee Lead Discovery

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

Searches Google Maps for local businesses by category and area, returning up to 10 CSV-formatted cold outreach leads that have at least one qualifying red flag (unclaimed listing, missing photos, missing hours, missing website, low rating, or few reviews).

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/lead-discovery
- Price: $0.75/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-discovery-e9d3a66b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TgyPV8sCAjeEA2tS091Yg

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-discovery-e9d3a66b
```

Example prompt: Find me up to 10 local plumbing businesses in Austin, Texas that have red flags like missing websites, unclaimed listings, or low ratings — I want to pitch them my digital marketing services.

## When to prefer this

Use this endpoint when you need to build a cold outreach prospect list for local businesses without a pre-existing database. It is ideal for digital marketing agencies, web designers, SEO consultants, or reputation managers who want pre-qualified leads based on observable Google Maps deficiencies, rather than scraping or buying generic lists.

## Known failure modes

- No businesses with red flags found in the given area/category — returns empty or fewer than 10 results
- Invalid or unrecognized area/category — may return zero results
- Google Maps rate limiting or data unavailability — may cause partial results
- Overly broad category yields mixed or irrelevant business types

## How this service works

Discover and qualify local business leads by category and area -- no pre-existing list required. Searches Google Maps for the given category in the given area, then returns only businesses with at least one real red flag (unclaimed listing, missing photos, missing hours, missing website, low rating, or few reviews), as a CSV ready for cold outreach. Up to 10 qualified leads per call.

## Output

A CSV-formatted list of up to 10 local businesses matching the given category and area, each pre-qualified with at least one red flag: unclaimed listing, missing photos, missing hours, missing website, low rating, or few reviews. Each row is ready for cold outreach use.

## 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-lead-discovery-e9d3a66b/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)
