Using SCM to scrape latest leads?

Hey Tim,

Quick question. Can I use SCM to scrape the internet(LinkedIn) to generate leads somehow?

Maybe collect all the emails, names, phone numbers if available and save in a csv file?

Might be possible using the dynamic scraper.

I suggest you process the task into 2 steps.

  1. Gather url of profile pages of people
  2. Feed url of profile pages into dynamic scraper to pick out the elements you want to scrape.

I imagine they might have safe guards against making it easy to scrape.

You probably have to login using a linked in account, which you can do in SCM as it saves cookies.

1 Like

I’ll give it a shot and update here. Thanks for the idea.

Let me know how you go