Learn how to integrate AdSnapshot into your application and start capturing high-quality ad previews
Get up and running in minutes with our simple API
https://adsnapshot.com/get/API_KEY/AD_ID?format=MOBILE_FEED_STANDARD
Replace API_KEY
with your API key and AD_ID
with the Meta ad ID for the preview you want to generate. The API returns a PNG image. Your first request for a specific ad ID creates
a new preview and counts as a generation. Subsequent requests for the same ad ID will return the cached preview and count as retrievals,
unless you include refresh=true to force a new generation.
Cached retrievals delivered in milliseconds
API key authentication and account-level access control
Generate new previews using refresh=true
Display ad previews directly in your Google Sheets using the IMAGE function
=IMAGE("https://adsnapshot.com/get/API_KEY/AD_ID")
Replace API_KEY
and AD_ID
with your values. You can reference cells containing these values:
=IMAGE(CONCATENATE("https://adsnapshot.com/get/", A1, "/", B1))
Note: Each view counts as a retrieval. Add refresh=true parameter only when you need a fresh generation.
Add ad previews to your Looker Studio dashboards using the Image URL field type
CONCAT("https://adsnapshot.com/get/YOUR_API_KEY/", Ad_ID)
Pro Tip: Each dashboard view uses retrievals by default. Add the refresh=true
parameter when you need to generate fresh previews, but be mindful as this will count against your generation quota.
Generate and retrieve ad previews as PNG images
format
optional Preview format (default: MOBILE_FEED_STANDARD)
Choose the format that matches where your ad will be displayed
refresh
optional Force a new generation instead of retrieving cached preview
Counts as a generation. Use when you've updated the ad and need a fresh preview
wait
optional Wait time in milliseconds before capturing (default: 0)
Useful for ads with animations or loading states
Available ad preview formats for different placements