GET
/
api
/
search
curl --request GET \
  --url https://app.onlyfansapi.com/api/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "fwyxmpbjwjnseuvqzzcwqjioyovdawcdhlymarhnajafwhkgqehlpsxigbzpfslkxsdnyz",
  "min_subscribe_price": 75,
  "max_subscribe_price": 8,
  "location": "minus",
  "website": "minus",
  "instagram": "eaque",
  "tiktok": "incidunt",
  "limit": 14
}'
{
  "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

Response

401 - application/json

The response is of type object.