# Bytemine Web Intelligence Extractor

> Bytemine Web Intelligence Extractor is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Scrapes a URL and extracts structured business intelligence data according to a specified schema (company profile, team members, pricing, tech stack, social links, branding, or full intelligence).

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/crawl/extract
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-web-intelligence-extractor-73c6e630
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qTLQsBp3TE0xF9DgAmsXD

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-web-intelligence-extractor-73c6e630 -d '<json body>'
```

Example prompt: Can you scrape stripe.com and extract its full_intelligence profile — I want to know their team, pricing, tech stack, branding, and social links all at once?

## When to prefer this

Use this endpoint when you need structured, schema-specific business data extracted from a website rather than raw HTML. It is preferable over raw HTML scrapers when you want categorized output like pricing tables, team bios, or tech stack without manual parsing. Choose the full_intelligence schema for comprehensive one-shot company research, or targeted schemas like pricing or tech_stack for focused competitive analysis.

## Known failure modes

- URL is inaccessible or returns a non-200 status — extraction fails with an error
- Website uses heavy JavaScript rendering that prevents proper content scraping
- Invalid schema value provided — must be one of the seven supported enum values
- Target page requires login or authentication — content cannot be scraped
- Requested data type not present on the page (e.g. no pricing section exists) — returns empty or partial results
- Rate limiting or bot detection on the target domain blocks the scrape

## How this service works

Scrape a URL and extract structured data using a schema: company_profile, team_members, pricing, tech_stack, social_links, branding, full_intelligence. 2 credits.

## Output

A structured JSON object containing the requested business intelligence fields extracted from the target URL — which may include company description, founding details, team bios, pricing tiers, detected technologies, social media URLs, branding colors/fonts, or a comprehensive combination of all of the above depending on the chosen schema.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to extract structured data from"
  },
  "schema": {
   "type": "string",
   "description": "Extraction schema: company_profile, team_members, pricing, tech_stack, social_links, branding, or full_intelligence"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-web-intelligence-extractor-73c6e630/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)
