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

Collect a LinkedIn profile

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

RUNS INYour signed-in browser
SETUP2 details to add
WHAT YOU GET04 PARTS
  1. 01Current role and work history
  2. 02Education and skills
  3. 03Available contact details
  4. 04LinkedIn profile link
EXAMPLE INPUTlinkedin.com/in/username

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_profile_scraper",
    "slug": "linkedin-profile-intel",
    "name": "LinkedIn Profile + Email Finder",
    "categoryId": "LINKEDIN"
  },
  "inputs": {
    "profileUrl": "",
    "includeEmail": true
  },
  "agentHint": "You are extracting profile data from LinkedIn. Adapt to the actual UI you encounter.\n\n**TASK CONFIGURATION:**\n- Profile URL: \n- Include Email: true\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Go to \n2. Wait for profile to fully load\n3. If not logged in or profile not accessible, STOP and report the issue\n\n---\n\n## STEP 2: EXTRACT PROFILE DATA\n\n**Basic Info (from profile header):**\n- Full name\n- Headline/title\n- Location\n- Profile photo URL\n- Connection degree (1st, 2nd, 3rd)\n\n**About Section:**\n- Full about/summary text\n\n**Experience:**\nFor each position:\n- Job title\n- Company name\n- Employment type (Full-time, Part-time, etc.)\n- Duration and dates\n- Location\n- Description (if expanded/visible)\n\n**Education:**\nFor each entry:\n- School name\n- Degree and field of study\n- Years attended\n- Activities/societies\n\n**Skills:**\n- List of skills (top skills if limited view)\n- Endorsement counts if visible\n\n---\n\n## STEP 3: CONTACT INFO (if true)\n\n1. Look for \"Contact info\" link/button on profile\n2. If found, click to open contact details modal/section\n3. Extract:\n   - Email address\n   - Phone number\n   - Website/portfolio\n   - Other social profiles\n   - Address (if shown)\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n  \"profile\": {\n    \"name\": \"\",\n    \"headline\": \"\",\n    \"location\": \"\",\n    \"about\": \"\",\n    \"profileUrl\": \"\",\n    \"photoUrl\": \"\",\n    \"connectionDegree\": \"\",\n    \"contact\": {\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"website\": \"\",\n      \"otherProfiles\": []\n    },\n    \"experience\": [\n      {\n        \"title\": \"\",\n        \"company\": \"\",\n        \"employmentType\": \"\",\n        \"duration\": \"\",\n        \"location\": \"\",\n        \"description\": \"\"\n      }\n    ],\n    \"education\": [\n      {\n        \"school\": \"\",\n        \"degree\": \"\",\n        \"field\": \"\",\n        \"years\": \"\"\n      }\n    ],\n    \"skills\": []\n  },\n  \"extractedAt\": \"<timestamp>\"\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Profile sections may be collapsed - expand if needed\n- Contact info may require clicking a link to view\n- Some profiles have limited visibility based on connection status\n- Skills may require scrolling or \"Show all\" action\n\n## ERROR HANDLING\n\n- If profile not found: Report invalid URL\n- If access restricted: Report connection/privacy limitation\n- If contact info not accessible: Note in response, continue with other data",
  "userInput": "You are extracting profile data from LinkedIn. Adapt to the actual UI you encounter.\n\n**TASK CONFIGURATION:**\n- Profile URL: \n- Include Email: true\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Go to \n2. Wait for profile to fully load\n3. If not logged in or profile not accessible, STOP and report the issue\n\n---\n\n## STEP 2: EXTRACT PROFILE DATA\n\n**Basic Info (from profile header):**\n- Full name\n- Headline/title\n- Location\n- Profile photo URL\n- Connection degree (1st, 2nd, 3rd)\n\n**About Section:**\n- Full about/summary text\n\n**Experience:**\nFor each position:\n- Job title\n- Company name\n- Employment type (Full-time, Part-time, etc.)\n- Duration and dates\n- Location\n- Description (if expanded/visible)\n\n**Education:**\nFor each entry:\n- School name\n- Degree and field of study\n- Years attended\n- Activities/societies\n\n**Skills:**\n- List of skills (top skills if limited view)\n- Endorsement counts if visible\n\n---\n\n## STEP 3: CONTACT INFO (if true)\n\n1. Look for \"Contact info\" link/button on profile\n2. If found, click to open contact details modal/section\n3. Extract:\n   - Email address\n   - Phone number\n   - Website/portfolio\n   - Other social profiles\n   - Address (if shown)\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n  \"profile\": {\n    \"name\": \"\",\n    \"headline\": \"\",\n    \"location\": \"\",\n    \"about\": \"\",\n    \"profileUrl\": \"\",\n    \"photoUrl\": \"\",\n    \"connectionDegree\": \"\",\n    \"contact\": {\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"website\": \"\",\n      \"otherProfiles\": []\n    },\n    \"experience\": [\n      {\n        \"title\": \"\",\n        \"company\": \"\",\n        \"employmentType\": \"\",\n        \"duration\": \"\",\n        \"location\": \"\",\n        \"description\": \"\"\n      }\n    ],\n    \"education\": [\n      {\n        \"school\": \"\",\n        \"degree\": \"\",\n        \"field\": \"\",\n        \"years\": \"\"\n      }\n    ],\n    \"skills\": []\n  },\n  \"extractedAt\": \"<timestamp>\"\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Profile sections may be collapsed - expand if needed\n- Contact info may require clicking a link to view\n- Some profiles have limited visibility based on connection status\n- Skills may require scrolling or \"Show all\" action\n\n## ERROR HANDLING\n\n- If profile not found: Report invalid URL\n- If access restricted: Report connection/privacy limitation\n- If contact info not accessible: Note in response, continue with other data",
  "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.

LINKEDINBuild a LinkedIn company list

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

LINKEDINTrack LinkedIn posts

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