soxoj/socid-extractor ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that can take a public profile URL or raw page content and turn it into one clean, structured record for OSINT use.
It should work on lots of common sites like social networks, forums, and developer platforms, and pull out the usual visible details like username, display name, bio, avatar, location, join date, follower counts, and profile links. If the page has a stable internal account ID hidden in the HTML or API response, grab that too, because that is the most important part.
I want one simple extract function and a small command line tool, so I can either call it from code or point it at a URL and get back plain machine readable data. If it makes sense, include good tests and examples for new site parsers, and keep the field names normalized so different sites return the same kind of output. Look up current docs online if you need to, and make sure it works without API keys or a browser.
Are you gonna build this?
make sure you review the code using coderabbit