# OneShotAgent Interest Analyzer

> OneShotAgent Interest Analyzer is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes a person's interests and topics from their digital footprint using email, phone, or social media URL

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/research/interests
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-interest-analyzer-5a2a0847
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MRQXZhxPURdkklSwAUyad

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 oneshotagent-interest-analyzer-5a2a0847 -d '<json body>'
```

Example prompt: Look up the interests and topic areas for john.smith@acme.com — I want to know what subjects and passions they're associated with online before I reach out to them.

## When to prefer this

Use this endpoint when you need to understand a specific individual's interests and topic affinities from their existing digital presence, rather than asking them directly. Ideal for sales personalization, content targeting, influencer vetting, or audience segmentation workflows where you have an email, phone, or social URL as a starting identifier.

## Known failure modes

- Insufficient digital footprint — person has very limited online presence, resulting in sparse or empty interest data
- Invalid email format or unrecognized social media URL returns a validation error
- Phone number not linked to any identifiable online profile
- Rate limiting or payment failure due to x402 protocol issues
- No matching identity found across data sources for the provided identifiers

## How this service works

Analyze a person's interests and topics from their digital footprint

## Output

Returns a structured profile of the person's inferred interests and topic areas derived from their digital footprint, linked to the provided email, phone, or social media URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "format": "email"
  },
  "phone": {
   "type": "string"
  },
  "social_media_url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-interest-analyzer-5a2a0847/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
