[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetSearchResultsResponse](./puppeteer.protocol.dom.getsearchresultsresponse.md) ## Protocol.DOM.GetSearchResultsResponse interface Signature: ```typescript export interface GetSearchResultsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [nodeIds](./puppeteer.protocol.dom.getsearchresultsresponse.nodeids.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md)\[\] | Ids of the search result nodes. |