Hey Makers ![]()
Sharing a small building block that’s saved me a few HTTP modules in scenarios that need to pull structured data from a webpage (lead-gen enrichment, competitor tech-stack monitoring, or feeding clean content into an AI Agent step).
Instead of chaining an HTTP request, an HTML parser, and a bunch of regex, one GET call returns SEO/OpenGraph metadata, public contact info (emails, social links), a 40+ tech stack detector, clean Markdown of the page content (handy for AI Agent modules), an SEO audit score, and a security headers audit – all in a single JSON response.
It’s a REST API (FastAPI, sub-200ms responses), open source on GitHub, with a free tier on RapidAPI. Drop it in an HTTP module with your RapidAPI key in the headers and parse the JSON response same as any other API call.
Live demo (no auth needed): https://rapidapi-metadata-extractor.onrender.com
Happy to help if anyone wants pointers on wiring it into a scenario.