Adaily API 1.0.0

API for searching awarded advertising campaigns. Access a comprehensive database of award-winning marketing campaigns with detailed information about agencies, brands, challenges, and results.
Base URL: https://adaily.co

🔐 Authorization

For testing, you can use TEST_API_KEY as the API key.

campaigns

Campaign search operations
POST
/api3/search/awarded-campaigns
Search for awarded advertising campaigns

Parameters

Name Description Type
Authorization
required
Bearer token for API authentication
string
(header)
body
required
Search query request body
object
(body)

Request body

Example Value
Schema
{ "query": "Heinz ketchup campaigns" }

Responses

Code Description Schema
200 Successful response with campaign data array[Campaign]
400 Bad Request - Query missing Error
401 Unauthorized - Invalid or missing API key Error
403 Forbidden - Subscription expired or insufficient credits Error
429 Too Many Requests - Rate limit exceeded (4/min) Error
500 Internal Server Error Error
Example Value
Schema
[ { "agency": "Rethink Toronto", "agencyPortfolioLink": "https://www.rethinkideas.com/work/ketchup-fraud", "brand": "Heinz", "category": "Retail - food", "challenge": "The challenge of this campaign was to address the rising cost of living...", "country": "Canada", "idea": "The main idea of the campaign was to leverage Heinz fans...", "name": "Heinz Ketchup Fraud", "oneLineDescription": "Heinz executed a campaign addressing Ketchup Fraud...", "region": "North America", "results": "The campaign resulted in a 92% positive sentiment...", "summary": "Heinz launched a marketing campaign to combat ketchup fraud...", "targetGroup": "The target group of this campaign was restaurants...", "textCaseStudy": "https://clios.com/awards/winner/...", "videoCaseStudy": "https://youtu.be/8LmaGGBSdLw...", "year": "2024" } ]

Models

Data models and schemas

Campaign Model

Field Type Description
agencystringThe advertising agency that created the campaign
agencyPortfolioLinkstringLink to the agency's portfolio page for this campaign
brandstringThe brand/company the campaign was created for
categorystringIndustry category (e.g., "Retail - food", "Other food")
challengestringThe business challenge the campaign aimed to solve
countrystringCountry where the campaign was executed
ideastringThe core creative idea behind the campaign
namestringCampaign name/title
oneLineDescriptionstringBrief one-line summary of the campaign
regionstringGeographic region (e.g., "North America", "Europe")
resultsstringCampaign results, metrics, and outcomes
summarystringDetailed campaign summary and execution details
targetGroupstringTarget audience description
textCaseStudystringURL to written case study
videoCaseStudystringURL to video case study
yearstringYear the campaign was executed

Error Model

Field Type Description
errorstringError message description
codestringError code identifier (e.g., "API_KEY_INVALID", "RATE_LIMIT_EXCEEDED")