agntdata Lead APIspost/companies/discover

Discover companies

Companies — Discover
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Find companies matching a set of criteria. Pass either a natural-language `query` or structured `filters` (industry, headcount, location, technology, funding, keywords). Returns paginated company summaries.

Use cases

Building target-account lists for ABM
Market mapping by industry and geography
Investment research filtering by funding signals

Parameters

bodyRequest Bodyrequired

Content type: application/json

Responses

Discovery results.

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

Agent / Developer Schema

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

{
  "operationId": "companies_discover",
  "method": "post",
  "path": "/companies/discover",
  "summary": "Discover companies",
  "description": "Find companies matching a set of criteria. Pass either a natural-language `query` or structured `filters` (industry, headcount, location, technology, funding, keywords, …). Returns paginated company summaries.",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "$ref": "#/components/schemas/CompaniesDiscoverRequest"
        },
        "example": {
          "query": "Series A B2B SaaS companies in Europe under 50 employees",
          "limit": 25
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "Discovery results.",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "required": [
              "success",
              "data"
            ],
            "properties": {
              "success": {
                "type": "boolean",
                "enum": [
                  true
                ]
              },
              "data": {
                "$ref": "#/components/schemas/CompaniesDiscoverResponse"
              },
              "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.

company discovery APIfind companies APIB2B account discoverylead enrichment APIemail finder APIemail verifier API