Appearance
Install
Prerequisites
- An Airtop API key from https://portal.airtop.ai/api-keys (free account, no credit card required).
- Node.js 18+ or Python 3.8+.
Node.js
bash
npm i -s @airtop/sdkSet your API key as an environment variable:
bash
export AIRTOP_API_KEY="your_api_key_here"Python
bash
pip install airtopSet 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