search_instagram_profiles
Fetch public Instagram profile data: follower counts, bio, and recent posts from multiple accounts.
Instructions
Fetch public Instagram profile data including follower counts, bio, and recent posts.
Runs a remote scraper (30s–few minutes). Full results are saved to a JSON file; only a compact preview is returned inline. Use read_saved_results to page through the full dataset without flooding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profiles | Yes | Instagram usernames to fetch, e.g. ['natgeo', 'nike']. | |
| include_recent_posts | No | Also fetch each profile's recent posts (captions, likes, timestamps). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profiles | Yes | ||
| file_path | Yes | ||
| result_count | Yes |