Search
Searches for profiles using usernames from your queue file.
What It Does
Section titled “What It Does”- 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
Configuration Options
Section titled “Configuration Options”| Option | Type | Description |
|---|---|---|
| Account | Select | Which account’s queue to use |
| Selection Mode | Select | random, top, or bottom of queue |
| Typing Speed | Select | fast, normal, or slow |
| Remove After Search | Boolean | Remove user from queue after search (default: true) |
| Wait After | Number | Seconds to wait after search (default: 1.5) |
Queue File Location
Section titled “Queue File Location”Accounts/{account_name}/search/users_targets.jsonQueue File Format
Section titled “Queue File Format”["username1", "username2", "username3"]Output Connections
Section titled “Output Connections”This module has two outputs:
- found → Profile was found and opened
- not_found → Profile doesn’t exist or wasn’t found
Features
Section titled “Features”- 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
When to Use
Section titled “When to Use”- Finding specific users to interact with
- Processing a list of target usernames
- Before Follow, Like, or Comment actions
Example Workflow
Section titled “Example Workflow”🖼️ [Image: Workflow showing Start → Open Instagram → Search with branching to Follow (found) or End (not_found)]
Start → Open Instagram → Search
- ✅ found → Follow
- ❌ not_found → End