Apr 3, 2025

Apr 3, 2025

Apr 3, 2025

Say Goodbye to Manual Form Filling with Airtop's New AI-Powered API

Say Goodbye to Manual Form Filling with Airtop's New AI-Powered API

Say Goodbye to Manual Form Filling with Airtop's New AI-Powered API

Written by

At Airtop, we're constantly looking for ways to make web automation more intelligent, efficient, and accessible. Today, we’re thrilled to announce our latest innovation: the AI-powered Form Filling API. This powerful new feature takes the monotony out of form automation and simplifies one of the most common web automation tasks.

Form Filling Reimagined

Let's face it: forms are everywhere on the web, and automating them has traditionally been a pain point requiring precise selectors, error-prone workflows, and constant maintenance. Although Airtop already provides the necessary primitives for form interaction (clicking, typing, etc.), we recognized that form filling is such a universal use case that it deserves its dedicated solution.

Our new Form Filling API simplifies the entire process with a powerful two-step approach:

  1. The API intelligently analyzes the page to understand the structure of form elements

  2. It then maps your custom data to the appropriate form fields, handling the complex interactions automatically

How Easy Is It? This Easy.

Let me show you just how simple it is to automate form filling with our new API. Here's all it takes:

// Create a session and load a website with a form
const session = await client.sessions.create();
const window = await client.windows.create(session.data.id, {
  url: "https://forms.gle/snXi4g588ybEuCta9"
});
// Fill out the form with a single API call
await client.windows.fillForm(session.data.id, window.data.windowId, {
  automationId: "auto",
  parameters: {
    customData: `
      First name: John
      Last name: Smith
      Email: john.smith@example.com
      Phone: 555-123-4567
      Company: Acme Inc
      Role: CGVO
    `
  }
});

That's it! No selectors, no complex DOM traversal, no brittle automation scripts. Just describe your data in natural language, and let our AI handle the rest.

Why This Matters

This new API is a game-changer for several reasons:

  • Time Savings: What used to take dozens of lines of code now takes just a few

  • Reduced Maintenance: As forms change, your automation keeps working without constant updates

  • Accessible Automation: Non-technical team members can now easily modify form automation by simply describing the data

  • Reliable Performance: The AI adapts to visual changes and different form layouts, making your automations more robust

Whether you're automating job applications, lead generation forms, or data entry workflows, the Form Filling API dramatically simplifies the process while making your automation more resilient.

Real-World Applications

Here are just a few ways our customers are already putting the Form Filling API to work:

  • HR Teams: Automating job application submissions across multiple platforms

  • Marketing: Streamlining lead form submissions and registration processes

  • Operations: Simplifying data entry across internal and external systems

  • Customer Support: Automating ticket creation and service requests

You can now create end-to-end workflows that connect form automation with your entire app ecosystem using code or no/low code tools like our Make Integration for example.

Get Started Today

The Form Filling API is available today for all Airtop customers. You can try it out right now in the Airtop Studio to see just how powerful and intuitive it is.

We'd love to hear your feedback as we refine this feature. Reach out to us on Discord with your questions and suggestions or to share what you're building with the new API.

Ready to transform how you handle web forms? Book a demo or dive into our documentation to learn more.

Happy automating!

Unlock your AI Agents

Free your team up to develop ground-breaking AI Agents, Airtop handles the infrastructure.

Book a demo

Unlock your AI Agents

Free your team up to develop ground-breaking AI Agents, Airtop handles the infrastructure.

Book a Demo

Unlock your
AI Agents

Free your team up to develop ground-breaking AI Agents, Airtop handles the infrastructure.

Book a Demo