API Reference

Here are a few examples of payloads to give you a better understanding of Person Search endpoint:

  1. Founders of SaaS companies, that recently raised some funding and are based in the US
    { "person_job_title": [ "Founder", "Co-founder" ], "person_industry": [ "SaaS" ], "company_last_funding_date": "2024-01-01", "person_country": [ "United States" ] }
  2. Executives of small e-commerce companies, that are using Shopify
    { "person_functional_areas": [ "C-level/Leadership" ], "person_industry": [ "Retail", "E-Commerce" ], "company_headcount": [ 10, 100 ] }
  3. All software engineers from Google, Apple, Microsoft
    { "person_functional_areas": [ "Engineering & IT" ], "company_linkedin_urls": [ "https://www.linkedin.com/company/apple", "https://www.linkedin.com/company/google/", "https://www.linkedin.com/company/microsoft/" ] }