# AgentServices Research Endpoint

> AgentServices Research Endpoint is a paid API for AI agents from agentservices.to, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs web research queries and returns synthesized information from multiple sources, paid per-call via x402 micropayments

## Facts

- Endpoint: GET https://agentservices.to/v1/research
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-research-endpoint-3aea5aad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JYt3YHrFxjVN9jRCMQoKc

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 agentservices-research-endpoint-3aea5aad
```

Example prompt: Can you research the latest developments in Ethereum layer-2 scaling solutions and give me a summary from about 5 sources?

## When to prefer this

Choose this endpoint when an AI agent needs to perform quick web research on a topic and receive a synthesized answer from multiple sources, especially in crypto, DeFi, or marketing intelligence domains. It is well-suited for agents that need pay-per-use research without a subscription, leveraging x402 micropayments on Base for frictionless per-call billing at $0.05 USDC.

## Known failure modes

- Missing required 'q' parameter returns 400 error
- Payment not provided or insufficient funds results in 402 Payment Required
- Query returns no results for highly obscure or non-indexed topics
- Rate limiting or service unavailability returns 5xx error
- Sources parameter set too high may increase latency or return partial results

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A synthesized research summary drawn from multiple web sources, containing relevant facts, findings, and information related to the query. The number of sources consulted can be controlled via the sources parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string"
  },
  "sources": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-research-endpoint-3aea5aad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
