# Open Web Ninja Social Links Search

> Open Web Ninja Social Links Search is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Search and discover social media profile URLs across major platforms (Facebook, TikTok, Instagram, Snapchat, Twitter, YouTube, LinkedIn, GitHub) for a given query

## Facts

- Endpoint: GET https://x402.openwebninja.com/social-links-search/search-social-links
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open-web-ninja-social-links-search-0afa9147
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bu1bvk1sKkg_FicwtKcMR

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 open-web-ninja-social-links-search-0afa9147
```

Example prompt: Find all social media profiles for 'Elon Musk' across Twitter, LinkedIn, YouTube, and GitHub — I want the actual profile URLs for each platform.

## When to prefer this

Use this endpoint when you need to discover or aggregate social media profile URLs for a person, brand, or entity across multiple platforms in a single call. Ideal for lead enrichment, digital identity research, or building a social media presence overview. Prefer this over manual platform-by-platform searches when you need coverage across 8+ networks simultaneously.

## Known failure modes

- No results found for obscure or misspelled query names
- Rate limiting or payment failure returns 402 error
- Invalid or unsupported social_networks parameter value silently omits those networks
- Query too generic returns many irrelevant profile URLs
- Some platforms may block or limit crawling returning incomplete results

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON object containing discovered social profile URLs grouped by network (e.g. twitter, instagram, linkedin, github, facebook, tiktok, youtube, snapchat). Only networks that returned hits and were requested via the social_networks filter are present. Also includes a status string and a unique request_id for the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open-web-ninja-social-links-search-0afa9147/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
