[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetSearchResultsRequest](./puppeteer.protocol.dom.getsearchresultsrequest.md) ## Protocol.DOM.GetSearchResultsRequest interface Signature: ```typescript export interface GetSearchResultsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [fromIndex](./puppeteer.protocol.dom.getsearchresultsrequest.fromindex.md) | [integer](./puppeteer.protocol.integer.md) | Start index of the search result to be returned. | | [searchId](./puppeteer.protocol.dom.getsearchresultsrequest.searchid.md) | string | Unique search session identifier. | | [toIndex](./puppeteer.protocol.dom.getsearchresultsrequest.toindex.md) | [integer](./puppeteer.protocol.integer.md) | End index of the search result to be returned. |