How to Get Instagram User's Location on Bio, Post, Tags?

jakeiii21

Newbie
Joined
Nov 5, 2020
Messages
39
Reaction score
6
Hellow BHW i'm searching through this forum about on how to get the IG user's location on Bio post or tags. is there any way to provide this information? IGAUDIT.IO is dead. is this possible on Jarvee?

i just really need to know on this. Let me know about this if you have some. Thanks a lot BHW!
 
Last edited:
IG only gives location for BUSINESS profiles if the profile specifies it. Normal accounts do NOT have this information. Not sure how you would scrape the bio for location. Unless you just want to filter in / out on certain words. i.e. UK France India USA Brasil or something. But that's going to be very hit and miss - unless I misunderstand your intention.

Similar for posts, not all posts are location tagged and you are going to get lots of holiday ./ vacation tags.

If you wanting local results, the best way I am aware of is to find a very local explore location, something only local people would use and scrape the users who posted there
 
IG only gives location for BUSINESS profiles if the profile specifies it. Normal accounts do NOT have this information. Not sure how you would scrape the bio for location. Unless you just want to filter in / out on certain words. i.e. UK France India USA Brasil or something. But that's going to be very hit and miss - unless I misunderstand your intention.

Similar for posts, not all posts are location tagged and you are going to get lots of holiday ./ vacation tags.

If you wanting local results, the best way I am aware of is to find a very local explore location, something only local people would use and scrape the users who posted there
yes sir you've got my point, if i use to scrape the certain like your example the UK US, is their possible that it include its states? Thanks BTW sir.
 
yes sir you've got my point, if i use to scrape the certain like your example the UK US, is their possible that it include its states? Thanks BTW sir.

Not sure I understand. If you filter the BIO for UK or US or whatever, there is no guarantee you can get the state / province / county. Maybe the user has entered New York, USA but you cannot assume that. IG will not give you this information, it is all dependant on whether the user entered it to their bio manually.


What you ask is often requested, but IG just do not provide that information, so it generally is not possible, without a lot of manual text matching from lists. i.e. you save out bios containing USA, then you manually run a program to check through a list of all US states and see if that is found in the bio as well. But I am not aware of any program that provides this level of pattern matching (from custom lists) on a secondary run over the result set. You would need to code it yourself / pay someone to do it
 
Not sure I understand. If you filter the BIO for UK or US or whatever, there is no guarantee you can get the state / province / county. Maybe the user has entered New York, USA but you cannot assume that. IG will not give you this information, it is all dependant on whether the user entered it to their bio manually.


What you ask is often requested, but IG just do not provide that information, so it generally is not possible, without a lot of manual text matching from lists. i.e. you save out bios containing USA, then you manually run a program to check through a list of all US states and see if that is found in the bio as well. But I am not aware of any program that provides this level of pattern matching (from custom lists) on a secondary run over the result set. You would need to code it yourself / pay someone to do it
thanks for the idea sir. i get your point, yeah that's really a long2 way coding, i think i just find another solution about this or wait until someone has this tool and share to us. Cheers BHW!
 
You won't get any information about users since all platforms have their security system to not reveal users informations.
 

How? Any reason you are spamming threads with "jarvee" on functionality that does not exist? There is no concept of a property user.location in instagram. "Assumptions" can be made, but you cannot get a country property
 
How? Any reason you are spamming threads with "jarvee" on functionality that does not exist? There is no concept of a property user.location in instagram. "Assumptions" can be made, but you cannot get a country property
You can add an account that scrapes for words in a bio or post - these words can be the locations you are targeting. As this account is scraping the data it can extra the users to another account that will hold the list. Once you are finished you can copy the list with users from the location you are targeting.
 
If you can find their FB profile (ie tineye ) it may list an accurate city
 
Back
Top