download_ad_creatives
Download an advertiser's ad creatives into a folder with a manifest, including original-resolution images and video stills. Organize assets per creative for direct use in decks or reports.
Instructions
Download a whole advertiser's creatives into one folder, with a manifest.
This is the bulk path for collecting real ad examples — images at their original resolution, videos sampled to stills — so they can be dropped straight into a deck or a report. Each creative gets its own subfolder.
Args: advertiser_name: The advertiser's name (e.g. "Buildkite", "Vercel Inc.") out_dir: Directory to write into. Created if missing. count: How many creatives to pull (default 10, max 100). full_quality: Native-resolution assets, suitable for presentation. frames: Frames to sample per video creative (default 4).
Returns: {advertiser, out_dir, manifest_path, creatives: [...]} where each entry carries its format, local file paths, and any decoded ad copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| frames | No | ||
| out_dir | Yes | ||
| full_quality | No | ||
| advertiser_name | Yes |