4
6 Comments

Is there a tool that does this?

I have a bunch of linkedin profile urls in my CSV. I need a tool that scrapes these profiles and writes personalised cold emails for me. Is there something that does this already?

I say this because, I have developed a little script that does this for me. Either I scale that or I just pay for an existing tool.

If my description is not clear, I have added a screenshot of the output to this post

Now I can import this CSV into MailChimp and personalise the emails with the personalised content fields and the subject line

on October 22, 2023
  1. 1

    I have been playing with this a little bit there is definitely a way, not sure of a tool but I know you can string together a few services to do so.

    You can use zapier or make to comb through the google sheet, chat gpt to identify specific key words and then write a specific mail responses based on those and then have it auto send out the emails that fall into a specific category that you predefine in make or zapier. Hope this helps

  2. 1

    Honestly sounds like a good idea, even if there are competitors (which idk if there are). Wouldn't hurt to release it if you already have most of it built. Btw, I built MyTargetUsers to quickly help you find any competitors and target communities to focus on marketing when you launch, that way you focus on building - not marketing

  3. 1

    To get personal emails written you need a LLM. To orchestrate this you need Lang chain

  4. 1

    the best tools i know are below, you'll have to just check which one suits you best:
    snov io
    dripify
    octopuscrm
    phantombuster
    apollo io

    best of luck!

  5. 1

    I could possibly build you an API that does this and offer it as a service. How many personalised emailes do you need per month roughly and how much would you be willing to pay for it?

  6. 1

    We built a App Script automation based on Google excel. The idea is

    1. We have a list of columns in a sheet
    2. We write a template email and then use App Script to construct the email by replacing the template using column values.
    3. The App script sends out the email.

    Hope this hopes.