Cnrygt11/LinkedIn-Profle-Finder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web app that helps find and analyze LinkedIn profiles using a person’s name plus optional details like city, job title, university, and category.

I want a clean page with a search form on the left and results on the right. When I search, it should use Google Custom Search to find likely LinkedIn profiles, log in to LinkedIn with my credentials, read the profile content, then use AI to create a short natural summary for each person. It should also give each result a relevance score based on keyword matches and semantic similarity, with categories like technology, engineering, healthcare, law, business, design, and consulting.

Please include a Flask backend API and a basic HTML, CSS, and JavaScript frontend. Show a progress bar while searching, let me cancel a search, and display result cards with the profile link, AI summary, and relevance score. Save outputs as JSON and TXT files. Keep API keys and login details easy to configure safely, and look up current docs online if needed.

Want more depth? Deep Reverse