---
title: "Find a company's people"
description: "List the people of any company - current and former staff - in Google Sheets, optionally filtered by job function. No Sales Navigator."
canonical: "https://derrick-app.com/features/find-staff-members"
category: "Feature"
runs_on: "Google Sheets, MCP (AI agents), REST API"
---

# Find a company's people

> List the people of any company - current and former staff - in Google Sheets, optionally filtered by job function. No Sales Navigator.

*Canonical: https://derrick-app.com/features/find-staff-members*

---

## Where it runs

- **Google Sheets add-on** - run it from the Derrick sidebar, results written to your sheet.
- **MCP server (AI agents)** - call it from Claude, Cursor, or any MCP client. See /mcp.
- **REST API** - call it from your own code (Standard plan and up). Docs: https://app1.derrick-app.com/api/v1/docs/

## How to use it in Google Sheets

### Step 1: Start from a company
Paste LinkedIn company URLs (or IDs) in a column - your accounts, your prospects, your competitors.

### Step 2: Filter by function (optional)
Narrow to the roles you care about - Sales, Engineering, Marketing - or leave it open to get everyone. No Sales Navigator needed.

### Step 3: Get the people in a new tab
Name, role, location, connection degree and LinkedIn profile land one per row, ready to enrich or contact.

## Use it from an AI agent (MCP)

Exposed as the `derrick_find_staff_members` tool on the Derrick MCP server.

**Example prompt**: "Find the sales team at Qonto"

**Result**: Matching people with role + LinkedIn URL.

Install: `claude mcp add derrick -- npx -y derrick-mcp`. Full catalog at /mcp.md.

## Use it from the REST API

Action: `find_staff_members`. Available from the STANDARD plan upward, same credit cost as the add-on.

- Docs: https://app1.derrick-app.com/api/v1/docs/
- Auth: Bearer API key (Google Sheets add-on -> Settings -> API access)
- Machine-readable pricing: /pricing.md

## Map an account in one run
Find the decision makers, the buying committee or every engineer at a company - straight in your sheet, no Sales Navigator.
