# Coockies.ai Social Links Search

> Coockies.ai Social Links Search is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.122338/call, status unknown (last checked 2026-09-16).

Searches for social media profile links associated with a person, brand, or query across multiple social platforms

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/social-links-search
- Price: $0.122338/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-social-links-search-d4e5782a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BBYKb1jROThVxQeQ8QGt-

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 coockies-ai-social-links-search-d4e5782a -d '<json body>'
```

Example prompt: Can you search for all the social media profile links associated with 'Elon Musk' across platforms like Twitter, LinkedIn, and Instagram?

## When to prefer this

Choose this endpoint when you need to discover and aggregate social media profile URLs for a named person, brand, or public figure across multiple platforms in a single call, especially within an x402 pay-per-call workflow on Base chain. Prefer this over manual search or single-platform APIs when breadth of social coverage matters.

## Known failure modes

- No social profiles found for the given query — returns empty or null result
- Ambiguous name matches multiple entities — results may not correspond to the intended person
- Rate limiting or payment failure via x402 — 402 response requiring payment
- Profiles may be outdated if the underlying data source isn't recently crawled
- Private or unlisted profiles may not appear in results

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing social media profile URLs and associated link data for the queried person, brand, or username across multiple social platforms such as Twitter, LinkedIn, Instagram, Facebook, YouTube, and others.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-social-links-search-d4e5782a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
