instagram_search_results
Retrieve ranked Instagram profile results from a saved search, with coverage and confidence scores to evaluate persona match quality.
Instructions
The ranked answer, with every attribute's evidence attached.
Read two numbers, not one. ranked_score is the ranking; coverage is
how much of the persona was actually observable on that account. A high raw
score over two observed attributes is worth less than a good one over six,
and the ranking already reflects that - anything labelled 'unverified' scored
well on too little to trust.
Attributes marked 'unobserved' were not visible, which is not the same as not matching. Attributes marked advisory are reported but were never allowed to affect the ranking.
Args: search_id: The search to read. limit: How many profiles to return.
Returns: count, persona, results[] (rank, username, url, confidence, ranked_score, coverage, found_via, attributes with evidence) and the search's total api_calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many profiles to return. | |
| search_id | Yes | The search to read results from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||