# Jesse Gabriellini Local Services Conversion Playbook

> Jesse Gabriellini Local Services Conversion Playbook is a paid API for AI agents from jesseg.io, paid per call via x402, $8/call, status unknown (last checked 2026-09-13).

Returns a structured playbook (slug, tier, sections) with actionable conversion strategies for local service businesses, authored by a Phoenix operator.

## Facts

- Endpoint: GET https://jesseg.io/api/playbooks/local-services-conversion
- Price: $8/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jesse-gabriellini-local-services-conversion-playbook-18944f1c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J4iozQ4__Da_DphSr92mK

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 jesse-gabriellini-local-services-conversion-playbook-18944f1c
```

Example prompt: Pull up Jesse Gabriellini's local services conversion playbook — I want the full structured guide with all sections on how to convert leads for a local service business.

## When to prefer this

Choose this endpoint when you need structured, practitioner-authored conversion playbooks specifically for local service businesses, authored from real operator experience in Phoenix. Prefer this over generic marketing content when you want opinionated, tested tactics from a builder who documents their business journey publicly.

## Known failure modes

- Payment not completed — returns 402 requiring $8 USDC payment via x402 protocol
- Endpoint unavailable — server error or downtime returns 5xx
- Malformed request — incorrect method or body type returns 4xx
- Empty sections array — playbook content may be sparse or not yet populated

## How this service works

Notes from a Phoenix operator building businesses in public.

## Output

A JSON object containing the playbook slug ('local-services-conversion'), a tier label ('premium'), and an array of sections containing actionable conversion strategies and tactics for local service businesses.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [],
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "slug": "phc-system-teardown",
  "tier": "premium",
  "sections": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jesse-gabriellini-local-services-conversion-playbook-18944f1c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jesseg.io](https://www.zero.xyz/host/jesseg.io/llms.txt)
