# Bytemine Website Intelligence Crawler

> Bytemine Website Intelligence Crawler is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Crawls a website's key pages and returns a comprehensive intelligence report including company profile, contacts, social links, tech stack, sales signals, pain points, and conversation starters.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/crawl/intel
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-website-intelligence-crawler-ec283b58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SY4siKtQcTIXawaMMOc5F

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 bytemine-website-intelligence-crawler-ec283b58 -d '<json body>'
```

Example prompt: Can you crawl the website https://acmecorp.com and give me a full intelligence report — company profile, key contacts, their tech stack, any sales signals or pain points, and some good conversation starters I can use for outreach?

## When to prefer this

Choose this endpoint when you need comprehensive, multi-signal company intelligence from a website in a single call — particularly for sales prospecting, lead enrichment, or competitive research. It is preferable over raw scraping endpoints when you need structured, interpreted outputs like pain points and conversation starters rather than raw HTML, and over manual research when you need to process many prospects quickly.

## Known failure modes

- Website blocks crawlers (returns 403 or CAPTCHA), resulting in partial or empty report
- Invalid or unreachable URL returns an error with no data
- Very small or single-page websites may yield limited intel despite the 5-page minimum charge
- Rate-limited or slow-loading sites may cause incomplete crawl results
- Paywalled or login-gated content will not be accessible to the crawler

## How this service works

Crawl a website's key pages and return comprehensive intel: company profile, contacts, social links, tech stack, sales signals, pain points, conversation starters. 1 credit per page (min 5).

## Output

A structured intelligence report containing: company profile summary, key contact names and roles, social media links, detected tech stack, identified sales signals (e.g. hiring, funding, expansion), inferred pain points, and ready-to-use conversation starters for outreach. Coverage is proportional to the number of pages crawled (minimum 5, billed at 1 credit per page).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Website URL to analyze (full intelligence report)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-website-intelligence-crawler-ec283b58/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
