# StableSocial Instagram Followers

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

Retrieves the follower count or followers list for a given Instagram account via pay-per-request with no subscription required.

## Facts

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

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-followers-f438cd70 -d '<json body>'
```

Example prompt: Can you look up how many Instagram followers the account @nike has right now? I just need the follower count, no subscription or API key setup.

## When to prefer this

Use this endpoint when you need Instagram follower data on a pay-per-request basis without committing to a subscription or managing API credentials. Ideal for one-off lookups, agent pipelines that query infrequently, or scenarios where cost predictability per call matters. Prefer over subscription-based social data APIs when volume is low or sporadic.

## Known failure modes

- Invalid or non-existent Instagram username returns an error or empty result
- Private Instagram accounts may not expose follower data
- Payment failure or insufficient USDC balance blocks the request
- Rate limiting or Instagram-side blocking may cause intermittent failures
- Stale or cached data may not reflect real-time follower counts

## 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 Instagram follower data for the specified account — typically including follower count and possibly a list of followers or profile metadata. Delivered as a JSON response after a $0.06 USDC per-call payment via the x402 protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "Instagram username"
  },
  "max_followers": {
   "type": "integer",
   "default": 500,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Maximum number of followers to collect"
  },
  "max_page_size": {
   "type": "integer",
   "default": 100,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-followers-f438cd70/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)
