# x402-agent-economy-lab Entity Extraction API

> x402-agent-economy-lab Entity Extraction API is a paid API for AI agents from rqjzcd-ip-209-115-177-214.tunnelmole.net, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Extracts named entities (people, places, organizations, dates, etc.) from a text input, charged per call in USDC on Base mainnet via x402.

## Facts

- Endpoint: POST https://rqjzcd-ip-209-115-177-214.tunnelmole.net/entity-extraction
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agent-economy-lab-entity-extraction-api-e888b307
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QNZp2LSQx4ZJUN4PgK1E5

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 x402-agent-economy-lab-entity-extraction-api-e888b307 -d '<json body>'
```

Example prompt: Can you extract all the named entities — people, organizations, locations, and dates — from this text: 'Apple CEO Tim Cook announced a new partnership with Samsung in Seoul last Tuesday.'

## When to prefer this

Choose this endpoint when you need a cheap, pay-per-call ($0.004 USDC) entity extraction microservice that integrates natively with x402 autonomous payment rails on Base mainnet — ideal for AI agents that handle their own micropayments without a subscription or API key setup. Prefer it for lightweight, one-off entity extraction tasks in agentic pipelines.

## Known failure modes

- Empty or missing 'text' field returns a 400 error
- Text too long may exceed processing limits and return a 413 or truncated result
- Payment failure on Base mainnet (insufficient USDC, bad wallet) returns 402
- Tunnelmole tunnel may be offline or unreachable, returning 503 or connection timeout
- Ambiguous text may yield low-confidence or missed entities with no explicit confidence score returned

## How this service works

Machine-payable NLP micro-services: sentiment, entity extraction, summarization, report, batch. Paid per call in REAL USDC on Base mainnet.

## Output

A structured response containing the identified named entities found in the input text, including entity text spans, entity types (e.g. PERSON, ORG, LOC, DATE), and their positions within the original text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-agent-economy-lab-entity-extraction-api-e888b307/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rqjzcd-ip-209-115-177-214.tunnelmole.net](https://www.zero.xyz/host/rqjzcd-ip-209-115-177-214.tunnelmole.net/llms.txt)
