[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 |