# StableSocial Instagram Search

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

Search Instagram for profiles, posts, or content by keyword using pay-per-request access with no subscription required

## Facts

- Endpoint: POST https://socialx402.com/api/instagram/search
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-instagram-search-febb3e8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SOo953sAtNXA2XqHLARk1

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-search-febb3e8e -d '<json body>'
```

Example prompt: Search Instagram for posts and profiles related to 'sustainable fashion' and show me the top results — use StableSocial's pay-per-request Instagram search so I don't need to set up an API account.

## When to prefer this

Choose this endpoint when you need one-off or low-volume Instagram search results without committing to a subscription or setting up OAuth credentials. Ideal for agents that need social data sporadically and want simple pay-per-request billing via x402/USDC.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Invalid or empty search query — returns 400 Bad Request
- Instagram rate limiting on the provider side — returns 429 or 503
- Query returns zero results for obscure or restricted terms — empty results array
- Service unavailability or upstream Instagram changes — returns 500 or timeout

## 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 search results matching the query, which may include post metadata (captions, likes, timestamps), profile information (username, bio, follower count), and content URLs — delivered without requiring OAuth or a subscription.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "keywords": {
   "type": "string",
   "minLength": 1,
   "description": "Search keywords"
  },
  "max_posts": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Maximum posts to collect"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

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