{
  "x402Version": 2,
  "id": 7656,
  "slug": "7656",
  "resource": "https://signalforgestudios.com/x402/prospect-qualifier",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7e4d786057930b66cb45e2017a587425ebade587",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 1800
    }
  ],
  "outputSchema": {
    "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": [
                  "info@example-roofing-company.com"
                ],
                "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "signalforgestudios.com",
  "lastUpdated": "2026-09-17T03:36:25.447Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T03:36:25.194Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "signalforgestudios.com",
    "manifest_name": "signalforgestudios.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}