Visit Company

Visit a LinkedIn company page to register interest, improve account visibility, and complement outreach workflows.

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

API Endpoint

POST/v1/actions/linkedin-visit-company/run/live

Parameters

Input Parameters

Integration Parameters

Guide

What Visit Company does

Visit 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.

How it works

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.

When to use Visit Company

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.

Use cases

  • ABM visibility. Run Visit Company against Tier 1 accounts on a rolling schedule so your seat stays present in the page's visitor log.
  • Pre-outreach warm-up. Visit the company page a day or two before messaging employees to make the outreach feel less cold.
  • Signal reciprocity. When an account follows your company, reciprocate the visit.
  • Event-based engagement. After a company announces news or a product launch, visit the page as part of a coordinated response.
  • Research trail. Log visits so reps can see which accounts their team has researched this quarter.

Best practices

  • Spread visits across the day. Even though Edges paces the runs, clustering them still reads unnatural. Schedule across the business day.
  • Use the Sales Navigator variant for deeper signals. If you have Sales Navigator, also run Visit Company for metrics surfaces the public page doesn't carry.
  • Chain into employee discovery. Follow Visit Company with Search LinkedIn Company Employees to pull the people layer right after the visit.
  • Record visits in the CRM. Attach the visitedAt timestamp to the account record so reps don't double-up.

Common questions

How many companies can I visit per run?

One per call. Visit Company is designed as a per-record primitive — loop it over your target list and let Edges pace between visits.

Does Visit Company use my LinkedIn account or a shared pool?

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.

Can I chain Visit Company with other Edges actions?

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.

Get started

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.

Code Examples

bash
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"
  }
}'

Output Example

{
  "linkedin_company_id": "example-123"
}

Explore More Actions

Discover other powerful LinkedIn automation actions in our library.