Scrapeless API
latest
  • latest
  • v1
Dashboard
Dashboard
latest
  • latest
  • v1
latest
  • latest
  • v1
  1. Scraping Browser
  • User
    • Get User Info
      GET
  • 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
      WSS
    • Create session task
      GET
    • Connect by taskId
      WSS
    • Running sessions
      GET
    • Live URL
      GET
  • 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
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
      POST
    • Web Unlocker
      POST
  • 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
      GET
    • actor status
      POST
  • 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. Scraping Browser

Live URL

GET
/browser/{taskId}/live
Last modified:2025-05-14 10:42:46
Get live url of an running session by session task id

Request

Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/browser//live' \
--header 'x-api-token: <api-key>'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 200,
    "data": "https://devtools.scrapeless.com/inspector?wss=browser.scrapeless.com/browser/7b94dcc1-0911-44b5-9ec9-ebe5cdf7c8a7/page/0D1AD087C3BBE88C0611DD0CECEBEE1B?token=xxxxxx&type=preview&theme=light",
    "message": "success"
}
Modified at 2025-05-14 10:42:46
Previous
Running sessions
Next
Actor List
Built with