A small AI-agent use case: exporting LinkedIn sales leads

About 500 saved leads in need to be exported into a CSV file, then enriched for a campaign. Copying and pasting the data by hand, then asking Claude or Gemini to clean up the table, is possible but slow and error-prone. The useful would pull lead details such as names, companies, job titles, and profile links into a clean table.

A stronger version would also turn Sales Navigator profile links into normal public LinkedIn profile links. LinkedIn data can raise and privacy issues, so those limits need to be checked before building it.

Key points

  • The goal is to export about 500 saved leads into a CSV file.
  • Manual copying plus Claude or Gemini cleanup would work, but it is inefficient.
  • The desired would collect lead fields and prepare them for .
  • A bonus feature would convert Sales Navigator profile links into public LinkedIn profile links.
  • LinkedIn should be checked against platform rules and privacy limits.
Read original