rtrvr.ai
Browser ExtensionStart in Chrome, on the page you're on.CloudA thousand browsers, on your schedule.RoverThe AI customer engineer for your product.Data & EvalsExpert trajectories for AI labs.
ACCESSAPI + MCPCLI & SDKTemplatesIntegrationsWhatsApp
Use cases
Vibe ScrapingLead EnrichmentWeb MonitoringForm FillingJob ApplicationsSocial MediaAI Web ContextAgentic CheckoutAll use cases
Pricing
BlogLaunches, benchmarks, deep divesDocsExtension, Cloud, API, MCP, CLICase StudiesReal teams, real runsVideosNew runs every weekChangelogWhat just shippedNewslettersProduct releases and real runs
Docs
Log inBook DemoAdd to Chrome
Log in
Menu
Add to ChromeBook a demo
ProductsBrowser ExtensionCloudRoverData & EvalsExploreUse casesPricingResourcesDocs

Opening template…

rtrvr.ai

Make every site
work for you.

Launches first, roadmap early, and the occasional trick we only share by email.

Products

Browser ExtensionCloudRoverData & Evals

Use cases

Vibe ScrapingLead EnrichmentForm FillingWeb MonitoringSocial MediaJob ApplicationsData MigrationAI Web ContextAgentic Checkout

Resources

DocsBlogData for AI LabsCase StudiesVideosNewslettersChangelogPricingAppSumoDemoAffiliate

Company

TeamContactGCP PartnerWhat We BelieveSecurityPrivacyTerms

Developers

APIMCPCLI & SDKTemplatesIntegrationsWhatsApp

Compare

ApifyBardeenBrowserbaseBrowser UseClayClaudeCometFirecrawl
Products
Browser ExtensionCloudRoverData & Evals
Use cases
Vibe ScrapingLead EnrichmentForm FillingWeb MonitoringSocial MediaJob ApplicationsData MigrationAI Web ContextAgentic Checkout
Resources
DocsBlogData for AI LabsCase StudiesVideosNewslettersChangelogPricingAppSumoDemoAffiliate
Company
TeamContactGCP PartnerWhat We BelieveSecurityPrivacyTerms
Developers
APIMCPCLI & SDKTemplatesIntegrationsWhatsApp
Compare
ApifyBardeenBrowserbaseBrowser UseClayClaudeCometFirecrawl
BACKED BYNVIDIA InceptionGoogle Cloud for StartupsBright DataNEC XSalesforce LaunchpadElevenLabs GrantsGMI CloudComposioSmallest.ai Grants
DISCOVERYllms.txtllms-full.txtagents.mdDocumentation indexSitemapOpenAPIAI Catalog
© 2026 rtrvr.ai
DiscordYouTubeInstagramTikTokLinkedInXGitHub
support@rtrvr.ai
Back to templates

LINKEDIN TEMPLATE

Build a LinkedIn company list

Return employees, roles, departments, locations, and profile links from the company you choose.

RUNS INYour signed-in browser
SETUP3 details to add
WHAT YOU GET05 PARTS
  1. 01Employee name and role
  2. 02Department and seniority
  3. 03Location
  4. 04LinkedIn profile link
  5. 05CSV export
EXAMPLE INPUTFigma

SET UP YOUR RUN

Add the details. Check the result. Run it.

No code needed.
01

Tell rtrvr what to use

Required details are marked. The example text shows the expected format.

02

Choose where it runs

Cloud uses a fresh managed browser. The extension uses the sites you are already signed into.

Your browser is required. This template needs a site where you are signed in.

Choose a browser

Pick a browser where the rtrvr extension is online.

Get the extension
Finish setup in your browser
  1. Install the extension
  2. Sign in to rtrvr
  3. Come back and choose the browser
ONE MORE STEP

Add the required details to continue.

WHAT HAPPENS NEXT

From setup to finished result.

  1. 01

    rtrvr opens the right sites. It uses Cloud or the signed-in browser you chose.

  2. 02

    The browser does the job. You can follow the run and step in if a site asks for help.

  3. 03

    You get the result. The output above is the shape to expect.

ADVANCEDRequest JSONOptional

Exact request sent to the run panel.

