citation-complete agent intelligence

Website intelligence agents can verify.

Send a public URL. Get exact source citations, grounded opportunities, and a transparent GEO-readiness score as structured JSON. Settle in USDC on Base—without a subscription or API key.

Live on Base · Pay with USDC

One request, three moves

Built for machine-speed research.

The x402 payment challenge is the interface. Your agent discovers the price, authorizes the exact request, and gets a normal JSON response.

01 / INPUT

Send a URL

POST one public HTTPS website. No account provisioning, key rotation, or batch commitment.

02 / SETTLE

Pay through x402

Authorize the stated USDC price on Base and retry with the payment signature.

03 / OUTPUT

Receive JSON

Use grounded site evidence, technology signals, opportunities, and outreach context in your workflow.

Pay only when it works

Two endpoints. Exact prices.

No seats, credits, or monthly minimum. Settlement occurs only for successful responses.

DETERMINISTIC
$0.02
USDC · per successful response

Signals

  • Site metadata
  • Detected technologies
  • Scanned page URLs
  • Crawl warnings
Endpoint details
FREE
$0
static demonstration response

Sample

Inspect the current response shape before integrating. No live crawl or payment occurs.

Open sample JSON

Proof, not promises

See exactly what comes back.

This immutable, permissioned snapshot analyzes Stride Techworks and publishes report data only—never raw HTML.

sample-response.json
{
  "requestId": "sample_stride-techworks_2026-08-11",
  "url": "https://www.stridetechworks.com/",
  "company": {
    "name": "Stride Techworks",
    "summary": "Stride Techworks modernizes operational businesses with practical AI automation and custom internal software.",
    "probableIndustry": "Custom software and AI automation services",
    "industryConfidence": "high"
  },
  "technologies": [],
  "opportunities": [{
    "category": "conversion",
    "severity": "medium",
    "finding": "The homepage explains two engagement paths but presents most detail in long combined sections.",
    "evidence": "One company. Two ways to hire us."
  }],
  "pagesScanned": ["https://www.stridetechworks.com/"],
  "warnings": ["Immutable permissioned benchmark snapshot; generated reports should be reviewed before use."]
}

Start at HTTP

Integrate with one request.

An unpaid request returns HTTP 402 with the Base/USDC payment requirements. An x402-compatible client authorizes payment and retries with a payment signature.

shell
curl -i -X POST https://api.prospect402.com/v1/prospect \
  -H 'content-type: application/json' \
  -d '{"url":"https://example.com"}'

Constrained by design

Useful intelligence, narrow surface.

Public web only

Only absolute public HTTPS URLs are accepted. Private, local, and reserved hosts are blocked.

Bounded crawl

At most four same-origin HTML pages, with robots rules, redirects, timeouts, and size limits enforced.

No personal enrichment

The service is not designed to extract named individuals, emails, phone numbers, or contact enrichment.

Successful settlement

Failed handlers return non-2xx responses. Payment settles only when a request completes successfully.

Direct answers

Prospect402 FAQ

Concise facts for buyers, search engines, and agents.

What does Prospect402 return?
Structured website signals or a prospect brief with exact source evidence, source URLs, grounded opportunities, linked outreach context, and a versioned AI-discoverability score.
How much does Prospect402 cost?
Signals cost $0.02 USDC and Prospect Briefs cost $0.10 USDC per successful response on Base. The free sample requires no payment.
What does the GEO readiness score mean?
The 0–100 score measures observable access, indexability, technical clarity, machine-readable structure, and answerability at scan time. It cannot guarantee indexing, ranking, or AI citation.
Does Prospect402 provide an MCP server?
Yes. The local stdio bridge provides sample, signals, and brief tools. The buyer wallet remains on the buyer’s machine, and paid tools require explicit opt-in.