/v1/actions/salesnavigator-visit-company/run/liveVisit Company opens a company page on Sales Navigator to register a visit, deepen account context, and support multi-threaded outreach into that account. You get a lightweight engagement signal attached to your Sales Navigator account and a structured snapshot of the page metadata you landed on.
This action runs on the Sales Navigator level and is built for sales and ABM teams who use profile visits as a warm-up before connection or InMail outreach.
You pass a Sales Navigator company ID or URL. Edges opens the page through your authenticated Sales Navigator session, registers the visit server-side, and returns the page metadata. No browser to run, no cookies to juggle — everything happens through the session you connected to Edges, browser-less and paced safely.
Because the visit is recorded against your seat, it contributes to the target company's visitor history and can surface you inside their "Who viewed this profile" or analytics surfaces. The run is live and returns in a single round trip.
Use Visit Company when you want a soft warm-up touch before heavier outreach — registering a visit signals interest without sending anything yet. It slots into the LinkedIn messaging & outreach API use case as the top-of-funnel engagement primitive.
It pairs well with employee-level outreach: visit the account, then message the buying committee.
visitedAt timestamps to the account record so reps can see their team's visit history.One. Visit Company is a per-record primitive — loop it across your target list and let Edges pace between visits.
Your own seat. Every visit is registered against the Sales Navigator account you connected to Edges, so it shows up in your activity and in the target company's visitor surfaces.
Yes. Common chains include Visit Company → Search Sales Navigator Company Employees for people discovery, or Visit Company → Send Sales Navigator InMail to the buying committee.
Run Visit Company from the Edges library, wire it into your ABM 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 visit.
curl -X POST "https://api.edges.run/v1/actions/salesnavigator-visit-company/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_company_url": "https://www.linkedin.com/in/example-profile",
"custom_data": "example_value"
}
}'{
"sales_navigator_company_id": 42
}