Skip to main content
GET
/
v1
/
search
Search Influencers
curl --request GET \
  --url https://api.example.com/v1/search
{
  "results": [
    {
      "username": "fitnessguru",
      "full_name": "Alex Fitness",
      "followers": 150000,
      "following": 900,
      "category": "Fitness",
      "bio": "Personal trainer | Online coaching | NYC",
      "public_email": "alex@fitnessguru.com",
      "is_verified": false,
      "is_business": true
    }
  ],
  "count": 1
}
This endpoint requires x402 payment. Your x402 client handles payment automatically — see x402 Payments for details.

Request parameters

See Parameters Reference for detailed descriptions, valid values, and constraints for every parameter.

Response

See Response Schema for a complete breakdown of every field in the response.
{
  "results": [
    {
      "username": "fitnessguru",
      "full_name": "Alex Fitness",
      "followers": 150000,
      "following": 900,
      "category": "Fitness",
      "bio": "Personal trainer | Online coaching | NYC",
      "public_email": "alex@fitnessguru.com",
      "is_verified": false,
      "is_business": true
    }
  ],
  "count": 1
}