[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetCookiesRequest](./puppeteer.protocol.network.getcookiesrequest.md) ## Protocol.Network.GetCookiesRequest interface Signature: ```typescript export interface GetCookiesRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md) | string\[\] | The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes. |