Skip to main content
GET
/
api
/
search
Search Profiles
curl --request GET \
  --url https://app.onlyfansapi.com/api/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "pyzkxqtnnkttcqiiineeeadgusltbphsglnbcjegburce",
  "min_subscribe_price": 19,
  "max_subscribe_price": 45,
  "location": "culpa",
  "website": "voluptatem",
  "instagram": "neque",
  "tiktok": "incidunt",
  "limit": 15
}'
{
  "error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.

Query Parameters

query
string
required

Query for full text search in username, display name, bio

Example:

"milf"

limit
string

The number of profiles to return. For each returned profile we charge your account 1 credit. Default: 10

Example:

10

min_subscribe_price
string

Minimum subscribe price

Example:

0

max_subscribe_price
string

Maximum subscribe price

Example:

1000000

location
string

Location

Example:

"New York"

Body

application/json
query
string

Must be at least 3 characters.

Example:

"pyzkxqtnnkttcqiiineeeadgusltbphsglnbcjegburce"

min_subscribe_price
number

Must be at least 0.00.

Example:

19

max_subscribe_price
number

Must be at least 0.00.

Example:

45

location
string
Example:

"culpa"

website
string
Example:

"voluptatem"

instagram
string
Example:

"neque"

tiktok
string
Example:

"incidunt"

limit
integer

Must be at least 1. Must not be greater than 100.

Example:

15

Response

401 - application/json
error
string
Example:

"Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."