Back to browse
GitHub Repository

A tool that watches you browse, then writes HTTP-based automation scripts

105 starsPython

AutomatiQ – Reverse-Engineering Agent for the Web

by stonesteel27·Jun 17, 2026·2 points·0 comments

AI Analysis

●●●BangerBig BrainZero to OneWizardry

Browse once, get requests-based scripts—no Playwright or Selenium dependencies needed.

Strengths
  • Vision LLM analyzes recorded browsing clips to produce structured action annotations
  • Outputs pure HTTP requests scripts instead of browser automation, lighter and more reliable
  • Interactive agent lets you pause and guide the reverse-engineering process mid-session
Weaknesses
  • Alpha stage with breaking changes expected, not production-ready yet
  • 60-90% site coverage claim leaves complex JavaScript-heavy sites unhandled
Category
Target Audience

Developers and data engineers building web scrapers and automation scripts

Similar To

Browser-use · Playwright · Selenium

Post Description

AutomatiQ is an Open-Source Reverse-Engineering AI Agent, that can write requests-based(no browser) automation/scraper scripts on its own, all we have to do is, to normally browse the website once.

This makes it a lot easier to create/fix scripts, all we have to is browse the site. This is not a completely autonomous agent, you can pause, talk, guide the agent on its RE path, just like a normal agent.

I am aware of the limitations of this approach, but from my own research(please refer the blog for details) up to 60%-90% of websites can be automated/scraped with just requests.

I was able to run this against some popular websites like, bookmyshow, makemytrip. And to test it in the open, it one-shotted scraper solutions for 2 problems posted on r/webscraping.

It supports local models, cloud hosted models, and proprietary models.

Github: https://github.com/StoneSteel27/AutomatiQ

Blog for verbose explanation and techincal implementation: https://shiny-sushi-116.notion.site/automatiq

Demo video of using Automatiq on bookmyshow website to get current running movies, showtimes, seat layout of a particular screen to create an interactive script: https://www.youtube.com/watch?v=OfMvAQP5pkM

Thanks for your time, hope you have a great day/night ahead ;)

Similar Projects

Security●●●Banger

Feeding agents with session recording data

Wire-protocol parsing blocks dangerous commands without needing agents on endpoints.

Big BrainSolve My Problem
andriosr
201mo ago
AI/ML●●●Banger

Akmon, a Rust AI coding agent for regulated engineering

Tamper-evident event journals with cryptographic chains solve AI audit requirements.

Big BrainZero to One
radotsvetkov
501mo ago