agntdata Lead APIspost/people/search

Search people

People — Search
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Search the people graph using structured filters (job title, company, location, seniority, department, …). Returns paginated profile summaries — combine with `/people/enrich` for deep enrichment of search results.

Use cases

Sourcing candidates by role and location
Building target-account contact lists by title and seniority
Discovering decision-makers at competitor companies

Parameters

bodyRequest Bodyrequired

Content type: application/json

Responses

People search results.

{
  "type": "object",
  "required": [
    "success",
    "data"
  ],
  "properties": {
    "success": {
      "type": "boolean",
      "enum": [
        true
      ]
    },
    "data": {
      "$ref": "#/components/schemas/PeopleSearchResponse"
    },
    "meta": {
      "$ref": "#/components/schemas/AgntMeta"
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "people_search",
  "method": "post",
  "path": "/people/search",
  "summary": "Search people",
  "description": "Search the people graph using structured filters (job title, company, location, seniority, department, …). Returns paginated profile summaries.",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "$ref": "#/components/schemas/PeopleSearchRequest"
        },
        "example": {
          "filters": {
            "job_title": "founder",
            "location": "San Francisco"
          },
          "page": 1
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "People search results.",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "required": [
              "success",
              "data"
            ],
            "properties": {
              "success": {
                "type": "boolean",
                "enum": [
                  true
                ]
              },
              "data": {
                "$ref": "#/components/schemas/PeopleSearchResponse"
              },
              "meta": {
                "$ref": "#/components/schemas/AgntMeta"
              }
            }
          }
        }
      }
    },
    {
      "statusCode": "400",
      "description": "Validation error."
    },
    {
      "statusCode": "401",
      "description": "Unauthorized."
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

people search APIB2B people searchtalent search APIlead enrichment APIemail finder APIemail verifier API