---
title: "Search marketing agencies"
method: GET
path: "/search"
---

# Search marketing agencies

`GET /search`

## Query parameters

- `q` string
- `service` string
- `country` string
- `city` string
- `industry` string
- `min_rating` number
- `limit` integer

## Response `200`

Matching agencies

- object
  - `count` integer
  - `results` object[]
    - `slug` string
    - `name` string
    - `tagline` string, nullable
    - `location` object
      - `city` string, nullable
      - `country` string, nullable
    - `rating` number, nullable — Overall rating, 0-5
    - `total_reviews` integer
    - `services` string[]
    - `industries` string[]
    - `team_size` '1-10' | '11-50' | '51-200' | '201-500' | '500+' | 'null', nullable
    - `founded_year` integer, nullable
    - `min_budget_usd` integer, nullable
    - `website` string, nullable
    - `is_verified` boolean
    - `profile_url` string, uri

---

[API](https://skmtc.net/pickanagency/apis/pick-an-agency-api.md) · [All operations](https://skmtc.net/pickanagency/apis/pick-an-agency-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickanagency/pick-an-agency-api/versions/2a3f051cd088/schema)
