Skip to main content

Anchor Browser + Groq: Blazing, Accurate Fast Browser Agents

Groq is the fast inference platform, providing llm APIs with low time-to-first-token and time-to-response

Python Quickstart (2 minutes to hello world)

Prerequisites

  • Python 3.8 or higher installed.

Setup

  1. Get your API keys:
  2. Install dependencies: Install the Anchor Browser Python SDK. (Typescript SDK is also available).

Quick Example: Extract Latest AI News

python

Advanced Session Configuration

Create a session using advanced configuration (see Anchor API reference).
python

Next Steps