Skip to content

Search

Searches for profiles using usernames from your queue file.

  • Loads usernames from your account’s queue file
  • Types the username in Instagram search
  • Selects the matching profile from results
  • Removes searched user from queue (optional)
  • Logs processed users
OptionTypeDescription
AccountSelectWhich account’s queue to use
Selection ModeSelectrandom, top, or bottom of queue
Typing SpeedSelectfast, normal, or slow
Remove After SearchBooleanRemove user from queue after search (default: true)
Wait AfterNumberSeconds to wait after search (default: 1.5)
Accounts/{account_name}/search/users_targets.json
["username1", "username2", "username3"]

This module has two outputs:

  • found → Profile was found and opened
  • not_found → Profile doesn’t exist or wasn’t found
  • Human-like Typing: Types 1-3 letters individually, then rest at once
  • Queue Management: Automatically removes processed users
  • Logging: Records all searches to processed_users.jsonl
  • Finding specific users to interact with
  • Processing a list of target usernames
  • Before Follow, Like, or Comment actions

🖼️ [Image: Workflow showing Start → Open Instagram → Search with branching to Follow (found) or End (not_found)]

StartOpen InstagramSearch

  • found → Follow
  • not_found → End