Visit Sales Navigator Profile

Sales Navigator People Profile Auto Visit visits person's profiles on Sales Navigator in bulk.

Edges is not related to LinkedIn and is not an official LinkedIn product.

API Endpoint

POST/v1/actions/salesnavigator-visit-profile/run/live

Parameters

Input Parameters

Configuration Parameters

Integration Parameters

Guide

What Visit Sales Navigator Profile does

Visit Sales Navigator Profile visits a person's profile on Sales Navigator and works in bulk across a list of targets. You get visit receipts attributed to your Sales Navigator seat along with the Sales Navigator profile metadata — headline, current role, Sales Navigator URN — so every visit doubles as a lightweight enrichment pull.

This action runs on the Sales Navigator level and is built for sales and recruiting teams who use profile visits as a warm-up touch at scale.

How it works

You pass a list of Sales Navigator profile URLs or URNs. Edges loops the list through your authenticated Sales Navigator session, registers each visit server-side, and returns a row per profile with the visit receipt and profile snapshot. For large lists the run is async — Edges paces the visits over time to stay within Sales Navigator's activity guidance.

Everything runs on Edges infrastructure, browser-less. Visits are attributed to your seat, so they surface in the target's "Who viewed your profile" (subject to their privacy settings) and contribute to their Sales Navigator visibility index.

When to use Visit Sales Navigator Profile

Use Visit Sales Navigator Profile when you want to register passive engagement across a target list before heavier outreach. It slots into the LinkedIn messaging & outreach API use case as a top-of-funnel warm-up — especially valuable before connection requests or InMail against Tier 1 accounts.

It also works as a recurring coverage job: visit everyone in a saved list on a weekly cadence to stay visible.

Use cases

  • Bulk ABM warm-up. Visit the full buying committee at your Tier 1 accounts every week so reps stay present in their profile views.
  • Pre-InMail sequencing. Visit the target list two days before launching an InMail campaign to improve reply rates.
  • Candidate passive engagement. Recruiters visit a passive-candidate list on rotation to stay visible without an explicit message.
  • Re-engagement cycles. Re-visit dormant leads monthly to keep them warm without a direct outreach touch.
  • Signal reciprocity. When someone views your rep, reciprocate the visit automatically via a triggered Edges flow.

Best practices

  • Pace the batch. Use the pacing inputs so visits spread across hours, not seconds. Clustering triggers LinkedIn's activity detection.
  • Run async for anything above ~50 profiles. Let Edges drive the pagination and timing rather than looping the action client-side.
  • Chain into Connect. Follow Visit Sales Navigator Profile with Connect Sales Navigator Profile two days later for a layered outreach pattern.
  • Dedupe across runs. Persist the URNs you have already visited this week to avoid over-visiting the same profile.

Common questions

How many profiles can I visit per run?

There is no hard action-level cap — the constraint is your seat's daily activity budget. A safe operating range is 50-150 visits per day split across the business hours, and Edges will pace to respect that.

Does Visit Sales Navigator Profile use my Sales Navigator account or a shared pool?

Your own seat. Every visit is registered against the Sales Navigator account you connected to Edges, so attribution and the target's visitor surface reflect your rep, not a shared account.

Can I chain Visit Sales Navigator Profile with other Edges actions?

Yes. Common chains include Search Sales Navigator People → Visit Sales Navigator Profile for warm-up → Send Sales Navigator InMail for the first-touch message.

Get started

Run Visit Sales Navigator Profile from the Edges library, wire it into your bulk warm-up flow, or call it directly from the Edges API. Browse the full Actions library to see what to chain before and after the visits.

Code Examples

bash
curl -X POST "https://api.edges.run/v1/actions/salesnavigator-visit-profile/run/live" \
  -H "X-API-KEY: <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
  "identity_ids": [
    "your-identity-uuid"
  ],
  "identity_mode": "direct",
  "input": {
    "sales_navigator_profile_url": "https://www.linkedin.com/in/example-profile",
    "custom_data": "example_value"
  },
  "parameters": {
    "extract_interests": true
  }
}'

Output Example

{
  "sales_navigator_profile_id": "example-123",
  "linkedin_profile_id": 42
}

Explore More Actions

Discover other powerful LinkedIn automation actions in our library.