> ## Documentation Index
> Fetch the complete documentation index at: https://socialintel.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Influencers

> Search Instagram influencers by keyword, category, demographics, and location.

<Note>
  This endpoint requires x402 payment. Your x402 client handles payment automatically — see [x402 Payments](/docs/guides/x402-payments) for details.
</Note>

## Request parameters

See [Parameters Reference](/docs/reference/parameters) for detailed descriptions, valid values, and constraints for every parameter.

## Response

See [Response Schema](/docs/reference/response-schema) for a complete breakdown of every field in the response.

<ResponseExample>
  ```json 200 theme={null}
  {
    "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
  }
  ```

  ```json 402 theme={null}
  {
    "error": "Payment Required",
    "x402": {
      "version": "1",
      "amount": "100000",
      "asset": "USDC",
      "payTo": "0xB1Acd9E0269023546074400A434e703B646AaBBa",
      "chain": "base"
    }
  }
  ```
</ResponseExample>
