Find the LinkedIn profile for John Doe at Stripe
Search for this person by name and company and confirm the match
Resolves a person from their name and company. Prefers search_linkedin_profile (name + company in one call); falls back to search_people (searching by name and filtering by company) when needed. Returns the matching profile for you to confirm - then hands off to Enrich Contact to retrieve email and phone.
Use this when you want to find someone's LinkedIn profile. If you already have the URL, skip straight to Enrich Contact.
acme.com (inferred for well-known companies)Note: you can search by name directly - the preferred call takes name + company. The search_people fallback also searches names (via its free-text query) and can filter by seniority, department, or country.
search_people fallback if needed)Jane Smith | Head of Marketing | Acme Corp
https://www.linkedin.com/in/janesmith
Email on file: jane@acmecorp.com risk score: A
Is this the right person? I can pull their contact info if so.
When the search record already carries a business_email, it's shown with its A-F risk score - flagged if the grade falls outside the set you accepted.
Numbered list of Name | Title | Company | LinkedIn URL - you pick one.
search_people filters on query, company, company_domain, country, state, city, seniority, department or functional_area, industry, linkedin_industry, naics_code, employee_range, and revenue_range.
query, so a filters-only search runs ~40x cheaper and lands more precisely. A bare query is never the right shape; at minimum it gets country attached (~99% fill rate).industry buckets, LinkedIn's ~150 niche labels, or a NAICS code at any depth. Shortening the code widens the net.seniority/industry/department are ~60% filled and naics_code/linkedin_industry ~50%, and every filter is exact-match, silently dropping records where the field is empty.count_only: true returns a match count without fetching data or charging tokens, and every response carries results.total to read before paginating.Get the Find Email by Name & Company skill file. We'll send occasional updates - no spam.