instagram_search_recall
Probe Instagram channels like accounts, hashtags, places, posts, and followers to collect candidates into a search pool, with corroboration across probes for higher relevance.
Instructions
Sweep Instagram for candidates and add them to the search pool.
Channels: accounts (handle/name/bio text, paginated), hashtags (post authors), places (authors of geotagged posts - the strongest location probe), posts (keyword search), seeds (accounts similar to one you name), followers, likers, commenters, co_tagged (who someone is photographed with).
Fire many cheap probes rather than one careful one. Precision per probe is poor by design; what matters is that candidates surfacing on several unrelated channels rank higher, and that costs nothing extra. Channels fail independently, so a rate limit on one does not lose the others.
Repeatable - call again with more probes to widen the pool.
Args: search_id: The search to add to. probes: Channel names mapped to lists of probe arguments.
Returns: pool_size, corroborated (found by more than one channel), api_calls, channels[] (per-probe counts), errors[] and next_step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probes | Yes | Probe plan, e.g. {'hashtags':[{'tag':'fitgirlnl','amount':40}],'places':[{'query':'Amsterdam gym'}],'accounts':[{'query':'amsterdam fitness','pages':2}],'seeds':['known_match']}. | |
| search_id | Yes | The search to add candidates to, from instagram_search_start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||