Jump to Content
BrowserBird - API docs
API Reference
v1.0

Log InBrowserBird - API docs
Log In
v1.0API Reference

BrowserBird API

  • Fly a Birdpost

BrowserBird Actions

  • goto
  • wait
  • message
  • get
  • get-all
  • get-data
  • get-title
  • get-url
  • get-html
  • screenshot
  • get-dateTime
  • input
  • click
  • enter
  • scroll
  • solve-captcha
  • end-bird
  • go-back
  • get-clipboard
  • condition
  • loop
Powered by 

BrowserBird API

  • Fly a Birdpost

BrowserBird Actions

  • goto
  • wait
  • message
  • get
  • get-all
  • get-data
  • get-title
  • get-url
  • get-html
  • screenshot
  • get-dateTime
  • input
  • click
  • enter
  • scroll
  • solve-captcha
  • end-bird
  • go-back
  • get-clipboard
  • condition
  • loop
Powered by 

get-html

Extracts the html of the page

Options:

Option

Required

Description

Example

fileName

true

(string) A name for the extracted html file.

page source

Example 1: Extracts the html code of the page

{
  "action": "get-html",
  "options": {
    "fileName": "page source"   
  }
}