# AnyAPI Social Finder

> AnyAPI Social Finder is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-16, last successful call 2026-07-17).

Finds social media profiles and contact information for a person or entity across multiple platforms using a single API call.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/social.finder
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 3.2 / 5 from 2 reviews
- Activations on Zero: 14
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-social-finder-25dfd848
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VxVS0qmYQf4T6Th9YV25f

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 anyapi-social-finder-25dfd848 -d '<json body>'
```

Example prompt: Can you find all the social media profiles you can for someone named 'Alex Johnson' who works at Stripe — I need their LinkedIn, Twitter, and any other accounts tied to their name?

## When to prefer this

Use this endpoint when you need to discover or aggregate a person's social media presence across multiple platforms in one call, especially within a pay-per-request model with no subscription overhead. Prefer over manual platform-by-platform scraping or dedicated single-platform APIs when breadth of coverage matters more than depth.

## Known failure modes

- Profile not found — returns empty results or 404-style JSON error
- Ambiguous name with multiple matches — may return multiple candidates or partial results
- Rate limiting or payment failure — request rejected if wallet balance is insufficient
- Private or unlisted profiles may not be discoverable
- Invalid or malformed input parameter — API returns validation error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing discovered social media profile URLs, handles, and associated contact information for the queried person or entity across multiple platforms.

## Example request

```json
{
 "name": "alex johnson",
 "limit": 3
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-social-finder-25dfd848/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
