Search people
Search the people graph using structured filters (job title, company, location, seniority, department, …). Returns paginated profile summaries.
Authorizations
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Body
Filter object. Each entry is keyed by filter name and takes either { include?: string[], exclude?: string[] } for categorical filters or { min?, max? } for ranges. Searches that contain ONLY exclude filters are rejected — always pair with at least one positive filter. Common keys: person_job_title ({ include/exclude } — free-text titles, e.g. ["VP of Sales"]); person_seniority ({ include/exclude } — allowed values: "Owner", "Founder/Owner", "C-Suite", "Partner", "VP", "Director", "Manager", "Senior", "Entry", "Training"); person_department ({ include/exclude } — allowed values: "Accounting", "Administrative", "Arts and Design", "Business Development", "Community and Social Services", "Consulting", "Education", "Engineering", "Entrepreneurship", "Finance", "Healthcare Services", "Human Resources", "Information Technology", "Legal", "Marketing", "Media and Communication", "Military and Protective Services", "Operations", "Product Management", "Program and Project Management", "Purchasing", "Quality Assurance", "Real Estate", "Research", "Sales", "Support"); person_year_of_experience ({ min, max } — numeric years range); company ({ names: { include?, exclude? }, websites: { include?, exclude? } } — pre-filter to a list of companies, max 500 entries each); company_industry ({ include/exclude } — e.g. ["Software Development"]); company_headcount_custom ({ min, max } — numeric employee count range); company_location_search ({ include/exclude } — country / location strings). Values are case-sensitive — pass them in the exact casing shown above (e.g. "C-Suite" not "c_suite", "Business Development" not "business_development"). For convenience, flat aliases are accepted and translated server-side: seniority → person_seniority.include, department → person_department.include, job_title/title → person_job_title.include, location/country → person_location_search.include, company_name/company_names → company.names.include, company_domain/company_website → company.websites.include, headcount_min/headcount_max → company_headcount_custom.{min,max}, years_of_experience_min/years_of_experience_max → person_year_of_experience.{min,max}. Top-level keys other than filters/page are ignored. Example: { "filters": { "company_name": "Zillow", "department": ["Sales", "Marketing"], "seniority": ["C-Suite", "VP", "Director"] }, "page": 1 }.
Page number (25 results per page; max page = 1000).
x > 0