# DarrylBots Abundance Stock Screen Research Report

> DarrylBots Abundance 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-15).

Returns a curated stock screening research report ranked through an 'abundance lens' focusing on compute, energy, and healthcare infrastructure equities.

## Facts

- Endpoint: GET https://darrylbots.com/api/research-report-abundance
- 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-abundance-stock-screen-research-report-34a87246
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bee71ZON2MUp5FNWnjQsI

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-abundance-stock-screen-research-report-34a87246
```

Example prompt: Pull up the DarrylBots abundance stock screen report — I want to see which compute, energy, and healthcare infrastructure equities are ranked highest under the abundance lens right now.

## When to prefer this

Use this endpoint when you need a pre-curated, opinionated equity research report ranked through an abundance/infrastructure lens covering semiconductor, energy, and healthcare sectors. Prefer this over generic financial data APIs when you want a researched narrative and ranked thesis rather than raw price data or broad market screeners.

## Known failure modes

- Missing or invalid payment: 402 Payment Required if x402 micropayment not included
- Malformed properties parameter: may return 400 or empty results
- Report not yet generated for current period: may return stale or unavailable report
- Network timeout: service unreachable returns 5xx

## How this service works

Darrylbots paid research: Abundance Stock Screen: Compute, Energy, and Healthcare Infrastructure

## Output

Returns a structured JSON report containing a ranked list of stocks filtered through the 'abundance lens', each with ticker symbol, company name, current quote, market cap, and a brief investment thesis. Also includes a report title, summary, disclaimer, and payment/purchase metadata.

## Example request

```json
{
 "properties": "compute,energy,healthcare"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report": {
   "id": "stock-screen-abundance-2026-06",
   "lens": "abundance",
   "price": {
    "amount": "0.001",
    "network": "Base",
    "currency": "USDC",
    "amount_atomic": "1000",
    "network_caip2": "eip155:8453"
   },
   "title": "Abundance Stock Screen: Compute, Energy, and Healthcare Infrastructure",
   "summary": "The abundance lens favors compute/manufacturing infrastructure, energy infrastructure, and commercially credible healthcare rather than treating every theme stock as equal.",
   "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": "Applied Materials Inc",
     "rank": 1,
     "quote": 585.78,
     "symbol": "AMAT",
     "thesis": "Core abundance pick for compute/manufacturing infrastructure: materials engineering, advanced packaging, memory, and AI infrastructure.",
     "market_cap": "438.8B"
    },
    {
     "name": "KLA Corp",
     "rank": 2,
     "quote": 256.42,
     "symbol": "KLAC",
     "thesis": "Process-control bottleneck supplier; essential to ever-more-complex semiconductor manufacturing.",
     "market_cap": "315.0B"
    },
    {
     "name": "Lam Research Corp",
     "rank": 3,
     "quote": 388.92,
     "symbol": "LRCX",
     "thesis": "Wafer-fab and memory infrastructure pick with strong cash flow and buybacks.",
     "market_cap": "453.4B"
    }
   ]
  },
  "purchased": true
 }
}
```

## More

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