# OneShotAgent Social Profile Discovery

> OneShotAgent Social Profile Discovery is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Discovers social media profiles linked to a person given their email address or a social media URL

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/research/social
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-social-profile-discovery-f817d74a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6TRCQVImYzBvW4b6nYu_u

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-social-profile-discovery-f817d74a -d '<json body>'
```

Example prompt: Can you find what social media profiles are linked to john.smith@acme.com? I'm trying to track down their Twitter, LinkedIn, or any other accounts.

## When to prefer this

Choose this endpoint when you need to discover a person's social media presence starting from just their email address or a known social URL. It is ideal for sales enrichment, journalist research, OSINT workflows, or any agent pipeline that needs to map an email contact to their social accounts. Prefer this over generic web search when you want structured profile links rather than unstructured search results.

## Known failure modes

- No profiles found if email is not associated with any public social accounts
- Invalid email format or malformed URL returns a validation error
- Private or unlisted accounts may not be discoverable
- Rate limiting or payment failure for the $0.01 USDC per-call fee
- Ambiguous results if the email is shared by multiple people

## How this service works

Discover social media profiles for a person by email or URL

## Output

Returns a collection of discovered social media profile links and account identifiers associated with the provided email or social URL, covering platforms such as Twitter/X, LinkedIn, Instagram, and others found in the person's digital footprint.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-social-profile-discovery-f817d74a/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)
