Appearance
Airtop
Category: Browser Infra (Cloud Browser)
Official site: https://www.airtop.ai
Docs: https://docs.airtop.ai
What it is
Airtop is a cloud browser infrastructure platform that lets AI agents and automation scripts drive real, full-featured browsers without managing Chromium installs, proxies, or anti-bot countermeasures locally. You create sessions and windows via the SDK, issue natural-language page queries or structured extraction prompts, and Airtop returns results from a secure cloud-hosted browser.
Key capabilities:
- AI-native page interaction:
pageQuery,paginatedExtraction, andclickprimitives powered by an LLM layer built into the browser session. - Playwright / Puppeteer / Selenium bridge: drop Airtop's CDP endpoint into existing automation scripts.
- Scheduled and event-triggered runs: always-on automations without managing your own runner infrastructure.
- Compliance-grade isolation: SOC 2 Type II certified, HIPAA compliant, each session runs in an encrypted environment. Data is never used for AI training.
- Integrated proxy: Professional tier and above include managed residential proxies.
Pricing
| Tier | Price | Credits/mo | Sessions | Agents |
|---|---|---|---|---|
| Free | $0 | 1,000 (+ 10,000 one-time bonus) | 3 | 1 |
| Starter | $26/mo | 30,000 - 150,000 | 3 | 10 |
| Professional | $170/mo | 225,000 - 500,000 | 30 | 30 |
| Enterprise | $502/mo | 775,000 - 1,500,000 | 100 | Unlimited |
A free account is created on first login at https://portal.airtop.ai. No credit card required to start.
Safety and ToS notes
- Airtop is a legitimate commercial service. Automation against third-party sites must comply with those sites' terms of service independently.
- Never commit
AIRTOP_API_KEYto version control. Store it in environment variables or a secrets manager. - Each session spins up an isolated browser; terminate sessions when done to avoid burning credits.