# KiteEndpoints.ai - Find Facebook/Instagram Profile

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

Looks up Facebook and/or Instagram profile information for a given user or identifier

## Facts

- Endpoint: POST https://kite-endpoints.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-7aef64d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L1XMNDcaHG-a7ItYRMQEX

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

Example prompt: Can you find the Facebook and Instagram profile details for the username 'johndoe_official'?

## When to prefer this

Use this endpoint when you need to quickly retrieve public Facebook or Instagram profile data for a known username or identifier, especially in a pay-per-request context where you don't want to maintain a long-term API subscription. Prefer this over direct Meta API access when you lack developer credentials or want a simple one-call lookup.

## Known failure modes

- Profile not found for given username or identifier — returns empty or null result
- Invalid or malformed input identifier — may return error response
- Private or restricted account — limited or no data returned
- Rate limiting or upstream API restrictions — request may fail
- Network or upstream service unavailability — generic error response

## 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 profile data associated with a Facebook and/or Instagram account, likely including public profile fields such as name, bio, follower counts, profile URL, and account metadata, wrapped in a result object.

## 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-7aef64d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
