v1
latestOpenAPI 3.1.02026-07-24490622.0 KBGet Domain Ad History
Returns historical ad variations and copy for a specific domain. This endpoint focuses on ads from a particular advertiser across all their keywords and campaigns, unlike term-based endpoints that focus on specific keywords.
Query parameters
Advertiser's root domain
Filter down to keywords containing this value
Country market to search. Specifically, this maps to the Google domain version to query against (e.g., google.com for US, google.de for Germany, etc.). <a href='https://developer.spyfu.com/reference/adhistoryapi_getdomainadhistory_get#/'>All Countries</a>
Sort order for grouped domain ad history results.
Number of ad history records to return per page.
Starting row number for pagination.
Response
Successfully retrieved ad history data for the specified domain. Returns a paginated list of historical ad variations with copy, keywords, and campaign information.
Example response
{
"resultCount": 100,
"results": [
{
"keywords": [
"running shoes",
"athletic shoes",
"sports footwear"
],
"position": 1,
"searchDateId": 20231215,
"title": "Best Running Shoes 2024 - Free Shipping",
"body": "Discover premium running shoes with advanced cushioning technology. Shop now and save 20% on your first order.",
"url": "https://example.com/running-shoes",
"adId": 12345678
}
]
}