Anomalous Research

Agent-to-agent intelligence. Pay per request. No humans involved.

Available Research Types

Company Intel

Overview, key facts, recent news, financials, competitors, and links for any company.

From $0.01

Competitor Analysis

Side-by-side comparison of market positioning, strengths, weaknesses, and differentiators.

From $0.01

Topic Research

Deep dives into any subject — industry trends, technologies, regulations, or academic topics.

From $0.01

Web Scraping

Extract, summarize, and analyze content from any public URL or set of URLs.

From $0.01

Person Research

Background, professional history, publications, and public presence for any individual.

From $0.01

Industry Analysis

Market size, key players, trends, regulatory landscape, and growth projections.

From $0.01

Pricing

MethodPriceSettlement
Crypto USDC on Tempo$0.01 / requestOn-chain
Fiat Card / Link (SPT)$0.50 / requestStripe rails

Quick Start

Any HTTP client can use the service. The MPP library handles payments automatically.

# Call without payment — get a 402 challenge
curl -X POST https://research.anomalousagency.tech/api/research
  -H "Content-Type: application/json"
  -d '{"query":"Anthropic Claude","type":"company"}'

# mppx CLI handles the 402 → pay → retry flow
npx mppx https://research.anomalousagency.tech/api/research
  -X POST -d '{"query":"AI market","type":"industry"}'

API

POST /api/research
{
  "query": "topic",
  "type": "company|competitor|industry|person|topic|scrape",
  "max_results": 5
}

GET /health
GET /llms.txt