> For the complete documentation index, see [llms.txt](https://docs.look4kol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.look4kol.com/eng/search-page.md).

# Search Page

The search page in Look4KOL is designed for customers or brands to find the perfect KOL for them. The search page can help users to filter KOLs with respect to some criteria and also have a full preview of the KOL shown.

<figure><img src="/files/mlPu0R1NIeV5wnK6Rd2U" alt=""><figcaption></figcaption></figure>

As you can see in the picture above, the search page is divided into three prominent sections:

* Filters
* Search Results
* KOL Preview

In this help article, we will help you to understand all the different sections in detail and also their usages. How to utilize each feature to its maximum and also how to utilize the search tools with efficiency, so that brands can find the best KOL according to their needs.

### Search Page Header

The search page header includes the search bar and the limit of items.

<figure><img src="/files/CzpQrknOzQpVtS9bWAaU" alt=""><figcaption></figcaption></figure>

With this header, we can search for a KOL username and also set the limit between 10,20 and 40 items.

### Search Filters

Look4KOL search page has some filters that can help to scrutinize the search results. Some of them are:

* Followers Count
* Nationality
* Engagement Rate
* Verified Account Toggle
* Top Category Percentage

![](/files/njoUW7hs1Gnjnr8CG8Ze)These are all the filters

1. The followers count filter is a range that can be toggled between 0 and 300000
2. The Nationality for now is locked to Hong Kong
3. The engagement rate can be toggled between 0% and 20% and this will be explained more in the coming sections.
4. Verified Account Only means that all the KOLs that have their IG account linked to look4KOL.
5. The top Category Percentage is the category that the KOL is most favorable for.

### Search Results

In the search results, we show a preview of the KOLs that are related to your search query and filters.

The preview includes some images of the KOL, the username, the description, and also the followers' number. It also includes the top category and engagement rate.

<figure><img src="/files/8zbhdtW4QbbNpMzMsw3K" alt=""><figcaption></figcaption></figure>

The image above is a display of what the KOL preview looks like.

### KOL Profile Preview

{% hint style="info" %}
We can contact the KOL using one button on the KOL profile preview
{% endhint %}

![](/files/1uZ27aWgokwgLFObTYIx)

Once the KOL Search Card is clicked the KOL Profile Preview will appear on the right and the KOL will be shown properly on the right division of the search page.

![](/files/pXl4gsA01VaoDPigKDxZ)We can also contact the KOL using the contact button.

Thanks!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.look4kol.com/eng/search-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
