<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformSearchResponse](./x-adapter-platform.platformsearchresponse.md)

## PlatformSearchResponse interface

Response for the `search` endpoint.

**Signature:**

```typescript
export interface PlatformSearchResponse 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[banner](./x-adapter-platform.platformsearchresponse.banner.md)


</td><td>


</td><td>

{ content: [PlatformBanner](./x-adapter-platform.platformbanner.md)<!-- -->\[\]; }


</td><td>


</td></tr>
<tr><td>

[catalog](./x-adapter-platform.platformsearchresponse.catalog.md)


</td><td>


</td><td>

{ content: [PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]; facets: [PlatformFacet](./x-adapter-platform.platformfacet.md)<!-- -->\[\]; numFound: number; spellchecked: string; partials: [PlatformPartialResult](./x-adapter-platform.platformpartialresult.md)<!-- -->\[\]; tagging: { query: string; display: string; }; stats: { price: { min: number; max: number; }; }; }


</td><td>


</td></tr>
<tr><td>

[direct](./x-adapter-platform.platformsearchresponse.direct.md)


</td><td>


</td><td>

{ content: [PlatformRedirection](./x-adapter-platform.platformredirection.md)<!-- -->\[\]; }


</td><td>


</td></tr>
<tr><td>

[promoted](./x-adapter-platform.platformsearchresponse.promoted.md)


</td><td>


</td><td>

{ content: [PlatformPromoted](./x-adapter-platform.platformpromoted.md)<!-- -->\[\]; }


</td><td>


</td></tr>
</tbody></table>

