FoxData Open API
My License
My License
  1. 3. ASA Services
  • I. Quick Start
    • 1. API Overview
    • 2. Quick Start
    • 3. Authorization
    • 4. Request & Response
    • 5. Rate Limiting
  • II. List of Interfaces
    • 1. application Services
      • 1001-App-Basic Info
      • 1002-App-Extended Info
      • 1003-App-Visibility Score
      • 1004-App-Apps by Same Developer
      • 1005-App-Ranking History
      • 1006-App-Featured Recommendations
      • 1007-App-Ratings & Reviews
      • 1008-App-Version History
      • 1009-App-Competitor Comparison
      • 1010-App-Competitor Bidding
      • 1011-App-Covered Keywords
      • 1012-App-Keyword Expansion
      • 1013-App-Bidding Keywords
      • 1014-App-Bidding Keyword Periodic Monitoring-Task Initiation
      • 1014-App-Bidding Keyword Periodic Monitoring-Task Retrieval
      • 1014-App-Bidding Keyword Periodic Monitoring-Data Retrieval
      • 1015-App-CPP Ad Creatives
      • 1016-App-App Tags
      • 1017-App-Download & Revenue Estimates
      • 1018-App-Smart Keyword Recommendations
      • 1019-App-Active Users
      • 1020-App-Basic Info (Advanced)
      • 1021-App-CPP Keywords
    • 2. Market Services
      • 2001-Market-Realtime Charts
      • 2002-Market-Global Chart Analysis
      • 2003-Market-Search Volume Charts
      • 2004-Market-Download & Revenue Charts
      • 2005-Market-Active Users & Customers
      • 2006-Market-App Release Monitoring
      • 2007-Market-Cleared Keyword Monitoring
      • 2008-Market-Cleared Ranking Monitoring
      • 2009-Market-App Delisting Monitoring
    • 3. ASA Services
      • 3001-Ad-Bidding Apps
        POST
      • 3002-Ad-Bidding Keywords
        POST
      • 3003-Ad-Bidding Keyword Analysis
        POST
      • 3004-Ad-CPPs
        POST
      • 3005-ASA Tab Rate Task
        POST
      • 3005-ASA Tab Rate Result
        POST
      • 3007-Ad-App Creatives
        POST
    • 4. Kerword research Services
      • 4001-Keyword Search
      • 4002-Keyword Expansion
      • 4003-Keyword Search Details
      • 4004-App-App Keywords
    • 9. Other Services
      • 9001-Paginated Query API
  • III. Data Dictionary and Definitions
    • 1. Application Classification Code
    • 2. Time and Location Information
    • 3. Regional Language Comparison Chart
    • 4. Explanation of Data Update Frequency
  • IV. Appendix
    • 1. Release Notes
    • 2. FAQ
    • 3. Contact and Support
  1. 3. ASA Services

3007-Ad-App Creatives

POST
/ad/app-creatives
Query ad creatives by app.
Credits: Charged per platform at 200 credits each. If platform is empty, all 8 platforms are counted (1600 credits total). No credits are charged when no data is returned.
Date rules: start and end must be provided together (format yyyy-MM-dd). If both are omitted, defaults to today. Providing only one of them, or start > end, returns a parameter error.
Sort field order: START_DATE (default) / END_DATE / DAYS / EXPOSURE.
Sort direction sortOrder: ASC / DESC (default DESC).
Limit limit: Currently only TOP_200 is supported.
Platform platform values: facebook / instagram / audience_network / messenger / threads / AdMob / YouTube / tiktok.

Request

Authorization
Add parameter in header
x-openapi-key
Example:
x-openapi-key: ********************
Body Params application/jsonRequired

Example
{
  "region": ["YE", "VN", "UZ"],
  "appId": "com.newleaf.app.android.victor",
  "start": "2026-01-01",
  "end": "2026-07-28",
  "platform": [
    "facebook",
    "instagram",
    "audience_network",
    "messenger",
    "AdMob",
    "YouTube",
    "threads",
    "tiktok"
  ],
  "order": "EXPOSURE",
  "sortOrder": "DESC",
  "limit": "TOP_200"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.foxdata.com/apiv1/open-api/ad/app-creatives' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
  "region": ["YE", "VN", "UZ"],
  "appId": "com.newleaf.app.android.victor",
  "start": "2026-01-01",
  "end": "2026-07-28",
  "platform": [
    "facebook",
    "instagram",
    "audience_network",
    "messenger",
    "AdMob",
    "YouTube",
    "threads",
    "tiktok"
  ],
  "order": "EXPOSURE",
  "sortOrder": "DESC",
  "limit": "TOP_200"
}'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
  "requestParam": {
    "region": ["YE", "VN", "UZ"],
    "appId": "com.newleaf.app.android.victor",
    "start": "2026-01-01",
    "end": "2026-07-28",
    "platform": [
      "facebook",
      "instagram",
      "audience_network",
      "messenger",
      "AdMob",
      "YouTube",
      "threads",
      "tiktok"
    ],
    "order": "EXPOSURE",
    "sortOrder": "DESC",
    "limit": "TOP_200"
  },
  "result": {
    "appId": "com.newleaf.app.android.victor",
    "icon": "https://image3.foxdata.com/gp-proxy/example-icon",
    "title": "Example App",
    "Ads": [
      {
        "adId": "1234567890",
        "adThumb": {
          "adId": "1234567890",
          "collationCount": 3,
          "startDate": "2026-03-01",
          "endDate": "2026-07-10",
          "days": 132,
          "details": [
            {
              "type": "VIDEO",
              "size": 1024000,
              "height": 1920,
              "width": 1080,
              "videoUrl": "https://example.com/video.mp4",
              "imageUrl": "https://example.com/preview.jpg"
            }
          ]
        },
        "regions": ["VN", "YE"],
        "exposure": 15800,
        "exposureChange": 320,
        "sponsor": {
          "id": "sponsor_001",
          "name": "Example Advertiser",
          "igFollowers": 12000,
          "fbFollowers": 8500
        },
        "distribution": [
          {
            "region": "VN",
            "ageRange": "18-24",
            "gender": "male",
            "exposure": 5200
          }
        ],
        "tiktok": null
      }
    ]
  },
  "creditsCost": {
    "requestCredits": 0,
    "baseCredits": 1600,
    "extraCredits": 0,
    "totalCostCredits": 1600
  },
  "next": null
}
Modified at 2026-07-28 09:13:41
Previous
3005-ASA Tab Rate Result
Next
4001-Keyword Search
Built with