# Geld Machen Offer Score

> Geld Machen Offer Score is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-14).

Scores an offer text on a 0–100 scale to evaluate the quality or viability of a micro side-income offer

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/offer-score
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geld-machen-offer-score-2842e825
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jmKmPrrAOTBwXwI7re6rG

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 geld-machen-offer-score-2842e825
```

Example prompt: Score this offer text for me on a scale of 0 to 100: 'Experienced web developer offering SEO audits for small businesses — $99 flat fee, 48-hour turnaround, includes a written action plan.'

## When to prefer this

Use this endpoint when you need a quick, quantified assessment of a micro-offer or side-income pitch text. It is purpose-built for evaluating short offer descriptions in the gig/freelance space and returns a direct numeric score, making it suitable for automated pipelines that need to filter, rank, or compare multiple offers programmatically.

## Known failure modes

- Missing required 'text' parameter returns an error
- Empty or very short offer text may produce unreliable scores
- Ambiguous or off-topic text may yield low-confidence scores
- Service unavailable if upstream Fly.dev instance is down

## How this service works

TIP-OF-SPEAR: URL Fingerprint ($0.01) GET ?url= → body_sha256/TLS/DNS. DEMAND-MATCHED SERP tip: Web Search ($0.02) GET ?q= (required) → ranked results. OCR tip: Image OCR ($0.01) GET ?url= → Tesseract text (COGS=0). Builder tool: Bazaar Readiness Check — FREE ?url= indexed yes/nein + issue count; PAID report $0.05 Fix-JSON. Gated-data: Base DeFi Snapshot ($0.03) balances+gas+protocol TVL/APY. Free teasers have no live hash/results. Upsell red-flag $0.25. Ladder: 0.01→0.02→0.025→0.25→0.35→0.49→0.75→17.

## Output

Returns a numeric score from 0 to 100 representing the quality or viability of the submitted offer text, helping users gauge how compelling or market-ready their micro side-income pitch is.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Offer text to score 0–100"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-offer-score-2842e825/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
