---
title: "Get businesses within map bounds"
method: GET
path: "/customer/explore/businesses"
tags: ["Discovery"]
---

# Get businesses within map bounds

`GET /customer/explore/businesses`

Retrieve businesses within the specified map bounds for map view.
Results are optimized for map display with essential business information.

## Query parameters

- `bounds` string, required
- `zoom_level` integer

## Response `200`

`ExploreResponseResource`

- object
  - `data` ExploreResponseResource, required
    - `businesses` BusinessResource[], required
      - `id` string, required
      - `name` string, required
      - `handle` string, required
      - `category` string, required
      - `latitude` number, nullable, required
      - `longitude` number, nullable, required
      - `logo` string, required
      - `has_bulletins` string, required
    - `bounds` object, required
      - `north` string, required
      - `south` string, required
      - `east` string, required
      - `west` string, required

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.net/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/versions/ee945e6d6db7/schema)
