LogoLogo
CtrlK
HomeDashboardAPI PlaygroundLlms.txt
  • Documentation
  • Changelog
  • Introduction
  • Get Started
  • Credits and Pricing
  • Features
    • Browser Requests
      • Actions
        • Block DOM Removals
        • Capture Cookies
        • Capture DOM
        • Capture Screenshot
        • Capture Element
        • Capture Snapshot
        • Click
        • Download File
        • Generate Markdown
        • Generate Simplified DOM
        • Print
        • Parse JSON
        • Parse Table
        • Scroll
        • Type
        • Wait
      • API Playground Examples
        • Export Web Page to PDF
        • Convert Web Page to Markdown
        • Infinitely Scroll an Ecommerce Site
        • Capture a Full Height Screenshot
        • Automated Form Filling
  • API Reference
    • API Authentication
    • POST v1/browser/requests
    • GET v1/browser/requests/{id}
    • GET v1/browser/requests
    • Beta Endpoints
      • POST v1/schemas
      • PUT v1/schemas
      • DELETE v1/schemas/{id}
      • GET v1/schemas
  • Tutorials
    • Convert any webpage into LLM-ready Markdown using Gaffa
  • Capture a Full-Height Screenshot of a Webpage
  • AI Tools
    • Llms.txt
Powered by GitBook
On this page
  • Parameters
  • Usage
Edit on GitHub
Export as PDF
  1. Features
  2. Browser Requests
  3. Actions

Capture Cookies

Beta Feature: This feature is currently in beta and restricted to approved users. If you're are interested in trying it, please contact support and we can enable this feature for your account.

Type: capture_cookies

This action will capture the browser cookies currently saved for the web page you are on and return them as a JSON object with key/values.

Parameters

See universal parameters.

Usage

Capture the cookies of the current page

"actions": [
    {
      "type": "capture_cookies"
    }
]
PreviousBlock DOM RemovalsNextCapture DOM

Last updated 1 month ago