My goal is to search Google for instagram profiles that have a certain amount of followers. Filtering down to profiles only is easy but the hard part is making google understand the number abbreviation of M and K. For example "13M Followers" or "307K Followers" as you can see here for example
https://www.instagram.com/sow_much_more/I've experimented with the range and wildcard features but because you can't include a trailing character like "100..200K" I can't get the desired results.
For example
site:instagram.com "100..200" "K followers" intitle:"instagram photos"Provides me with profiles which may have the desired number of followers but also maybe have 100..200 on the page's text that isn't a follow count.
Is what I'm trying to do possible?