jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 185 forks source link

Get direct URL to user profile from getUserByUsername() response? #162

Open sbr2567 opened 4 years ago

sbr2567 commented 4 years ago

I couldn't find the direct url to the users page in the response of getUserByUsername(). Where can I access the instagram url from a user searched?

Cheers.

retroscepter commented 4 years ago

The link to a user’s profile will always be https://instagram.com/username.

sbr2567 commented 4 years ago

Oh okay sweet, thank you.