agntdata Lead APIspost/companies/search

Search companies

Companies — Search
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Search the company graph using structured filters (industry, headcount, location, technology). Returns paginated company summaries.

Use cases

Market sizing by industry segment
Discovering competitors and adjacent players
Sourcing accounts for outbound campaigns

Parameters

bodyRequest Bodyrequired

Content type: application/json

Responses

Company search results.

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

Agent / Developer Schema

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

{
  "operationId": "companies_search",
  "method": "post",
  "path": "/companies/search",
  "summary": "Search companies",
  "description": "Search the company graph using structured filters (industry, headcount, location, technology, …). Returns paginated company summaries.",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "$ref": "#/components/schemas/CompaniesSearchRequest"
        },
        "example": {
          "filters": {
            "industry": "fintech",
            "headcount": [
              "51-200"
            ]
          },
          "page": 1
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "Company search results.",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "required": [
              "success",
              "data"
            ],
            "properties": {
              "success": {
                "type": "boolean",
                "enum": [
                  true
                ]
              },
              "data": {
                "$ref": "#/components/schemas/CompaniesSearchResponse"
              },
              "meta": {
                "$ref": "#/components/schemas/AgntMeta"
              }
            }
          }
        }
      }
    },
    {
      "statusCode": "400",
      "description": "Validation error."
    }
  ]
}

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.

company search APIB2B company finderlead enrichment APIemail finder APIemail verifier API