Get brand creatives
Returns a paginated list of ad creatives for the given Facebook page ID.
Cursor-based pagination — pass cursor from the previous response as cursor. Cursors are tied to order_by; do not reuse a cursor when changing sort order.
Array filters (country, language) match creatives that include any of the provided values.
Authorizations
Your Adspo API key.
Path Parameters
The Facebook Ad Library page ID of the brand.
Query Parameters
Sort order for results.
latest, oldest, longest_running, most_impressions, most_ads Pagination cursor from a previous response.
Filter creatives first seen on or after this date.
Accepted formats: YYYY-MM-DD, YYYY-MM-DD HH:MM:SS, YYYY-MM-DDTHH:MM:SS.
A bare date (e.g. 2024-11-12) is interpreted as 2024-11-12 00:00:00.
Filter creatives last seen on or before this date.
Accepted formats: YYYY-MM-DD, YYYY-MM-DD HH:MM:SS, YYYY-MM-DDTHH:MM:SS.
To capture all creatives through a full day, use YYYY-MM-DD 23:59:59.
Filter by whether the creative is currently running.
Filter by creative format.
IMAGE, VIDEO Minimum runtime in days.
Maximum runtime in days.
Minimum number of ad variants using this creative.
Maximum number of ad variants using this creative.
Minimum impression order rank. Lower values indicate higher estimated impressions.
Maximum impression order rank.
Comma-separated or repeated. Matches creatives shown in any of these countries.
Comma-separated or repeated. Matches creatives in any of these languages.
Returns an ads array containing all Meta ads running the creative, including details such as title, body_text, link_text, etc.
Response
A page of creatives.