user_search
Search for a user profile on Twitter, Facebook, or Instagram by username or URL, polling until the search completes and returning the full results.
Instructions
Create a user profile search on a social media platform. Polls until the search is complete and returns the full results. Oversized responses are truncated (truncated: true) — retrieve complete post data with get_user_search_posts. A status of results_pending means the search succeeded but results are still being written; fetch them with get_user_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Username or profile URL to search | |
| end_date | No | End date (YYYY-MM-DD) | |
| platform | Yes | Platform to search | |
| start_date | No | Start date (YYYY-MM-DD) |