Scrape users by BIO keywords

Eldad

Newbie
Joined
Jul 13, 2016
Messages
6
Reaction score
0
Hey all, looking for a nice working tool to scrape username/ID by keywords that show in their BIO.
 
can you paste a link please? (i'll search anyway)
 
Instagram doesn't provide this feature so your best bet is to use external crawlers like google for what you want to achieve.
A scraper like scrapebox would be a good fit.

This search query might help you:

KEYWORD inurl:instagram.com -inurl:"/p/" -inurl:"help.instagram.com -inurl:"blog.instagram.com"
 
KEYWORD inurl:instagram.com -inurl:"/p/" -inurl:"help.instagram.com -inurl:"blog.instagram.com"[/QUOTE]
that's a great tip - I have been using these searches, but now I want to scrape users that answers these search terms.
So far I was only looking for instagram scrapers that can do it, you think I should try scrapebox?
 
As mentioned above it is not possible within ISG. The only option to stay within ISG is to perform a normal search then filter in results with the keywords specified. But this is very restrictive and unless you perform a very specialised search, you are going to be ignoring A LOT of results and probably hit request limits if you want a sizable result set.

As mentioned above, a google scrape is probably best
 
Jarvee does that
Thanks - Jarvee is supposed to be able to do that - but doesnt - results are always "error" or 0.
any other tools you can think of?
 
Any google scraper will do if if you can program is a 10 minute job***, I just knocked something together as it seems is quite a desired feature
Code:
Start search: Google Bio Search for: acid music using: <username>
Searching google for bio containing: acid music
Scrape page: 1
Found: 100 on page: 1
Total results so far: 100
Scrape page: 2
Found: 100 on page: 2
Total results so far: 200
Stopping scraped enough...


** the basics, scraping a max of 1000 results, not checking for captcha and everything else that make a pro scraper, but for this case basic is "good enough" :)
 
Any google scraper will do if if you can program is a 10 minute job***, I just knocked something together as it seems is quite a desired feature
Code:
Start search: Google Bio Search for: acid music using: <username>
Searching google for bio containing: acid music
Scrape page: 1
Found: 100 on page: 1
Total results so far: 100
Scrape page: 2
Found: 100 on page: 2
Total results so far: 200
Stopping scraped enough...


** the basics, scraping a max of 1000 results, not checking for captcha and everything else that make a pro scraper, but for this case basic is "good enough" :)
 
Thanx for your response - very nice, unfortunately I can't write code and I need the Instagram users as result.
Was hoping for a ready to use tool that works. most of them don't and your'e right: it's supposed to be simple.
 
Back
Top