List All Search History
Developing
GET
/profile-search-history
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profile-search-history?limit=50&next=&prev=&sortBy=&sortDirection=asc&query=' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"searchedBy": {
"id": "670775694daebf393b266ea1",
"username": "Emilie.Kuvalis",
"firstName": "Jazmyn",
"lastName": "Bauch",
"picture": "https://loremflickr.com/640/480/people",
"email": "Ransom_Ortiz@yahoo.com",
"totalFollowers": 85364794.12407365,
"totalFollowing": -73005572.36941954,
"type": "teacher"
},
"searchedProfile": {
"id": "670775694daebf393b266ea1",
"username": "Robyn_Boyer27",
"firstName": "Rosalee",
"lastName": "Aufderhar",
"picture": "https://loremflickr.com/640/480/nightlife",
"email": "Adela64@hotmail.com",
"totalFollowers": -54257388.25338935,
"totalFollowing": 89741197.38132095,
"type": "teacher"
},
"createdAt": "1955-08-02",
"updatedAt": "1946-05-23",
"isFollowing": false
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"searchedBy": {
"id": "670775694daebf393b266ea1",
"username": "Marisol_Treutel12",
"firstName": "Fausto",
"lastName": "Hyatt",
"picture": "https://loremflickr.com/640/480/nature",
"email": "Kolby_Schaden@gmail.com",
"totalFollowers": 21667161.345408693,
"totalFollowing": 17629402.227854386,
"type": "teacher"
},
"searchedProfile": {
"id": "670775694daebf393b266ea1",
"username": "Melvin.Wilderman94",
"firstName": "Eleanore",
"lastName": "Shanahan",
"picture": "https://loremflickr.com/640/480/business",
"email": "Jessy91@gmail.com",
"totalFollowers": -45692476.02673005,
"totalFollowing": 88231094.79294425,
"type": "teacher"
},
"createdAt": "2016-04-30",
"updatedAt": "1998-02-16",
"isFollowing": true
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"searchedBy": {
"id": "670775694daebf393b266ea1",
"username": "Samson80",
"firstName": "Ismael",
"lastName": "MacGyver",
"picture": "https://loremflickr.com/640/480/animals",
"email": "Wava.Lesch@hotmail.com",
"totalFollowers": 29725219.51951395,
"totalFollowing": 18366345.905534714,
"type": "teacher"
},
"searchedProfile": {
"id": "670775694daebf393b266ea1",
"username": "Sydnie46",
"firstName": "Raina",
"lastName": "Bins",
"picture": "https://loremflickr.com/640/480/technics",
"email": "Dell31@hotmail.com",
"totalFollowers": -35759794.10292915,
"totalFollowing": -93747972.87339325,
"type": "teacher"
},
"createdAt": "2023-07-09",
"updatedAt": "1984-08-25",
"isFollowing": true
}
],
"cursor": {
"next": null,
"prev": "sit exercitation cillum enim nisi",
"totalItems": 18954615
}
}
Request
Query Params
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
query
stringÂ
optional
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:41:23