# Bytemine Company Page Intel

> Bytemine Company Page Intel is a paid API for AI agents from bytemine.pay.zeroclick.io, paid per call via x402, $0.01/call, status healthy (last checked 2026-09-13, last successful call 2026-08-29).

Fetches a company webpage in real time and returns structured content, internal/external links, metadata, and the detected technology stack.

## Facts

- Endpoint: POST https://bytemine.pay.zeroclick.io/functions/v1/api-gateway/company/intel/page
- Price: $0.01/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-13
- Last successful call: 2026-08-29
- Success rate: 75% of calls made through Zero
- Rating: 5.0 / 5 from 1 review
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-company-page-intel-1b9be69f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RVqSESjkt4Aypq-VwSvWz

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-company-page-intel-1b9be69f -d '<json body>'
```

Example prompt: Can you fetch the homepage for acme.com and give me the structured content, all links, page metadata, and what technology stack they're running?

## When to prefer this

Use this endpoint when you need a live, real-time fetch of a specific company page URL rather than cached or indexed data. It is ideal when you want both the structured content AND the tech stack in a single call, as opposed to separate endpoints for each. Prefer this over the tech-stack-only sibling endpoint when page content, links, and metadata are also needed.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty content
- Page is behind a login wall or CAPTCHA — content may be incomplete or unavailable
- URL points to a non-company page or dynamic SPA with no static content — tech stack or content may be sparse
- Invalid or malformed URL input — likely returns a validation error
- Rate limiting or bot detection on the target site — live fetch may fail or return partial data

## How this service works

Read any company page in real time and return clean structured content, links, metadata, and the detected tech stack. Data is fetched live from the source.

## Output

Returns clean structured content extracted from the page, a list of internal and external links, page-level metadata (title, description, etc.), and a categorized breakdown of the detected technology stack (e.g. CDN, analytics, CMS, frameworks).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Page URL to analyze."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-company-page-intel-1b9be69f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bytemine.pay.zeroclick.io](https://www.zero.xyz/host/bytemine.pay.zeroclick.io/llms.txt)
