Instagram-private-api: user search exact not returned follower_count

Created on 28 Sep 2019  路  3Comments  路  Source: dilame/instagram-private-api

const user = await ig.user.searchExact("cristiano");
console.log(user.follower_count) // undefined

Most helpful comment

Everything searchExact returns is what instagram returns. So instagram doesn't return the follower-count anymore. This isn't an issue with this library.

You can still use ig.user.info(userId) to get it.

All 3 comments

Same thing here.

Everything searchExact returns is what instagram returns. So instagram doesn't return the follower-count anymore. This isn't an issue with this library.

You can still use ig.user.info(userId) to get it.

would be nice to update the types to correctly reflect that its been removed from IGs response

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DenisKrsk picture DenisKrsk  路  33Comments

codingzombies picture codingzombies  路  19Comments

haliliceylan picture haliliceylan  路  29Comments

DKertson16 picture DKertson16  路  10Comments

prichey picture prichey  路  10Comments