---
title: "Search for a Business Location"
method: POST
path: "/v2/locations/search"
tags: ["Locations"]
---

# Search for a Business Location

`POST /v2/locations/search`

Returns a list of found Google My Business locations based on search query, including Service Area Businesses (SAB).

This endpoint runs searches only against Google Maps.

Every successful location search is charged two (2) credits.

## Response `200`

Business location search results returned successfully.

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/5487f4bd451b/schema)
