Back to toolkits
Airtop logo

Airtop

Airtop provides cloud browsers and AI-powered web automation for navigating sites, interacting with pages, extracting data, and running reusable browser workflows.

ai agentsai web scrapingdeveloper tools

Tools (10)

  • Click Element

    Use Airtop AI to locate an element from a natural-language description and click it. This consumes Airtop credits and can trigger irreversible external effects such as submitting a form, placing an order, or confirming a purchase. The response preserves Airtop's outcome status, credit usage, warnings, and errors.

    Inputs: window_id, click_type, session_id, client_request_id, element_description, wait_for_navigation, cost_threshold_credits, time_threshold_seconds

  • Close Window

    Close one browser window without terminating its Airtop session.

    Inputs: window_id, session_id

  • Create Session

    Create an Airtop browser session and wait until it is running. Sessions are billed in 30-second increments, so terminate them promptly when work is complete.

    Inputs: proxy, record, profile_name, extension_ids, solve_captcha, timeout_minutes, readiness_timeout_seconds

  • Create Window

    Create a browser window in a running Airtop session and load an initial URL. If no URL is supplied, Airtop loads https://www.google.com.

    Inputs: url, session_id, wait_until, screen_resolution, wait_until_timeout_seconds

  • List Sessions

    List Airtop browser sessions, optionally filtering by IDs or status. Use this to discover sessions or check the current state of a known session.

    Inputs: limit, status, next_cursor, session_ids

  • List Windows

    List all browser windows in a running Airtop session, including their IDs, current URLs, and titles when available.

    Inputs: session_id

  • Navigate Window

    Navigate an existing Airtop browser window to a new URL and optionally wait for page loading.

    Inputs: url, window_id, session_id, wait_until, wait_until_timeout_seconds

  • Query Page

    Ask Airtop AI a question about a page or extract structured page content. This operation consumes Airtop credits; the response reports credits_used, and cost/time thresholds cancel work after periodically checked thresholds are exceeded.

    Inputs: prompt, window_id, session_id, output_schema, client_request_id, cost_threshold_credits, time_threshold_seconds, follow_pagination_links, include_visual_analysis

  • Terminate Session

    Terminate an Airtop session and all of its windows. Use promptly after browser work to stop time-based session billing.

    Inputs: session_id

  • Type Text

    Use Airtop AI to locate an input and type text into it. This consumes Airtop credits. Enabling Enter can submit forms or trigger external effects, and the response preserves status, usage, warnings, and errors.

    Inputs: text, window_id, session_id, press_tab_key, press_enter_key, clear_input_field, client_request_id, element_description, wait_for_navigation, cost_threshold_credits, time_threshold_seconds