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.
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:
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 formconst 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 callawait 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.
This new API is a game-changer for several reasons:
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.
Here are just a few ways our customers are already putting the Form Filling API to work:
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.
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!