ARTICLE AD BOX
I am working on an agentic AI project, which is LinkedIn profile scraper. So I made an extension who scrap the LinkedIn profile data, mainly email and phone, and will also scrape other details like user name, company, and designation. I used rapid API free plan, but it reached its limit, then I made my own backend API with Next.js. It works, but it also has some problems. For example, if a user has an email and phone number in their profile, it still doesn't scrape. It scraps the email of some profiles, but not all profiles same problem with phone number. Now I need a solid solution. If I made a mistake guide my,
My Project Flow:
LinkedIn Profile → Chrome Extension → Backend API → Database → Frontend (Dashboard + Leads)
