{"uid":"cap_ZdqCiO2YUGXOHT8oijMSo","slug":"fullenrich-people-search-1832b4e8","name":"FullEnrich People Search","description":"FullEnrich People Search — contacts by domain, seniority, title, location, skills. $0.05/query. Requires a search filter; limit/offset alone → 400. Prefer seniority over titles; start domain+seniority. Use FullEnrich enums (C-level, VP) — c_suite returns 400. Some domains unindexed.","url":"https://stable-enrich-git-shafu-stabledomains-pork-25b57c-merit-systems.vercel.app/api/fullenrich/people-search","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["limit","offset"],"properties":{"limit":{"type":"integer","default":3,"maximum":100,"minimum":1,"description":"Max people to return. Default 3; raise when you need more (flat $0.05/query regardless of limit)."},"offset":{"type":"integer","default":0,"maximum":9007199254740991,"minimum":0},"search_after":{"type":"string","description":"Cursor token for pagination beyond offset 10,000."},"excludeFields":{"type":"array","items":{"type":"string"}},"person_skills":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false}},"person_locations":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false},"description":"Pair with current_company_domains — location alone is very broad. Some domains (e.g. figma.com) return zero people regardless of filters."},"past_company_domains":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false}},"current_company_domains":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false}},"current_position_titles":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false},"description":"Exact title match only — far fewer results than seniority. Use for precise title needs, not population queries."},"current_position_years_in":{"type":"array","items":{"type":"object","properties":{"max":{"type":"number"},"min":{"type":"number"}},"additionalProperties":false}},"current_position_seniority_level":{"type":"array","items":{"type":"object","required":["value"],"properties":{"value":{"type":"string"},"exact_match":{"type":"boolean","description":"String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."}},"additionalProperties":false},"description":"Preferred for population queries (e.g. all VPs). Use exact FullEnrich enum values (C-level, VP, Head, Founder) — not Apollo-style c_suite. Invalid values return 400. Avoid Director in domain-scoped searches — too common. See docs.fullenrich.com/api/v2/general/enums#seniority."},"current_company_days_since_last_job_change":{"type":"array","items":{"type":"object","properties":{"max":{"type":"number"},"min":{"type":"number"}},"additionalProperties":false},"description":"Days since last job change in FullEnrich graph (not necessarily current role start). Prefer wider ranges (500-1000). Use with one or two other filters max."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_nCIjncNSHxhro5K-JeTBo","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Search for professional contacts by domain, seniority, job title, location, and skills using the FullEnrich API","exampleAgentPrompt":"Find VP-level contacts in the engineering department at stripe.com — search by domain 'stripe.com' with seniority 'VP' and return up to 10 results.","exampleUseCases":[{"title":"Find executives at a target account","prompt":"Search for C-level and VP contacts at acmecorp.com so I can build an outreach list — use seniority filters for C-level and VP, limit to 20 results."},{"title":"Discover sales leaders by domain","prompt":"I need a list of VP of Sales and Director of Sales people at hubspot.com — search by domain and seniority 'VP' to find them."},{"title":"Source engineers with specific skills","prompt":"Find senior engineers at github.com who have Python and Kubernetes skills — filter by domain 'github.com', seniority 'Senior', and skills 'Python, Kubernetes'."}],"resultDescription":"A list of professional contact records matching the search filters, including names, job titles, seniority levels, email addresses, and other available profile data indexed by FullEnrich for the queried domain.","failureModes":["Missing required search filter (domain, seniority, title, or location) returns 400 — at least one substantive filter beyond limit/offset is required","Using invalid seniority enum values like 'c_suite' instead of 'C-level' returns 400 — must use FullEnrich-specific enums","Querying unindexed domains returns empty results or limited data","Malformed POST body or missing Content-Type header returns 400","Exhausted quota or unpaid balance returns 402 payment required"],"whenToPreferThis":"Use this endpoint when you need to discover multiple professional contacts at a company filtered by seniority, title, location, or skills — ideal for building targeted outreach lists or account-based prospecting. Prefer it over the sibling PDL Person Enrich endpoint when you don't have specific emails or LinkedIn URLs and need to search broadly. Start with domain + seniority filters for best results.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T19:53:23.755Z","isFirstParty":false}