Skip to content

Install

Prerequisites

Node.js

bash
npm i -s @airtop/sdk

Set your API key as an environment variable:

bash
export AIRTOP_API_KEY="your_api_key_here"

Python

bash
pip install airtop

Set your API key:

bash
export AIRTOP_API_KEY="your_api_key_here"

Using with existing Playwright / Puppeteer / Selenium

Airtop exposes a CDP (Chrome DevTools Protocol) endpoint per session. Pass the endpoint URL into your existing Playwright connect() or Puppeteer connect() call. See https://docs.airtop.ai/guides/how-to for bridge examples.

Starter recipes

Airtop ships open-source, fully working recipe scripts for common tasks:

  • Summarize a page
  • Extract data behind authentication
  • Monitor a website for changes
  • LinkedIn data extraction
  • Lead generation
  • SEC filings analysis

Recipes index: https://docs.airtop.ai/recipes