Recording a session

Airtop supports recording browser sessions, automatically saving a separate video file for each window you open.
For step-by-step instructions, see the Recording a Session guide.

File Uploading

We added a File Uploading feature which includes filling out file input elements. For more information, check out the guide.

Automatic Captcha Solving

We added a new feature to automatically solve Captchas when they are encountered. For more information, check out the guide.

n8n Integration

We added a new integration with n8n. Check out the guide to learn more.

File Downloading

We added a new API to download files from a session. Check out the guide to learn more.

Form Filling

We added a new API to fill forms with AI. Check out the guide to learn more.

Monitor API

Added support for monitoring browser windows for specific conditions.

You can monitor browser windows in several ways:

Chrome Extension support

Added support for installing and using Chrome extensions in browser sessions.

For more information, see the Chrome Extension support guide.

Scroll interaction

Added support for scrolling in browser windows. Scroll

You can now programmatically scroll in three ways:

Improved Residential Proxies

Sticky sessions

Added support for sticky sessions so you can maintain the same proxy IP address for up to 30 minutes at a time.

Stickiness is on a best-effort basis; we cannot guarantee the availability of specific IP addresses.

Country support

Visual Analysis mode Result Selection Strategy

Visual analysis now supports a resultSelectionStrategy property that controls how elements are selected when multiple potential matches are found. The available strategies are:

  • auto (default) - Let the Airtop decide the best strategy.
  • first - Select the first matching element found
  • bestMatch - Select the element with the highest confidence score. Additional LLM credits will be used on this strategy.

Screenshots

You can now take screenshots of the browser window! Check out the screenshot reference for more details.

Visual Analysis mode Scan

Visual analysis now supports a new scan scope mode that progressively scrolls through the page while taking screenshots. This mode is useful for sites that have compatibility or accuracy issues with the default page mode. You can configure the maximum number of scrolls and delay between scrolls using the maxScanScrolls and scanScrollDelay parameters in the visualAnalysis config. Check out the visual analysis config for more details.

Enhanced Prompts

The Playground in our Studio allows you to automatically enhance your prompts and generate a JSON schema for the output. Detailed prompts and schemas help the model produce much more accurate results and this feature makes it much easier to create them.

Right Click + Double Click

Click interactions now support right click and double click. Simply add the rightClick or doubleClick parameter to the request. More details in the interactions guide.

Name based profiles

We’ve updated our profile management to now use names instead of IDs. We deprecated the profileID based API methods and replaced them with profileName based methods. This will make it easier to manage profiles by creating and saving profiles under the same name.

Code Execution in the Studio

Added support for running Typescript code in the Studio, as well as sharing the code snippets with other users. Now you can get started quickly and share a fully functional script without having to open an IDE. Check it out in the Studio.

Make Integration

We launched a new integration with Make. You can now use Airtop with Make to access content from the web and interact with sites. For more information, see the guide documentation for Make.

Batch Operations

Added support for batch operations to the Node and Python SDKs. You can now use the batch operate helpers to repeatedly run an operation on a list of URLs. Concurrency and cleanup will be handled automatically. For more information, see the guide documentation for batch operations.

Integrated Proxy Service

Added support for using Airtop’s integrated proxy service. Now you can use a proxy to access sites that are restricted from being accessed directly through a residential IP address. For more information see the guide documentation for using Airtop’s integrated proxy service.