Scores a public business URL for SDR agents, CRM enrichment, agency prospecting,
Scores a public business URL for SDR agents, CRM enrichment, agency prospecting, and local-business lead generation: ICP fit, contactability, website trust friction, CTA issues, opportunity signals, evidence, confidence, and qualify/review/skip JSON.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
570 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://signalforgestudios.com/x402/prospect-qualifier
| Category | Everything else |
|---|---|
| Provider host | signalforgestudios.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 570 ms |
Example input (from the provider)
{
"body": {
"icp": "local service businesses that need qualified inbound leads",
"url": "https://example-roofing-company.com",
"use_case": "lead_generation"
},
"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": {
"additionalProperties": false,
"properties": {
"icp": {
"description": "Optional ideal customer profile or target market context.",
"maxLength": 500,
"type": "string"
},
"url": {
"description": "Public business URL or domain to inspect.",
"examples": [
"https://example.com",
"example.com"
],
"type": "string"
},
"use_case": {
"default": "lead_generation",
"description": "Optional downstream use case for scoring.",
"enum": [
"lead_generation",
"trust_review",
"sales_research",
"ecommerce",
"general"
],
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"analyzed_url": {
"type": "string"
},
"business_type": {
"type": "string"
},
"canonical_host": {
"type": "string"
},
"confidence": {
"type": "number"
},
"contact_channels": {
"type": "object"
},
"evidence": {
"type": "array"
},
"lead_generation_fit": {
"type": "object"
},
"marketing_observations": {
"type": "array"
},
"opportunity_signals": {
"type": "array"
},
"prospect_qualification": {
"type": "object"
},
"public_site_summary": {
"type": "object"
},
"recommendation": {
"enum": [
"skip",
"review",
"qualify"
],
"type": "string"
},
"service_name": {
"type": "string"
},
"service_slug": {
"type": "string"
},
"trust_or_friction_observations": {
"type": "array"
},
"use_case": {
"type": "string"
}
},
"type": "object"
},
"meta": {
"type": "object"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}