Sales Navigator People Profile Auto Visit visits person's profiles on Sales Navigator in bulk.
/v1/actions/salesnavigator-visit-profile/run/liveVisit 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.
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.
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.
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.
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.
Yes. Common chains include Search Sales Navigator People → Visit Sales Navigator Profile for warm-up → Send Sales Navigator InMail for the first-touch message.
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.
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
}
}'{
"sales_navigator_profile_id": "example-123",
"linkedin_profile_id": 42
}