---
title: "Google Local Services Ads leads"
method: GET
path: "/v1/ads/local-services/leads"
tags: ["Ad Insights"]
---

# Google Local Services Ads leads

`GET /v1/ads/local-services/leads`

Leads generated by Local Services Ads (phone calls, messages, bookings),
read live from Google's `local_services_lead` resource, newest first.
No persistence: Google is the source of truth and lead/credit statuses
keep changing server-side. Google never returns healthcare-category
leads, and `WIPED_OUT` leads arrive with contact erased (`contact` is
null). Draws on the shared Google Ads operations budget.

## Query parameters

- `accountId` string, required
- `customerId` string
- `fromDate` string, date
- `toDate` string, date
- `leadType` 'PHONE_CALL' | 'MESSAGE' | 'BOOKING'
- `leadStatus` string
- `chargedOnly` boolean
- `pageToken` string

## Response `200`

Local Services leads

- object
  - `customerId` string
  - `data` object[]
    - `id` string, nullable — Lead id; pass to /v1/ads/local-services/leads/{leadId}/conversations.
    - `leadType` string, nullable — PHONE_CALL / MESSAGE / BOOKING.
    - `categoryId` string, nullable
    - `serviceId` string, nullable
    - `contact` object, nullable — Null for WIPED_OUT leads (contact erased by Google).
      - `consumerName` string, nullable
      - `email` string, nullable
      - `phoneNumber` string, nullable
    - `status` string, nullable
    - `createdTime` string, nullable — Google datetime in the customer's timezone (YYYY-MM-DD HH:MM:SS).
    - `locale` string, nullable
    - `charged` boolean
    - `creditState` string, nullable
    - `creditStateLastUpdate` string, nullable
  - `paging` object
    - `nextPageToken` string, nullable — Null when the last page was returned.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `429` — Google Ads operations budget exhausted; retry later.
- `501` — Only available on Google Ads accounts

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/15e893e69e8c/schema)
