Airtop logo

Airtop

Airtop is a cloud-browser API for AI agents. It runs remote Chromium sessions in the cloud and exposes them through a REST API so agents can open windows, navigate pages, and interact with sites using natural-language instructions - clicking, typing, scraping, and querying pages with AI - without brittle selectors or self-hosted browser infrastructure.

6 APIs 0 Features
Browser AutomationAI AgentsCloud BrowserWeb ScrapingHeadless Chrome

APIs

Airtop Sessions API

Creates and manages cloud browser sessions - remote Chromium instances with optional profiles, proxies, recording, captcha solving, and idle timeouts. Returns CDP and WebDriver ...

Airtop Windows API

Creates browser windows (tabs) inside a session, loads URLs, reads window info, and closes windows. A window is the unit that pages load into and that page-interaction and AI-qu...

Airtop Page Interaction API

Drives a page using natural-language element descriptions instead of selectors or XPaths - click, hover, type, and scroll. AI resolves the described element to an on-page target...

Airtop AI Query and Extraction API

Asks natural-language questions about the current page (page-query), extracts structured data against an optional JSON output schema, follows pagination links for paginated extr...

Airtop Screenshots API

Captures a screenshot of the current state of a window for visual inspection, debugging, or feeding back into a vision-capable agent loop.

Airtop Profiles API

Persists browser state (cookies, local storage, logged-in sessions) into named profiles that can be saved when a session terminates and loaded into future sessions, and deletes ...

Visuals

Airtop screenshot

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
aid: airtop
url: https://raw.githubusercontent.com/api-evangelist/airtop/refs/heads/main/apis.yml
name: Airtop
kind: company
description: Airtop is a cloud-browser API for AI agents. It runs remote Chromium
  sessions in the cloud and exposes them through a REST API so agents can open
  windows, navigate pages, and interact with sites using natural-language
  instructions - clicking, typing, scraping, and querying pages with AI - without
  brittle selectors or self-hosted browser infrastructure.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Browser Automation
- AI Agents
- Cloud Browser
- Web Scraping
- Headless Chrome
created: '2026-06-20'
modified: '2026-06-20'
specificationVersion: '0.19'
apis:
- aid: airtop:sessions
  name: Airtop Sessions API
  tags:
  - Sessions
  - Cloud Browser
  - Lifecycle
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/api-reference/airtop-api
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/guides/how-to/creating-a-session
    type: Documentation
  - url: https://docs.airtop.ai/api-reference/airtop-api/sessions/create
    type: APIReference
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Creates and manages cloud browser sessions - remote Chromium
    instances with optional profiles, proxies, recording, captcha solving, and
    idle timeouts. Returns CDP and WebDriver connection URLs for the live session.
- aid: airtop:windows
  name: Airtop Windows API
  tags:
  - Windows
  - Navigation
  - Tabs
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/api-reference/airtop-api/windows/create
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/api-reference/airtop-api/windows/create
    type: Documentation
  - url: https://docs.airtop.ai/api-reference/airtop-api
    type: APIReference
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Creates browser windows (tabs) inside a session, loads URLs, reads
    window info, and closes windows. A window is the unit that pages load into and
    that page-interaction and AI-query operations act on.
- aid: airtop:page-interaction
  name: Airtop Page Interaction API
  tags:
  - Page Interaction
  - Click
  - Type
  - Scroll
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/guides/how-to/ai/page-interactions
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/guides/how-to/ai/page-interactions
    type: Documentation
  - url: https://docs.airtop.ai/api-reference/airtop-api/windows/click
    type: APIReference
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Drives a page using natural-language element descriptions instead of
    selectors or XPaths - click, hover, type, and scroll. AI resolves the described
    element to an on-page target before performing the action.
- aid: airtop:ai-query
  name: Airtop AI Query and Extraction API
  tags:
  - AI Query
  - Extraction
  - Scraping
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/api-reference/airtop-api/windows/page-query
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/api-reference/airtop-api/windows/page-query
    type: Documentation
  - url: https://docs.airtop.ai/api-reference/airtop-api/windows/paginated-extraction
    type: APIReference
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Asks natural-language questions about the current page (page-query),
    extracts structured data against an optional JSON output schema, follows
    pagination links for paginated extraction, and scrapes raw page content.
- aid: airtop:screenshots
  name: Airtop Screenshots API
  tags:
  - Screenshots
  - Visual
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/api-reference/airtop-api
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/api-reference/airtop-api
    type: Documentation
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Captures a screenshot of the current state of a window for visual
    inspection, debugging, or feeding back into a vision-capable agent loop.
- aid: airtop:profiles
  name: Airtop Profiles API
  tags:
  - Profiles
  - Persistence
  - Authentication
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.airtop.ai/api-reference/airtop-api
  baseURL: https://api.airtop.ai/api/v1
  properties:
  - url: https://docs.airtop.ai/api-reference/airtop-api
    type: Documentation
  - url: openapi/airtop-openapi.yml
    type: OpenAPI
  - url: collections/airtop.postman_collection.json
    type: Postman
  description: Persists browser state (cookies, local storage, logged-in sessions)
    into named profiles that can be saved when a session terminates and loaded into
    future sessions, and deletes profiles when no longer needed.
common:
- type: GitHubOrganization
  url: https://github.com/airtop-ai
- type: LinkedIn
  url: https://www.linkedin.com/company/airtop-ai
- type: Website
  url: https://www.airtop.ai
- type: Documentation
  url: https://docs.airtop.ai
- type: Plans
  url: plans/airtop-plans-pricing.yml
- type: RateLimits
  url: rate-limits/airtop-rate-limits.yml
- type: FinOps
  url: finops/airtop-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com