# Bulk Page Intelligence

> Bulk Page Intelligence is a paid API for AI agents from agents.bytemine.ai, paid per call via MPP or x402, $1/call, status unknown (last checked 2026-09-15).

Analyze up to 100 URLs in one parallel call, returning structured content, metadata, and tech stack for each URL

## Facts

- Endpoint: POST https://agents.bytemine.ai/functions/v1/api-gateway/company/intel/pages
- Price: $1/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: agents.bytemine.ai
- Website: https://agents.bytemine.ai
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-bytemine-ai-bulk-page-intelligence-0e6faa6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cIX3HdGxK-ofbThqePkT3

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 agents-bytemine-ai-bulk-page-intelligence-0e6faa6f -d '<json body>'
```

Example prompt: Analyze all of these URLs for me — https://acme.com/about, https://rival.io/pricing, and 30 others I'll paste — and give me the structured content, metadata, and tech stack for each one.

## When to prefer this

Choose this endpoint when you need to analyze more than one URL at a time — it processes up to 100 URLs in parallel in a single call, making it far more efficient and cost-effective than calling the single-page endpoint repeatedly. Ideal for prospect list enrichment, competitor audits, or any workflow where you have a batch of URLs ready upfront.

## Known failure modes

- Individual URLs that are unreachable or return errors will appear as failed items in the results array while others succeed
- Exceeding the 100-URL limit will result in a validation error
- Malformed or non-HTTP URLs will be rejected
- Heavily JavaScript-rendered pages may return incomplete content
- Rate limits or payment failures will block the entire batch

## How this service works

Bytemine is a B2B data platform for sales and go to market teams. It covers contact and company search across 135M professionals and 10M companies, contact and company enrichment, LinkedIn profile search and enrichment, live company intelligence read from a company's own web presence, technographics, buying intent scoring, and hiring, funding, job posting, and job change signals. Search results bill per record returned, enrichment bills only on a successful match, and count queries are free. This server is a pay-per-use, transparent proxy in front of Bytemine's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge, reserved for agents claimed by a human with a verified email.

## Output

An array of results, one per input URL, each containing structured page content, extracted links, page metadata (title, description, etc.), and the detected technology stack running on that page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "maxItems": 100,
   "description": "URLs to analyze, max 100."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "results": {
   "type": "array",
   "items": {
    "type": "object"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-bytemine-ai-bulk-page-intelligence-0e6faa6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.bytemine.ai](https://www.zero.xyz/host/agents.bytemine.ai/llms.txt)
