start_instagram_scrape
Start background scraping of Instagram profiles, returning a run ID for parallel execution. Monitor progress with check_run_status and collect results when complete.
Instructions
Start an Instagram profile scrape in the background and return a run_id immediately.
Use this instead of search_instagram_profiles when running multiple scrapers in parallel. Call check_run_status to monitor progress, then collect_scrape_results once SUCCEEDED.
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 |
|---|---|---|---|
| hint | Yes | ||
| run_id | Yes | ||
| status | Yes |