Person Lookup
Looks up a specific individual by name and company using the Nyne API, which queries PeopleDataLabs under the hood.
npx goose-skills installDescription
Looks up a specific individual by name and company using the Nyne API, which queries PeopleDataLabs under the hood. Returns work history, education, location, and social profiles. Costs $0.30 per record — use only for single named lookups, not bulk searches.
What this skill does
- 1Searches the PeopleDataLabs database for a specific individual using name and company as identifiers.
- 2Returns a comprehensive profile including work history, education, location, social profiles, and available contact information.
- 3Handles async retrieval by polling until the result is complete.
When to use
- Looking up background and contact info for a specific named individual before a meeting or call.
- Verifying a prospect's current role and company when LinkedIn data is unavailable or outdated.
- Researching a newly introduced contact to understand their career history and professional background quickly.
Tools used
Best for
Format
Frequently asked questions
What is Person Lookup?
Person Lookup is a Claude Code skill for sourcing by GooseWorks AI. Looks up a specific individual by name and company using the Nyne API, which queries PeopleDataLabs under the hood.
When should I use Person Lookup?
Looking up background and contact info for a specific named individual before a meeting or call. Verifying a prospect's current role and company when LinkedIn data is unavailable or outdated.
How do I install Person Lookup?
Run the install command (npx goose-skills install). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Person Lookup free to use?
The author distributes it as MIT, but the repository has no LICENSE file. The source is public on GitHub (gooseworks-ai/goose-skills).