Skip to content

Quickstart

This is the shortest path for a new invited user on macOS, Linux, or WSL. It uses the command line from installation through the first saved result.

Terminal window
curl -LsSf https://getanalog.io/install | sh

The installer adds the analog command to your PATH. Windows, Homebrew, pipx, and pip routes are in Install.

During the private alpha, you need an invite code to create an account:

Terminal window
analog signup

Your browser opens to verify your email and accept the invite. When it finishes, your account is connected to this machine. There is nothing to copy into a config file.

The first extraction downloads Analog’s built-in browser if it is not already installed. This is a one-time download of about 150 MB.

Terminal window
analog get https://quotes.toscrape.com/js/

Analog prints a short preview with the page’s sections, record counts, fields, and coverage notes. It also saves the result locally under a handle like 20260719-k7m2p9.

Terminal window
analog open latest

This reopens the result without fetching the page again. You now have a saved result you can inspect, query, export, or compare.

  • Work with results shows how to inspect, query, export, and compare saved results.
  • Fetching covers pagination, load-more buttons, and collapsed details.
  • Extract a page shows the same workflow in Python.
  • MCP server connects Analog to Claude, Cursor, and other MCP-compatible agents.