# DarrylBots Hail Mary Stock Screen Research Report

> DarrylBots Hail Mary Stock Screen Research Report is a paid API for AI agents from darrylbots.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a curated speculative stock screening report using the 'Hail Mary' lens, identifying high-risk, catalyst-driven equity candidates with theses, rankings, and exit criteria.

## Facts

- Endpoint: GET https://darrylbots.com/api/research-report-hail-mary
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/darrylbots-hail-mary-stock-screen-research-report-038a1ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9XId9qH3wYRo9YitBafBr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability darrylbots-hail-mary-stock-screen-research-report-038a1ca2
```

Example prompt: Pull up the Darryl Bots Hail Mary stock screen report — I want to see the top catalyst-driven speculative picks ranked by thesis strength, with risk notes and exit criteria for each.

## When to prefer this

Use this endpoint when you want a pre-screened, opinionated list of speculative/catalyst-driven equities with ranked theses rather than raw screener data. Best for users seeking a curated 'hail mary' watchlist with exit criteria already defined, not a broad market scan or fundamental analysis tool.

## Known failure modes

- No properties match yields an empty or default report
- Payment not processed returns 402 with payment required details
- Network or upstream data unavailability returns 5xx error
- Stale data if report has not been refreshed for the current period

## How this service works

Darrylbots paid research: Hail Mary Stock Screen: Catalyst-Defined Speculation

## Output

Returns a structured JSON report with a report ID, lens label ('hail_mary'), title, summary, full ranked list of speculative stock candidates (each with symbol, name, quote, market cap, investment thesis, risk factors, and exit/review guidance), purchase status, and a legal disclaimer. Typically 7 candidates or fewer by design.

## Example request

```json
{
 "properties": "catalyst-driven"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report": {
   "id": "stock-screen-hail-mary-2026-06",
   "lens": "hail_mary",
   "price": {
    "amount": "0.001",
    "network": "Base",
    "currency": "USDC",
    "amount_atomic": "1000",
    "network_caip2": "eip155:8453"
   },
   "title": "Hail Mary Stock Screen: Catalyst-Defined Speculation",
   "summary": "The Hail Mary lens deliberately stops at seven candidates. The conclusion is that weak spike names should remain cash or watchlist slots rather than being promoted to force a ten-name basket.",
   "disclaimer": "This report is research for Darrylbots only. It is not financial, investment, tax, or legal advice and is not a recommendation to buy, sell, or hold any security. Prices can move quickly, especially in Hail Mary candidates; verify live data before acting.",
   "full_rankings": [
    {
     "name": "Zevra Therapeutics Inc",
     "rank": 1,
     "risk": "Single-product and regulatory/commercial execution risk.",
     "quote": 12.55,
     "symbol": "ZVRA",
     "thesis": "Highest-quality Hail Mary: revenue growth, rare-disease exclusivity, debt-free balance sheet, and visible regulatory/patent catalysts.",
     "market_cap": "685.1M",
     "exit_or_review": "Use shares only; define a catalyst review after EMA/patent/clinical updates."
    },
    {
     "name": "Stitch Fix Inc",
     "rank": 2,
     "risk": "YoY active-client decline and discretionary retail risk.",
     "quote": 4.23,
     "symbol": "SFIX",
     "thesis": "Turnaround with no debt, positive free cash flow, large cash/investment base, and early active-client stabilization.",
     "market_cap": "573.4M",
     "exit_or_review": "Small starter only; add only after another quarter of client growth."
    },
    {
     "name": "Forward Air Corp (Delaware)",
     "rank": 3,
     "risk": "High leverage and customer/contract transition risk.",
     "quote": 13.58,
     "symbol": "FWRD",
     "thesis": "Ugly but potentially survivable logistics turnaround with improved liquidity and EBITDA base.",
     "market_cap": "397.5M",
     "exit_or_review": "Only if debt/refinancing path remains credible."
    }
   ]
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darrylbots-hail-mary-stock-screen-research-report-038a1ca2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from darrylbots.com](https://www.zero.xyz/host/darrylbots.com/llms.txt)
