---
title: "Search Employers and Platforms"
method: GET
path: "/search"
tags: ["Employers and Platforms"]
---

# Search Employers and Platforms

`GET /search`

Search all employers and platforms supported by Link.

## Query parameters

- `q` string, required — Search query on the employer/platform name.
- `supported_jobs` string[] — Filter on supported jobs. Multiple keys are allowed. May be expanded to include new enum values (see our Change Management policy).
- `response_types` string[] — Filter on response type. Multiple keys are allowed. May be expanded to include new enum values (see our Change Management policy).
- `amount_supported` boolean — Filter on amount_supported. If true, results that support setting a specific dollar amount for direct deposit switches will be returned. If false, results that support setting a specific dollar amount for direct deposit switches will be excluded.
- `platform_type` 'payroll' | 'time_and_attendance' | 'tax' | 'merchant' — The type of the platform. `payroll` platforms are used for direct-deposit switching and for Verify use cases. `time_and_attendance` platforms contain data around shifts and hours. `tax` platforms are used for tax solutions. `merchant` type platforms are used for bill switching and cancellation.
- `limit` integer — The maximum number of results to return.

## Headers

- `Pinwheel-Version` '2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02', required

## Response `200`

OK

- object
  - `meta` ListMeta, required
    - `count` integer — Number of objects returned.
  - `data` SearchResultObjResponse[], required
    - `id` string, uuid, required — Unique identifier for the object.
    - `name` string, required — Name of result.
    - `platform_type` 'payroll' | 'time_and_attendance' | 'tax' | 'merchant' — The type of the platform. `payroll` platforms are used for direct-deposit switching and for Verify use cases. `time_and_attendance` platforms contain data around shifts and hours. `tax` platforms are used for tax solutions. `merchant` type platforms are used for bill switching and cancellation.
    - `last_updated` string, date-time, required — ISO 8601 timestamp of the last update to this object.
    - `logo_url` string — The URL of the employer or platform logo.
    - `supported_jobs` string[], required — Array of supported jobs.
    - `fractional_amount_supported` boolean, required — Whether or not the platform accepts decimal values for `direct_deposit_switch`.
    - `amount_supported` boolean, required — Whether a direct deposit job supports specific amount.
    - `min_amount` number, required — Minimum amount, if any, platform accepts for `direct_deposit_switch`.
    - `max_amount` number, required — Maximum amount, if any, platform accepts for `direct_deposit_switch`.
    - `response_type` 'employer' | 'platform', required — Type of search result, either platform or employer.
    - `min_percentage` integer, required — Minimum percentage allowed for `direct_deposit_switch`.
    - `max_percentage` integer, required — Maximum percentage allowed for `direct_deposit_switch`.
    - `percentage_supported` boolean, required — Whether a direct deposit job supports percentage switching.

---

[API](https://skmtc.net/getpinwheel/apis/pinwheel.md) · [All operations](https://skmtc.net/getpinwheel/apis/pinwheel/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpinwheel/pinwheel/versions/bf20c4d4c5d3/schema)
