/v1/actions/linkedin-visit-company/run/liveVisit Company opens a LinkedIn company page to register interest, improve account visibility, and complement outreach workflows. You get a lightweight engagement signal attached to your LinkedIn account along with a structured snapshot of the public company metadata.
This action runs on the LinkedIn level and is built for sales, marketing, and ABM teams who use company page visits as a passive warm-up touch against target accounts.
You pass a LinkedIn company URL or vanity name. Edges opens the page through your authenticated LinkedIn session, records the visit server-side, and returns the page metadata. No browser on your end and no cookies to juggle — the call runs on Edges infrastructure, paced safely, using the LinkedIn account you connected.
The visit is attributed to your seat, so it contributes to the company's public analytics and can surface on admin-side visitor dashboards. The run is live and returns in a single round trip.
Use Visit Company when you want to register interest in a target account without firing a heavier outreach touch yet. It slots into the LinkedIn messaging & outreach API use case as a top-of-funnel visibility primitive — especially when the target company has a Page admin watching visitor activity.
It pairs naturally with content and profile visits to build a coherent engagement pattern before reps reach out.
visitedAt timestamp to the account record so reps don't double-up.One per call. Visit Company is designed as a per-record primitive — loop it over your target list and let Edges pace between visits.
Your own LinkedIn account. Every visit runs through the session 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 → Extract LinkedIn Company Profile for firmographic enrichment, or Visit Company → Follow LinkedIn Profile on the target's leadership for a layered engagement pattern.
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/linkedin-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": {
"linkedin_company_url": "https://www.linkedin.com/in/example-profile",
"custom_data": "example_value"
}
}'{
"linkedin_company_id": "example-123"
}