Create browser automations with natural language
Hi YC! We’re excited to announce that you can now use Parsagon to create browser automations with natural language!
The Problem:
If you want to do something like the following:
You usually have to write code. And then you might have to write code to monitor whether the website’s format has changed. And if the website changes, you need to write even more code. This is tedious and time-consuming for developers, and as an AI researcher, I wanted to use my research to build a better way to create automations…
The Solution:
We’ve trained GPT to use Parsagon’s AI, which is built specifically to write Python code for web page interactions and web scraping. Now you can type something like:
‘Go to https://assessment.cot.tn.gov/TPAD/. Select "Carter" from the County dropdown. Type "WEST DOE AVE" into the Search Term box and hit enter. Scrape data in the format [{"owner": "str", "address": "str"}], clicking the Next button up to 3 times.’
and Parsagon will create a Python program to do what you described using Selenium. 🎉
As shown above, you can make complex browser automations in just 3 steps:
Asks: