# StableSocial Instagram Profile Search

> StableSocial Instagram Profile Search is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Search Instagram profiles by bio or caption keyword/phrase and return matching profiles with cursor-based pagination.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/instagram/search/profiles
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-instagram-profile-search-8bfdc4fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ScRlc3888MIdi8o2zMLvP

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 stablesocial-instagram-profile-search-8bfdc4fc -d '<json body>'
```

Example prompt: Search Instagram profiles on StableSocial for accounts that mention 'sustainable fashion' in their bio or captions — show me the first page of results.

## When to prefer this

Choose this endpoint when you need to discover Instagram profiles by keyword without requiring authentication, subscriptions, or Instagram API credentials. Ideal for one-off or pay-per-use queries in agent workflows where spinning up OAuth is impractical. Best for keyword-driven profile discovery rather than fetching a known user's profile directly.

## Known failure modes

- Empty result set if the keyword has no matching profiles
- Invalid or expired cursor returns an error or restarts pagination
- Missing or empty query string returns a validation error
- Rate limiting or payment failure returns a 402 response
- Service may return stale data if Instagram's underlying data is not fresh

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a list of Instagram profiles matching the keyword query, including profile details discoverable via bio/caption keyword search, plus a cursor value for paginating to the next page of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "minLength": 1,
   "description": "Bio or caption keyword/phrase to search for."
  },
  "cursor": {
   "type": "string",
   "description": "The cursor returned by the previous response. In this version, it is the next Google results page number."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-profile-search-8bfdc4fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
