company-contact-finder
Find decision-makers at a specific company using Apollo, Crustdata, Fiber, and PDL people search via Gooseworks MCP. Given a company name and target titles, returns a list of contacts with name, title, LinkedIn URL, and location.
npx skills add gooseworks-ai/goose-skills --skill company-contact-finder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# company-contact-finder Find decision-makers at a specific company by name and target titles. Uses Gooseworks MCP tools (Apollo, Crustdata, Fiber, PDL) with a layered fallback strategy to maximize results while minimizing cost. ## Inputs | Input | Required | Default | Description | |-------|----------|---------|-------------| | company_name | Yes | -- | The company to search (e.g., "EisnerAmper") | | company_linkedin_url | No | -- | Company LinkedIn URL for disambiguation | | target_titles | Yes | -- | List of titles to find (e.g., ["Partner", "Controller", "VP Finance"]) | | num_results | No | 10 | How many contacts to return | ## Procedure ### Step 1: Understand the Request Parse the user's request to extract: - **company_name** (required) -- the company to search at - **company_linkedin_url** (optional) -- helps disambiguate common names - **target_titles** (required) -- list of job titles or roles to find (e.g., ["Partner", "Controller", "VP Finance", "CFO"]) - **num_results** (optional, default 10) -- how many contacts to return If the user does not provide target titles, ask for them. Suggest common senior titles based on context: - For accounting/CPA firms: Partner, Managin
- Inputs
- Procedure
- Step 1: Understand the Request
- Step 2: Apollo Search (Primary — cheapest at $0.01/call)
- Step 3: Evaluate Results
- Step 4: Fiber Search (Fallback 1 — $0.02/record)
- Step 5: Crustdata Structured Search (Fallback 2 — $0.66/page)
- Step 6: PDL Search (Fallback 3 — $0.30/record, most expensive)
- Step 7: Output
- Gooseworks MCP Tools Reference
- Cost Comparison (25 results)
- Tool Details
- Crustdata Filter Columns
- Examples
What does the company-contact-finder skill do?
Find decision-makers at a specific company using Apollo, Crustdata, Fiber, and PDL people search via Gooseworks MCP. Given a company name and target titles, returns a list of contacts with name, title, LinkedIn URL, and location.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill company-contact-finder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
