# 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-15).

Extracts named entities (people, organizations, locations, dates, etc.) from input text, paid per call in real USDC on Base mainnet via x402.

## Facts

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

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-b0ed3b08 -d '<json body>'
```

Example prompt: Extract all the named entities — people, organizations, locations, and dates — from this paragraph: 'On March 5, Elon Musk met with Apple executives in Cupertino to discuss a potential partnership.'

## When to prefer this

Choose this endpoint when you need machine-payable, per-call named entity recognition without managing an NLP infrastructure subscription. It is well-suited for AI agents that need to extract entities on-demand from dynamic text inputs and can autonomously handle USDC micropayments via x402 on Base mainnet. Prefer this over larger NLP platform APIs when cost-per-call pricing is preferable to subscription tiers and when the agent stack already supports x402 payment headers.

## Known failure modes

- Empty or missing text field returns an error or empty entity list
- Text too long may be truncated or rejected depending on service limits
- Ambiguous entities may be misclassified (e.g. Apple as fruit vs. company)
- Payment failure on Base mainnet causes 402 response and no result
- Tunnelmole tunnel URL may be ephemeral and go offline without notice
- Malformed JSON input returns a 400 error

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

Returns a structured list of named entities found in the input text, each typically annotated with the entity type (e.g. PERSON, ORG, GPE, DATE) and the span or text value of the entity. Payment of $0.004 USDC is deducted per successful call via x402 on Base mainnet.

## 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-b0ed3b08/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)
