This template is for users looking to retrieve email information from LinkedIn profiles and update Google Sheets with the collected data.
How it works
The workflow is designed to find contact information for LinkedIn profile URLs stored in a Google Sheet. It involves various nodes for different operations such as making HTTP requests, scheduling triggers, reading from and updating Google Sheets, field editing, data merging, and conditional checks. A video demonstrating the workflow process can be accessed here.
To use the API endpoint "https://api.prospeo.io/linkedin-email-finder" with cURL, follow these steps:
curl -X POST \
-H "Content-Type: application/json" \
-H "X-KEY: your_api_key" \
-d '{
"url": "https://www.linkedin.com/in/john-doe/"
}' \
"https://api.prospeo.io/linkedin-email-finder"
To get access to this API and obtain your API key, you need to sign up on the Prospeo platform and subscribe to their LinkedIn email finder service. Once you have subscribed, you will receive an API key that you can use to authenticate your requests to the API endpoint.
Schedule Trigger:
Google Sheets Read:
Conditional Check:
HTTP Request:
No Operation, do nothing:
Data Merge:
Field Editing:
Google Sheets Update:
Implement complex processes faster with n8n