Looking for help- is there a way to make an automation that fills in contact us forms on websites for me

Looking for help- is there a way to make an automation that fills in contact us forms on websites for me. I have a list of 100 because they have no emails

I have a few info/email scraping tools but for sites with only a contact us form i still want to reach out

so you want the AI to go to a page with a contact form, fill it out and send it?
I currently know no easy way, because you have to train a bot and some forms are captcha protected.

I found this Agent, looks promising: https://automatio.ai

Or you can do it semi-automatic with a form filler https://fillgenius.com

Maybe you can also combine a form filler with a tool that repeats your clicks.
You could record something like: click on the first line in google sheets, copy the url, switch to browser, use the ai filler, send it, go back to google sheets, remove the first line, copy the first line url … and so on.

1 Like

Welcome to the Make community!

Without using Make, you could also use a userscript (if you can code in JavaScript), or use a macro recording application on your computer to playback your actions.

To fill in forms using Make, it’s somewhat like web scraping, but a little more advanced. However, as each website implements form submissions differently, there is no single way of doing this, and the process (modules) needs to be specifically tailored to the site.

For more information, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.