# SocialSearch by Agent Wonderland

> SocialSearch by Agent Wonderland is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Search and discover social accounts, hashtags, and locations, returning targeted lists of matching social profiles and entities.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/social-search
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/socialsearch-by-agent-wonderland-d87770cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rNv25y75_xx-sPV4nPO9u

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 socialsearch-by-agent-wonderland-d87770cf -d '<json body>'
```

Example prompt: Search social media for up to 30 accounts and hashtags related to 'sustainable fashion brands' so I can build a targeted outreach list.

## When to prefer this

Choose this endpoint when you need to discover and list social media accounts, hashtags, or locations matching specific audience criteria — especially for influencer research, competitive analysis, or building outreach lists. Prefer this over general web search when you need structured social profile data rather than web page results.

## Known failure modes

- No results returned for overly niche or misspelled queries
- Rate limiting or payment failure if USDC balance is insufficient
- Ambiguous queries may return irrelevant or mixed-type results
- maxResults cap may limit coverage for broad searches

## How this service works

SocialSearch: Search and discover social accounts, hashtags, and locations. Build targeted lists of accounts matching your audience criteria.

## Output

A list of up to maxResults social accounts, hashtags, and/or locations matching the search query, with profile identifiers and relevant metadata for building targeted audience lists.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxResults": {
   "type": "integer",
   "title": "Maxresults",
   "default": 50
  },
  "searchQuery": {
   "type": "string",
   "title": "Searchquery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/socialsearch-by-agent-wonderland-d87770cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
