Score the domains you supply (mode score) or let discovery surface in market com
Score the domains you supply (mode score) or let discovery surface in market companies ranked by intent (mode discover). Fuses hiring velocity, role fit hiring, funding recency, technographic fit, competitor displacement, and optionally senior leadership changes into a 0 to 100 score with reason codes and per component sub scores. Billed per company scored.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
1466 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agents.bytemine.ai/functions/v1/api-gateway/v1/intent/score
| Category | Company and compliance |
|---|---|
| Provider host | agents.bytemine.ai |
| Networks | eip155:8453 |
| Payment schemes | upto |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.01 | 1466 ms |
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"days": {
"description": "Signal lookback window in days, 1 to 90. Default 30.",
"type": "integer"
},
"domain": {
"description": "Single domain shortcut.",
"type": "string"
},
"domains": {
"description": "Domains to score in mode score.",
"items": {
"type": "string"
},
"type": "array"
},
"icp": {
"properties": {
"competitor_technologies": {
"description": "Competitor products that mark a displacement target.",
"items": {
"type": "string"
},
"type": "array"
},
"hiring_titles": {
"description": "Roles whose hiring implies demand.",
"items": {
"type": "string"
},
"type": "array"
},
"technologies": {
"description": "Technologies that indicate fit.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"include_leadership_changes": {
"description": "Add the senior job change signal. Slower. Default false.",
"type": "boolean"
},
"industry": {
"description": "Restrict discovery to one industry.",
"type": "string"
},
"limit": {
"description": "Companies to score, 1 to 25. Default 10.",
"type": "integer"
},
"location": {
"description": "Restrict discovery by job posting location.",
"type": "string"
},
"min_score": {
"description": "Only return companies at or above this score.",
"type": "integer"
},
"mode": {
"description": "Inferred from the body when omitted.",
"enum": [
"score",
"discover"
],
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}