Darrylbots paid research: Standard Stock Screen: Quality, Momentum, and Durable Execution
Darrylbots paid research: Standard Stock Screen: Quality, Momentum, and Durable Execution
1000 (raw units)
price
5
calls / 30d
5
unique payers
2026-09-14
updated
Provider
darrylbots.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x0BF63F37b0f512839C001548dc66a6A99Bfc019B",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"purchased": true,
"report": {
"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": [
{
"market_cap": "315.0B",
"name": "KLA Corp",
"quote": 256.42,
"rank": 1,
"risk": "Premium valuation and semiconductor-capex cyclicality.",
"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": "453.4B",
"name": "Lam Research Corp",
"quote": 388.92,
"rank": 2,
"risk": "Sensitive to memory and wafer-fab equipment cycles.",
"symbol": "LRCX",
"thesis": "Record revenue, strong cash generation, memory/DRAM exposure, and large capital returns."
},
{
"market_cap": "438.8B",
"name": "Applied Materials Inc",
"quote": 585.78,
"rank": 3,
"risk": "Already priced for strong execution.",
"symbol": "AMAT",
"thesis": "Broadest semicap platform with record EPS, strong balance sheet, and AI materials/advanced-packaging partnerships."
}
],
"id": "stock-screen-standard-2026-06",
"lens": "standard",
"price": {
"amount": "0.001",
"amount_atomic": "1000",
"currency": "USDC",
"network": "Base",
"network_caip2": "eip155:8453"
},
"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.",
"title": "Standard Stock Screen: Quality, Momentum, and Durable Execution"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://darrylbots.com/api/research-report-standard" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://darrylbots.com/api/research-report-standard");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://darrylbots.com/api/research-report-standard")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6020.json, and this resource appears in /discovery/resources and /discovery/search.