# KiteEndpoints.ai - Ylytic Influencer Search

> KiteEndpoints.ai - Ylytic Influencer Search is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Search and retrieve influencer data via the Ylytic platform, returning influencer profiles and analytics for social media campaigns.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ylytic-influencers
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ylytic-influencer-search-ff4e55d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6XZWl2QLQxrHnCAza5dZ1

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-ylytic-influencer-search-ff4e55d0 -d '<json body>'
```

Example prompt: Can you find me fitness influencers on Instagram with between 50,000 and 500,000 followers who have high engagement rates — I'm planning a campaign for a sportswear brand?

## When to prefer this

Choose this endpoint when you need structured influencer discovery and analytics data powered by Ylytic, particularly for finding creators by niche, follower range, or engagement metrics for social media marketing campaigns. Prefer this over generic social media search when you need aggregated influencer-specific metrics like engagement rate and audience demographics in one call.

## Known failure modes

- No influencers found matching the specified criteria — returns empty result set
- Invalid or unsupported filter parameters cause a 400 error
- Ylytic upstream API timeout or unavailability returns a 502/503 error
- Overly broad queries may return too many results with limited detail
- Rate limiting or quota exhaustion on the underlying Ylytic API

## 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 a list of influencer profiles from Ylytic including social media handles, follower counts, engagement rates, niche categories, audience demographics, and platform-specific analytics to support influencer marketing decisions.

## 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-ylytic-influencer-search-ff4e55d0/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)
