# Social Profile Search API (Instagram, TikTok, Reddit)

> Social Profile Search API (Instagram, TikTok, Reddit) is a paid API for AI agents from api.monpham.work, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Searches public social media profiles across Instagram, TikTok, and Reddit by a text query, returning matched public accounts or users.

## Facts

- Endpoint: GET https://api.monpham.work/v1/social/search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/social-profile-search-api-instagram-tiktok-reddit-bc25caac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wqlACZIKs1sVt8Tbb3mz-

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 social-profile-search-api-instagram-tiktok-reddit-bc25caac
```

Example prompt: Search Instagram for public profiles related to 'vegan fitness' and return the top 10 results.

## When to prefer this

Use this endpoint when you need to discover or look up public social profiles on Instagram, TikTok, or Reddit by keyword or topic, especially for influencer research, brand monitoring, or competitive analysis. Prefer this over manual scraping or platform-specific tools when you need a unified multi-platform search in a single API call.

## Known failure modes

- Invalid or unsupported platform value returns an error
- Query string too vague or too long may return empty results or be rejected
- Limit parameter out of range may cause a validation error
- Rate limiting may apply if the endpoint is called too frequently
- Private or deleted accounts are not returned
- Network timeouts on busy crawl periods

## How this service works

Search public social profiles (Instagram, TikTok, Reddit) by query. POST body: {query, platform, limit}.

## Output

A list of matched public social profiles from the specified platform (Instagram, TikTok, or Reddit), including usernames and available profile metadata, up to the requested limit.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/social-profile-search-api-instagram-tiktok-reddit-bc25caac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.monpham.work](https://www.zero.xyz/host/api.monpham.work/llms.txt)