REQUEST.JSON
{
  "source": "retrieve",
  "template": {
    "id": "linkedin_company_employees",
    "slug": "linkedin-company-people",
    "name": "LinkedIn Company Employee List",
    "categoryId": "LINKEDIN"
  },
  "inputs": {
    "companyName": "",
    "department": "",
    "limit": 100
  },
  "agentHint": "You are extracting employee data from a LinkedIn company page. Adapt to the actual UI.\n\n**TASK CONFIGURATION:**\n- Company: \n- Department Filter: \n- Limit: 100\n\n---\n\n## STEP 1: FIND THE COMPANY\n\n1. Go to linkedin.com\n2. Use search to find company: \"\"\n3. Navigate to the company page\n4. If company not found, try variations or report error\n\n---\n\n## STEP 2: ACCESS EMPLOYEE LIST\n\n1. From company page, find the \"People\" section or tab\n2. This may be:\n   - A tab on the company page\n   - A link showing employee count\n   - Accessible via company page navigation\n3. Wait for employee list to load\n\n---\n\n## STEP 3: APPLY FILTERS\n\n1. If  is provided:\n   - Look for filtering options (department, function, title keywords)\n   - Apply filter for: \"\"\n   - Wait for filtered results\n2. Note: LinkedIn may limit filter options based on your access level\n\n---\n\n## STEP 4: EXTRACT EMPLOYEE DATA\n\nFor each employee (up to 100):\n\n1. Extract from list view:\n   - Full name\n   - Current title\n   - Profile URL\n   - Profile photo (if visible)\n   - Location (if shown)\n   - Connection degree\n\n2. Handle pagination:\n   - Scroll or click \"Show more\" to load additional results\n   - Continue until 100 reached or no more results\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n  \"company\": \"\",\n  \"department\": \"\",\n  \"totalFound\": <number>,\n  \"employees\": [\n    {\n      \"name\": \"\",\n      \"title\": \"\",\n      \"department\": \"\",\n      \"location\": \"\",\n      \"profileUrl\": \"\",\n      \"connectionDegree\": \"\"\n    }\n  ]\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Company pages vary in layout - look for \"People\" or employee sections\n- Filter options depend on company size and your LinkedIn tier\n- Results may load dynamically - wait for content\n\n## ERROR HANDLING\n\n- If company not found: Try alternate spellings, report issue\n- If employee section restricted: Report access limitation\n- If pagination fails: Report employees collected so far",
  "userInput": "You are extracting employee data from a LinkedIn company page. Adapt to the actual UI.\n\n**TASK CONFIGURATION:**\n- Company: \n- Department Filter: \n- Limit: 100\n\n---\n\n## STEP 1: FIND THE COMPANY\n\n1. Go to linkedin.com\n2. Use search to find company: \"\"\n3. Navigate to the company page\n4. If company not found, try variations or report error\n\n---\n\n## STEP 2: ACCESS EMPLOYEE LIST\n\n1. From company page, find the \"People\" section or tab\n2. This may be:\n   - A tab on the company page\n   - A link showing employee count\n   - Accessible via company page navigation\n3. Wait for employee list to load\n\n---\n\n## STEP 3: APPLY FILTERS\n\n1. If  is provided:\n   - Look for filtering options (department, function, title keywords)\n   - Apply filter for: \"\"\n   - Wait for filtered results\n2. Note: LinkedIn may limit filter options based on your access level\n\n---\n\n## STEP 4: EXTRACT EMPLOYEE DATA\n\nFor each employee (up to 100):\n\n1. Extract from list view:\n   - Full name\n   - Current title\n   - Profile URL\n   - Profile photo (if visible)\n   - Location (if shown)\n   - Connection degree\n\n2. Handle pagination:\n   - Scroll or click \"Show more\" to load additional results\n   - Continue until 100 reached or no more results\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n  \"company\": \"\",\n  \"department\": \"\",\n  \"totalFound\": <number>,\n  \"employees\": [\n    {\n      \"name\": \"\",\n      \"title\": \"\",\n      \"department\": \"\",\n      \"location\": \"\",\n      \"profileUrl\": \"\",\n      \"connectionDegree\": \"\"\n    }\n  ]\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Company pages vary in layout - look for \"People\" or employee sections\n- Filter options depend on company size and your LinkedIn tier\n- Results may load dynamically - wait for content\n\n## ERROR HANDLING\n\n- If company not found: Try alternate spellings, report issue\n- If employee section restricted: Report access limitation\n- If pagination fails: Report employees collected so far",
  "urls": [],
  "meta": {
    "createdAt": "",
    "userAgent": ""
  },
  "execution": {
    "mode": "device",
    "deviceIds": []
  }
}

MORE STARTING POINTS

Other templates for linkedin.

See all templates
LINKEDINFind LinkedIn jobs

Collect job titles, companies, locations, and application links in one list.

LINKEDINCollect a LinkedIn profile

Return the person’s current role, work history, education, skills, and available contact details.

LINKEDINTrack LinkedIn posts

Collect recent posts, media, and visible engagement in one structured result.