AI agents can write code, manage calendars, and summarize documents. But ask one to check your electricity bill or read an insurance policy — it hits a login wall and gives up. Plaidify is open-source infrastructure that gives any agent or app a REST API to log into any website, handle MFA, and return structured data. One JSON blueprint per site. One API call. No scrapers. No vendor lock-in. No monthly fees. Self-hosted, MIT licensed, free forever. Utilities, portals, insurance — anything.
No reviews yetBe the first to leave a review for plaidify
Maker
📌
The data users actually care about — utility bills, insurance claims, medical records, government documents — sits behind login forms with zero API access. If you want it programmatically, you're writing fragile Selenium scripts that break every time a site changes a button.
Plaidify: describe a site's login flow in JSON, get a REST API back. Real Chromium browser under the hood, full MFA support, encrypted credentials, typed JSON output. No scraper code to write or maintain.
Next up: MCP server so any AI agent can request authenticated web data with user consent built in.
Try it locally in 30 seconds: python run_demo.py
https://github.com/meetpandya27/...