---
title: "Google Local Pack search"
method: GET
path: "/v1/google/local/search"
tags: ["Google Local"]
---

# Google Local Pack search

`GET /v1/google/local/search`

Return Google Local Pack listings for a query.

Unlike ``/v1/google/maps/search`` (which targets the Maps Protobuf API and
is keyed by ``data_id``), this endpoint follows the Web SERP ``tbm=lcl``
mode — the same data that populates the "Places" block inside regular
search results. Use it when you care about ranking relative to a SERP
query (e.g. SEO/local-SEO research), not when you need full place
metadata.

## Query parameters

- `q` string, required — Search query (e.g. 'pizza in New York')
- `gl` string — Country code
- `hl` string — Language code
- `domain` string — Google domain
- `location` string, nullable — City-level geo-targeting (e.g. 'New York, USA')
- `uule` string, nullable — UULE encoded location
- `num` integer — Results per page
- `start` integer — Pagination offset

## Response `200`

Successful Response

- GoogleLocalResponse — Response for GET /api/v1/local/search.
  - `search_information` SearchInformation, required — Metadata about the search query.
    - `query_displayed` string, required
    - `total_results` integer, nullable
    - `time_taken` number, nullable
    - `organic_results_state` string, nullable
    - `url` string, nullable
  - `local_results` LocalResult[]
    - `title` string, required
    - `place_id` string, nullable
    - `rating` number, nullable
    - `reviews` integer, nullable
    - `address` string, nullable
    - `phone` string, nullable
    - `type` string, nullable
    - `gps_coordinates` GpsCoordinates — GPS coordinates.
      - `lat` number, required
      - `lng` number, required

## Other responses

- `422` — Validation Error

---

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