# DarrylBots Research Report – Standard Stock Screen

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

Returns a ranked stock screening research report covering quality, momentum, and durable-execution candidates, with thesis, risk, quote, and market-cap data per ticker.

## Facts

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

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-research-report-standard-stock-screen-542082b4
```

Example prompt: Pull the standard stock screen research report from DarrylBots — I want to see the ranked list of quality and momentum candidates with their thesis, risks, and current quotes.

## When to prefer this

Choose this endpoint when you need a pre-curated, ranked equity research report with thesis and risk notes rather than raw market data. Ideal for AI agents that need a structured, human-readable stock screen output with qualitative analysis, especially for semiconductor, AI infrastructure, or diversified quality/momentum names. Not a substitute for real-time ticker feeds or brokerage execution APIs.

## Known failure modes

- Payment not included or invalid — endpoint requires $0.01 USDC via x402 protocol before report is served
- Network or connectivity issue reaching Base for payment settlement
- Report data temporarily unavailable — stale or missing market data for quotes
- Invalid or expired report ID if a specific report ID is requested
- Rate limiting if too many calls are made in a short window

## How this service works

High-touch consulting for personal AI fleets: humanoid robots, LifeOps assistants, WealthOps bots, and secure digital-physical automation for homes and executives.

## Output

A JSON object containing a full research report with a ranked list of equities, each including symbol, name, rank, thesis, risk note, live quote, and market cap, plus a top-level summary, title, pricing metadata, and a disclaimer. The report uses the 'standard' lens covering quality, momentum, and durable execution.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report": {
   "id": "stock-screen-standard-2026-06",
   "lens": "standard",
   "price": {
    "amount": "0.001",
    "network": "Base",
    "currency": "USDC",
    "amount_atomic": "1000",
    "network_caip2": "eip155:8453"
   },
   "title": "Standard Stock Screen: Quality, Momentum, and Durable Execution",
   "summary": "The strongest standard candidates are semiconductor capital-equipment and AI infrastructure names, with CASY, FSLR, FTAI, and TGTX included for diversification outside the pure AI hardware cluster.",
   "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": "KLA Corp",
     "rank": 1,
     "risk": "Premium valuation and semiconductor-capex cyclicality.",
     "quote": 256.42,
     "symbol": "KLAC",
     "thesis": "Best quality semicap/process-control compounder in the slate; exceptional margin/cash-flow profile and clear AI/WFE demand signal.",
     "market_cap": "315.0B"
    },
    {
     "name": "Lam Research Corp",
     "rank": 2,
     "risk": "Sensitive to memory and wafer-fab equipment cycles.",
     "quote": 388.92,
     "symbol": "LRCX",
     "thesis": "Record revenue, strong cash generation, memory/DRAM exposure, and large capital returns.",
     "market_cap": "453.4B"
    },
    {
     "name": "Applied Materials Inc",
     "rank": 3,
     "risk": "Already priced for strong execution.",
     "quote": 585.78,
     "symbol": "AMAT",
     "thesis": "Broadest semicap platform with record EPS, strong balance sheet, and AI materials/advanced-packaging partnerships.",
     "market_cap": "438.8B"
    }
   ]
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darrylbots-research-report-standard-stock-screen-542082b4/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)
