Extract the attendees of a LinkedIn event you're attending
Have you attended an event on LinkedIn and after the event was over, you realized that you would want to be in touch with most of the attendees. Wether it's professional networking or prospecting for your product, events are a great way to meet like minded people. With this chart, you can easily extract all the attendees from the event and into a spreadsheet and then decide how you want to reach out to them.
As with every chart, this one also runs on your machine. Simply go to the LinkedIn event URL and run the shortcut. The chart will automatically capture all the attendees into the specified spreadsheet.
Once you have the basic details, you can always gather more information about those profiles using LinkedIn Profile To Spreadsheet chart.
Profile URL | Full Name | Title | Location | Shared Connections |
---|---|---|---|---|
https://www.linkedin.com/in/larry-page-555530154 | Larry Page | Entrepreneur | San Francisco, CA | NA |
... | ... | ... | ... | ... |
This chart is particularly helpful with shortcut configuration. The chart will run on all the LinkedIn event page. Example: https://www.linkedin.com/events/6815453408229771408/
Once set up, you can manually apply the filter you want and then start the chart run using the shortcut. The chart will auto paginate and capture all the specified profiles information. This data will be extracted from LinkedIn event page and added to your specified spreadsheet.
{
"shortcutKey": "g",
"values": {
"spreadsheetId": "1vCf3PBGbt5avDl53fyEyR8CfYgXz-ZZVk00ON8Jm0IQ",
"range": "Sheet1!A1"
}
}
This configuration will allow you to press g
to get the data in the specified spreadsheet.
If you want to keep an eye out for new attendees for an event, you can run this chart on a schedule as well and see how number of attendees grows.
schedule
: Schedule based on which the run should start.startURL
: The LinkedIn event URL for which you want to watch for changes.{
"schedule": "0 10 * * *",
"startURL": "https://www.linkedin.com/events/6815453408229771408/",
"values": {
"spreadsheetId": "1vCf3PBGbt5avDl53fyEyR8CfYgXz-ZZVk00ON8Jm0IQ",
"range": "Sheet1!A1"
}
}
This configuration will start the chart daily at 10am and get all the attendees for the specified event.
Let us know if you have feedback or ideas related to this chart on twitter.