Skip to main content
POST
Prospector Agent

Authorizations

api_key
string
header
required

Body

application/json

Prospector input

companyDomain
string
required

Company to find prospects or use as lookalike source

Example:

"example.com"

agentOId
string
required

AgentOId is required when creating an agent in the application. You can find it in the Agents section of your dashboard.

Example:

"agent_123"

limit
number | null

Override the Agent's configured limit

Required range: 1 <= x <= 1000
Example:

10

minimal
boolean
default:true

Minimize the output. If set to true, positions, internalPictureUrl, and the nested company object will be omitted from the output.

Example:

true

searchContext
object

Optional search context to override agent's configured search context. If provided, the two objects will be merged.

Response

Prospector successful

_metadata
object
required
found
boolean
required

Whether the operation was successful

Example:

true

message
string | null

Message

Example:

"Additional information"

data
object | null