collect_scrape_results
Collect and save results from a completed Facebook, Google, or Instagram ad scrape run. Returns a compact preview and saves to a file.
Instructions
Collect and save results from a completed background Apify scrape run.
The run must have SUCCEEDED — check with check_run_status first. Results are saved to a file and a compact preview is returned inline, identical to the blocking search_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID returned by start_facebook_ads_scrape, start_google_ads_scrape, or start_instagram_scrape. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| items | Yes | ||
| offset | Yes | ||
| returned | Yes | ||
| total_items | Yes | ||
| matched_items | Yes |