Skip to main content

Retrieve a LinkedIn contact’s name from a profile URL with LinkUp

Workflow preview

Retrieve a LinkedIn contact’s name from a profile URL with LinkUp preview
Open on n8n.io

Overview

Summary

This workflow retrieves a LinkedIn contact’s full name from their profile URL using the LinkUp AI Search API. It’s a lightweight alternative to web scraping or complex APIs — integrating neatly into your existing n8n automations.

How it works

  • The workflow reads LinkedIn URLs from a Data Table.
  • Each URL is sent to LinkUp via an HTTP Request node using natural language.
  • LinkUp returns the corresponding contact name.
  • The Data Table is automatically updated with the retrieved name.

How to use

  1. Create a Data Table named LinkedInURL with two fields:
  • url (String)
  • name (String)
  1. Add one or more LinkedIn profile URLs, for example: https://www.linkedin.com/in/stephaneheckel/
  2. Store your LinkUp API key in the Settings component. You can get one at https://app.linkup.so/api-keys.
  3. Run the workflow. The name field will populate with the correct LinkedIn names.

Requirements

  • LinkUp account
  • n8n version: tested on 1.122.4 (Ubuntu)

Need Help?

Feel free to comment this post. Contact me on LinkedIn or ask in the Forum!