---
title: "Search Profiles"
method: GET
path: "/api/search"
tags: ["Public Profiles"]
---

# Search Profiles

`GET /api/search`

Full-text search for profiles with filters for pricing, free trials, location, media count and more.

## Query parameters

- `query` string, required — Query for full text search in username, display name, bio
- `limit` string — The number of profiles to return. For each returned profile we charge your account 1 credit. Default: `10`
- `min_subscribe_price` string — Minimum subscribe price
- `max_subscribe_price` string — Maximum subscribe price
- `location` string — Location

## Request body

- object
  - `query` string — Must be at least 3 characters.
  - `min_subscribe_price` number — Must be at least 0.00.
  - `max_subscribe_price` number — Must be at least 0.00.
  - `location` string
  - `website` string
  - `instagram` string
  - `tiktok` string
  - `limit` integer — Must be at least 1. Must not be greater than 100.

## Response `200`

- object
  - `data` object[]
    - `id` integer
    - `onlyfans_id` string
    - `stats_updated_at` string
    - `username` string
    - `name` string
    - `avatar_url` string
    - `header_url` string
    - `subscribe_price` integer
    - `min_subscribe_price` integer
    - `posts_count` integer
    - `photos_count` integer
    - `videos_count` integer
    - `audios_count` integer
    - `favorites_count` integer
    - `favorited_count` integer
    - `subscribers_count` string
    - `is_verified` boolean
    - `website` string
    - `location` string
    - `wishlist` string
    - `about` string
    - `last_seen_at` string
    - `is_performer` boolean
    - `is_real_performer` boolean
    - `is_adult_content` boolean
    - `created_at` string
    - `updated_at` string
    - `bundles` string
    - `gender` string
    - `instagram` string
    - `twitter` string
    - `tiktok` string
    - `facebook` string
    - `promotions` string
    - `join_date` string
    - `fansly` string
    - `pornhub` string
    - `manyvids` string
    - `browsable` boolean
  - `_pagination` object
    - `total_results` integer
    - `next_page_url` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/03f828c1cf0d/schema)
