Introduction
Setting custom cookies in the browser enables you to manipulate browser behavior and simulate specific user scenarios for scraping purposes. It allows you to effectively crawl web pages, protected by authentication, without the need to login during each request.Cookie object
The structure of a single cookie object is the following:Setting custom cookies
You can pass custom cookies that will be added to the browser before making a request by setting fieldcustom_cookies: