problem searching a player
when i am searching a player with max_buy less than 8k it doesn't find anything. why this happens?
thanks.
Works fine for me. Please send your snippet
i made it with php

could you help me?
It may happen because doesn't exist this player with max_buy price lower than 8k. Try searching with higher prices to check if the search is correct.
sorry for my english
@aitor94
I can not find a player less than 9 k. But if I look on playstation if there is less than that price. Do they pass me a code that you use to search a players?
With this code i search players with maximun max_buy price:
session.searchAuctions('player',assetId=99999,max_buy=999999)
Note that when you look in ps4 at the moment you can see players with the price you want, but then maybe not. You can keep searching in a loop(be carefull with the number of requests to not get banned) to get the results you want.