# 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 a micro side-income offer text 0–100 with a GO/MAYBE/NO-GO band, 8 rubric dimensions, red flags, and rewrite tips using local heuristics

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/offer-score.json
- 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-99f2ae15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8qawxI9J1I6glOgkaqQ4s

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-99f2ae15
```

Example prompt: Score this side-income offer for me: 'Earn $500/week stuffing envelopes from home, no experience needed, just pay $25 for your starter kit' — I want the 0–100 score, the GO/MAYBE/NO-GO verdict, and any rewrite tips.

## When to prefer this

Choose this endpoint when you need a fast, structured, multi-dimensional quality score on a written side-income or gig offer — especially when you want GO/MAYBE/NO-GO guidance plus specific rubric breakdowns and rewrite tips, all in a single JSON call with no external API dependencies. Prefer it over generic sentiment analysis or red-flag scanners when you need an actionable composite score with improvement guidance specific to micro side-income contexts.

## Known failure modes

- Missing or empty 'text' query parameter returns an error or zero-score result
- Offer text too short or garbled may produce low-confidence dimension scores
- Payment not completed via x402 results in 402 Payment Required response and no scoring data
- Extremely long offer texts may be truncated or cause unexpected scoring behavior
- Non-English offer texts may score poorly due to heuristic language assumptions

## How this service works

JSON micro-tool for agents: paste any micro side-income offer text (query ?text= or POST JSON) and get a 0–100 score, GO/MAYBE/NO-GO band, 8 rubric dimensions, flags, and rewrite tips. Local heuristics — no paid APIs. Brand: geld machen. Instant JSON after USDC payment via x402.

## Output

A JSON object containing a numeric score from 0 to 100, a categorical band (GO, MAYBE, or NO-GO), scores across 8 rubric dimensions (e.g. legitimacy, clarity, earning realism, effort transparency), a list of red-flag strings grounded in the offer text, and actionable rewrite suggestions to improve the offer.

## 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-99f2ae15/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)
