# Bytemine ROI Calculator

> Bytemine ROI Calculator is a paid API for AI agents from bytemine.pay.zeroclick.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Generates a personalized ROI projection and business case for a prospect by crawling their website, enriching company data, and producing quantified savings projections, implementation timeline, risk mitigation, outreach copy, and a shareable public report URL.

## Facts

- Endpoint: POST https://bytemine.pay.zeroclick.io/functions/v1/api-gateway/v1/apps/roi-calculator
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-roi-calculator-00e70e76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rmxdxvK4mAQm6Nb6Fe1QD

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-roi-calculator-00e70e76 -d '<json body>'
```

Example prompt: Generate a personalized ROI projection and business case for acmecorp.com — my company is devtools.io, we sell a developer productivity platform, and the annual investment is $24,000. Include LinkedIn and email outreach copy and create a shareable public report with a CTA link to devtools.io/demo.

## When to prefer this

Use this endpoint when you need a prospect-specific, data-driven ROI business case rather than a generic pitch — especially when you want quantified savings numbers, a shareable URL, and ready-to-send outreach copy all in one call. Prefer this over generic proposal generators when the prospect's domain is known and you want enriched company intelligence baked into the financials.

## Known failure modes

- Target domain unreachable or returns no meaningful content — crawler may return empty enrichment
- Invalid or missing target_domain causes request failure
- investment_amount not provided may result in generic or unquantified projections
- Contact enrichment fails if email or LinkedIn is invalid or not publicly linked
- Rate limits or payment failures at the $0.1 USDC per-call gateway may block execution
- Prospect website behind heavy JavaScript or auth walls may limit crawl fidelity

## How this service works

Generate a personalized ROI projection and business case for a prospect. Crawls their website, enriches company data, and produces quantified savings projections, an implementation timeline, risk mitigation, a recommendation, a shareable public URL, and LinkedIn and email outreach copy. Optionally provide contact details for decision maker enrichment.

## Output

Returns a structured business case containing quantified ROI and savings projections, an implementation timeline, risk mitigation strategies, a go/no-go recommendation, a shareable public URL for the prospect-facing report, and ready-to-use LinkedIn and email outreach copy. Optionally includes decision-maker enrichment data if contact details are provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cta_link": {
   "type": "string",
   "description": "Optional CTA URL added to the public report page."
  },
  "your_domain": {
   "type": "string",
   "description": "Your company domain."
  },
  "contact_name": {
   "type": "string"
  },
  "contact_email": {
   "type": "string",
   "description": "Optional decision maker email for enrichment."
  },
  "target_domain": {
   "type": "string",
   "description": "Prospect's domain to analyze."
  },
  "contact_linkedin": {
   "type": "string"
  },
  "investment_amount": {
   "type": "string",
   "description": "Estimated annual cost of your solution in dollars."
  },
  "your_product_description": {
   "type": "string",
   "description": "Brief description of your product or service."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-roi-calculator-00e70e76/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)
