🎣 Enrich Linkedin profile URLs stored in a Google Sheet

⚑ 6,714 views · 🎣 Lead Generation & Enrichment

πŸ’‘ Pro Tip β€” If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β€” you just pass a URL and get structured data back.

View All Scrapers

Description

Template Information

Who is this template for?

This template is for users looking to retrieve email information from LinkedIn profiles and update Google Sheets with the collected data.

Set Up Instructions

  1. Make sure to have the necessary credentials and permissions for accessing LinkedIn and Google Sheets.
  2. Set up the API key required for the HTTP Request node.
  3. Configure the Google Sheets Update node with the appropriate document ID and sheet name.
  4. Check and adjust field mappings in the Field Editing node according to your needs.
  5. Run the workflow and monitor the updates in your Google Sheets document.

Overview:

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.

Copy this template to get started :

Using Prospeo.io LinkedIn Email Finder API with cURL

To use the API endpoint β€œhttps://api.prospeo.io/linkedin-email-finder” with cURL, follow these steps:

  1. Use the cURL command with the following parameters:
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"
  1. Replace β€œyour_api_key” with your actual API key.
  2. Update the β€œurl” field in the JSON data with the LinkedIn profile URL for which you want to find the email address.

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.

Description:

πŸ”— Nodes Used

Google Sheets, HTTP Request, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup