Database |> Language |> 

Keywords

The following terms are keywords in LSD SQL as well as operations that are understood by Huxley (coming soon). In short, these are the primitives for wrangling content on the web.

For querying:

For data manipulation:

  • MAP - Return sitemap and interactive elements
  • ASSIGN - Define variables
  • RUN - Execute commands
  • SCAN - (coming soon)
  • ZIP - Combine multiple queries

For navigation:

  • CRAWL - Return sitemap
  • DIVE - Navigate nested content
  • ENTER - Enter text entry field

For browser automation:

  • CLICK - Interact with elements
  • TYPE - (coming soon)
  • HOVER - Mouse over elements

For data extraction:

  • HTML - Get raw HTML
  • TEXT - Get readable text from a page
  • MARKDOWN - Parse markdown
  • PDF - Extract from PDFs
  • URL - Obtain resolved URLs

Related: