How to check in php whether a fiverr user exist or not

I want to check whether a fiverr user name exist or not.
for example https://www.fiverr.com/samori will return true
but https://www.fiverr.com/samorissss will return false.
I tried using @get_headers($file) but it always return false for any urls
Can anyone please help me.