# Geld Machen Red Flag Scan

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

Screens an offer or pitch for sketchy side-income / get-rich-quick signals, returning a red-flag analysis of the supplied text and optional landing URL

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/red-flag-scan
- Price: $0.25/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-red-flag-scan-959e6537
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lUdt1eYvZIi6N2S_U7S-f

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-red-flag-scan-959e6537
```

Example prompt: Can you scan this pitch for red flags — 'Earn $500/day passively from home, no experience needed, limited spots!' — and also check the landing page at https://easymoney-promo.net for sketchy signals?

## When to prefer this

Choose this endpoint when you need a combined textual analysis plus optional live URL fingerprinting of a side-income, gig, or investment pitch. It is specifically tuned for detecting get-rich-quick, MLM, passive-income, and affiliate scam patterns — not a general-purpose content moderation or spam filter. Prefer it over simpler URL fingerprint tools when offer copy is available and scam-signal detection is the primary goal.

## Known failure modes

- Missing required offer_text parameter returns a 4xx error
- Invalid or unreachable offer_url causes URL fetch to fail or return partial results without live fingerprint
- Offer text too short or generic may yield low-confidence or inconclusive flag output
- Payment of $0.25 USDC via x402 must succeed before results are returned; failed payment returns 402

## 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

A structured red-flag report identifying suspicious patterns in the offer text (e.g. income guarantees, urgency tactics, MLM structures) and, if a URL is provided, technical signals such as body hash, TLS/DNS metadata, and domain age from RDAP — enabling the agent to assess overall trustworthiness of the pitch.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "offer_text"
 ],
 "properties": {
  "offer_url": {
   "type": "string",
   "description": "Optional https landing URL — live fetch yields body_sha256, HTTP/TLS/DNS, RDAP domain age"
  },
  "offer_text": {
   "type": "string",
   "description": "Offer / pitch / landing copy to screen for sketchy side-income signals"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-red-flag-scan-959e6537/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)
