# AdFreeLLM Instagram Social Data Relay

> AdFreeLLM Instagram Social Data Relay is a paid API for AI agents from adfreellm.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Fetches public Instagram profile data, posts, comments, reels, or mentions for a given username or URL

## Facts

- Endpoint: POST https://adfreellm.com/relay/1787408884843/social/instagram
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adfreellm-instagram-social-data-relay-424ad7a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QUqSPubdqMrQ3vu4dji6q

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 adfreellm-instagram-social-data-relay-424ad7a9 -d '<json body>'
```

Example prompt: Pull the Instagram profile details for the account 'natgeo' — I want their username, full name, and follower count.

## When to prefer this

Choose this endpoint when you need to quickly retrieve public Instagram data (profile details, posts, comments, reels, or mentions) for a specific username or URL without setting up your own scraping infrastructure. It is well-suited for lightweight lookups and competitive intelligence tasks where a limit of up to 10 items per call is sufficient.

## Known failure modes

- Private or non-existent Instagram account returns empty results or error
- Invalid or malformed username/URL causes a 400 bad request
- Rate limiting or Instagram blocking may result in incomplete data
- Exceeding the maximum limit of 10 causes a validation error
- Target account with no public content returns empty arrays

## How this service works

Chat with Gemini 3.6 Flash, DeepSeek V4 Flash and more — 100% free, no credit card, no subscription. Advertisers pay the bill. Pick a model and talk.

## Output

Returns a JSON array of objects containing public Instagram account data such as username, full name, and followers count, along with posts, comments, reels, or mentions depending on the requested type and limit.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "fullName": "Instagram",
   "username": "instagram",
   "followersCount": 1000000
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adfreellm-instagram-social-data-relay-424ad7a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from adfreellm.com](https://www.zero.xyz/host/adfreellm.com/llms.txt)
