Scores a public business URL for SDR agents, CRM enrichment, agency prospecting, and local
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.
10000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-17
updated
Provider
signalforgestudios.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7e4d786057930b66cb45e2017a587425ebade587",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 1800
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"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"
},
"output": {
"example": {
"data": {
"analyzed_url": "https://example-roofing-company.com/",
"business_type": "home_service",
"canonical_host": "example-roofing-company.com",
"confidence": 88,
"contact_channels": {
"contact_page_found": true,
"contact_page_url": "https://example-roofing-company.com/contact",
"email_found": [
"[email protected]"
],
"phone_found": [
"555-555-1212"
],
"social_links": []
},
"evidence": [
{
"bytes_sampled": 12000,
"fetched_at_utc": "2026-09-02T00:00:00.000Z",
"status": 200,
"url": "https://example-roofing-company.com/"
}
],
"marketing_observations": [
{
"code": "weak_conversion_cta",
"confidence": 70,
"evidence": "No clear quote, schedule, booking, or call CTA detected in sampled content.",
"severity": "medium"
}
],
"opportunity_signals": [
"Trust/friction issue: missing_policy_language",
"Marketing issue: weak_conversion_cta",
"Lead-generation fit score: 77"
],
"prospect_qualification": {
"rationale": "Strong first-pass fit for lead-generation or trust-review follow-up.",
"score": 77
},
"recommendation": "qualify",
"service_name": "Signal Forge Prospect Qualifier",
"service_slug": "prospect-qualifier",
"trust_or_friction_observations": [
{
"code": "missing_policy_language",
"confidence": 65,
"evidence": "Privacy, terms, or policy language was not detected in sampled text.",
"severity": "medium"
}
],
"use_case": "lead_generation"
},
"success": true
},
"type": "json"
}
},
"schema": {
"$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"
}
}
}Use it
curl
curl "https://signalforgestudios.com/x402/prospect-qualifier" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signalforgestudios.com/x402/prospect-qualifier");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://signalforgestudios.com/x402/prospect-qualifier")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7656.json, and this resource appears in /discovery/resources and /discovery/search.