InterfacesVersion: NextOn this pageRequestQueueClientRequestSchema Complete schema for a request in the queue. Represents a URL to be crawled along with its metadata, retry information, and custom data.Index PropertieserrorMessageshandledAtheadersidloadedUrlmethodnoRetrypayloadretryCountuniqueKeyurluserDataProperties optionalerrorMessageserrorMessages?: string[]optionalhandledAthandledAt?: stringoptionalheadersheaders?: Record<string, string>idid: stringoptionalloadedUrlloadedUrl?: stringoptionalmethodmethod?: AllowedHttpMethodsoptionalnoRetrynoRetry?: booleanoptionalpayloadpayload?: stringoptionalretryCountretryCount?: numberuniqueKeyuniqueKey: stringurlurl: stringoptionaluserDatauserData?: Record<string, unknown>
Complete schema for a request in the queue.
Represents a URL to be crawled along with its metadata, retry information, and custom data.