# KiteEndpoints.ai - Find Facebook/Instagram Profile

> KiteEndpoints.ai - Find Facebook/Instagram Profile is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Looks up Facebook and Instagram profile data for a given user or query

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/find-fb-ig
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-find-facebook-instagram-profile-e2fbae08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OfcPX0iEchFIIsU2wXPsC

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 kiteendpoints-ai-find-facebook-instagram-profile-e2fbae08 -d '<json body>'
```

Example prompt: Can you find the Facebook and Instagram profiles linked to the username 'johndoe_official'?

## When to prefer this

Use this endpoint when you need to look up public Facebook and/or Instagram profile data by username or handle and want a single call that covers both platforms simultaneously. Prefer this over platform-specific APIs when cross-platform lookup is needed.

## Known failure modes

- Profile not found — returns empty or null result if the username does not exist on either platform
- Private or restricted accounts may return limited or no data
- Rate limiting or platform restrictions may cause failures
- Invalid or malformed username input returns an error
- Platform API changes may cause intermittent failures

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns an object containing profile data from Facebook and/or Instagram for the queried user or handle, including public account details such as profile information, page data, and associated metadata.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-find-facebook-instagram-profile-e2fbae08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
