# StableSocial Detect Age & Gender

> StableSocial Detect Age & Gender is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Analyzes a social media profile URL to detect the estimated age and gender of the account owner

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/detect-age-gender
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-detect-age-gender-e43f6d03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gXlCsg9_XmSFb8hxHObt6

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 stablesocial-detect-age-gender-e43f6d03 -d '<json body>'
```

Example prompt: Can you detect the estimated age and gender of the person behind this TikTok profile? Here's the URL: https://www.tiktok.com/@someuser

## When to prefer this

Use this endpoint when you need quick, pay-per-request demographic inference (age and gender) from a social profile URL across major platforms (TikTok, Instagram, Facebook, Reddit, LinkedIn) without requiring an API subscription. Ideal for influencer vetting, content moderation, or audience enrichment workflows where you need demographic signals at scale without committing to a recurring plan.

## Known failure modes

- Invalid or inaccessible profile URL returns an error
- Private or restricted profiles may yield no results
- Profile has insufficient data to infer age or gender
- Unsupported platform URL returns a validation error
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or temporary platform blocks on the scraped social network

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns estimated age range and inferred gender classification for the social media account owner based on their public profile data. May include confidence scores or probability signals for each prediction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "URL to users social profile"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-detect-age-gender-e43f6d03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
