---
title: "Discover Businesses"
method: GET
path: "/api/v1/discover"
---

# Discover Businesses

`GET /api/v1/discover`

Discover businesses using structured filters or natural language.

Structured mode (preferred for API):
    ?category=plumber&city=Dallas&state=Texas&min_rating=4.0
Natural language mode (for UI):
    ?q=plumbers+in+Dallas+with+good+reviews
If both `category` and `q` are provided, structured filters take priority.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/getnivara/apis/nivara-api.md) · [All operations](https://skmtc.dev/getnivara/apis/nivara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getnivara/nivara-api/revisions/2810c849c6a4/schema)
