Exact request sent to the run panel.
{
"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": []
}
}