Scrapeless API
latest
  • latest
  • v1
Dashboard
Dashboard
latest
  • latest
  • v1
latest
  • latest
  • v1
  1. Schemas
  • User
    • Get User Info
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Browser profiles
      • Create profile
      • Upgrade profile
      • Delete profile
      • Profile info
      • Profile list
    • Browser signal
      • Send signal
      • Wait for signal
      • List signals
      • Signal stats
      • Clear signals
    • 1Password
      • Create 1Password Integration
      • Revoke 1Password Authorization
      • Get Single Secret
      • Get Multiple Secrets
    • TeamCredentials
      • Create Credential
      • Update Credential
      • Delete Credential
      • Get Credential
    • Connect
    • Create session task
    • Connect by taskId
    • Running sessions
    • Live URL
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • Scraper Request
    • Scraper GetResult
  • Universal Scraping API
    • JS Render Docs
    • JS Render
    • Web Unlocker
  • Crawler
    • Scrape
      • Scrape a single URL
      • Scrape multiple URLs
      • Cancel a batch scrape job
      • Get the status of a scrape
      • Get the status of a batch scrape job
      • Get the errors of a batch scrape job
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  • Schemas
    • Schemas
      • BrowserOptions
      • ScrapeOptions
      • ScrapeResponse
      • ScrapeStatusResponseObj
      • Cookies
      • CrawlStatusResponseObj
      • CrawlErrorsResponseObj
      • BatchScrapeStatusResponseObj
      • CrawlResponse
      • BatchScrapeResponseObj
      • MapResponse
      • ExtractResponse
      • ExtractStatusResponse
    • UpsertOnePasswordDto
    • SendSignalRequest
    • GetOnePasswordSecretDto
    • SuccessResponse
    • OnePasswordSecretResponse
    • ErrorResponse
    • GetOnePasswordSecretsDto
    • SignalResponse
    • OnePasswordSecretsResponse
    • ListEventsResponse
    • CreateTeamCredentialDto
    • StatsResponse
    • UpdateTeamCredentialDto
    • ClearEventsRequest
    • QueryTeamCredentialDto
    • ClearEventsResponse
Dashboard
Dashboard
latest
  • latest
  • v1
latest
  • latest
  • v1
  1. Schemas

Cookies

[
    {
        "domain": "string",
        "path": "string",
        "name": "string",
        "value": "string",
        "expires": 0,
        "sameSite": "string",
        "secure": true
    }
]
Built with