Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /TikTok
  4. /Retrieve TikTok Top Ads API

Endpoint Playground

Try the Retrieve TikTok Top Ads API

Test Crawlora's Retrieve TikTok Top Ads API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/tiktok/top-ads/list
Platform
TikTok
Auth
apiKey
Credits
8 credits/request
Required params
None
Common optional params
period, page, limit, order_by, country_code, keyword
Retrieve TikTok Top Ads API documentationTikTok platform pageCrawlora API pricingTry List TikTok explore categories APITry Retrieve TikTok video comments APITry Retrieve the TikTok explore feed for a category APITry Retrieve TikTok hashtag details APITry Retrieve TikTok hashtag posts API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/tiktok/top-ads/list?period=7&page=1&limit=10&order_by=for_you&country_code=US&keyword=coffee&industry=23118000000&objective=3&ad_language=en&pattern_label=10100100000&duration=time-2&like=1&ad_format=1" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
periodintegerNo7Lookback period in days
pageintegerNo1Page number
limitintegerNo10Maximum number of ads to return
order_bystringNofor_youSort order
country_codestringNoUSCountry code or comma-separated country codes from /tiktok/top-ads/filters
keywordstringNocoffeeBrand or product keyword search
industrystringNo23118000000Industry filter id or comma-separated ids from /tiktok/top-ads/filters
objectivestringNo3Objective filter id or comma-separated ids from /tiktok/top-ads/filters
ad_languagestringNoenAd language id or comma-separated ids from /tiktok/top-ads/filters
pattern_labelstringNo10100100000Pattern label id or comma-separated ids from /tiktok/top-ads/filters
durationstringNotime-2Video duration bucket
likestringNo1Like percentile bucket id or comma-separated ids
ad_formatstringNo1Ad format id

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "code": 0,
    "msg": "OK",
    "data": {
      "materials": [
        {
          "id": "7631130810943897607",
          "ad_title": "Example ad",
          "like": 120,
          "ctr": 0.42
        }
      ],
      "pagination": {
        "has_more": true,
        "page": 1,
        "size": 20,
        "total_count": 381
      }
    }
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

24 shown
GETapiKey8 credits/requestpopulartrend.topAdsListResponseDocTikTok
GET /tiktok/top-ads/list

Retrieve TikTok Top Ads

Returns high-performing auction ads from TikTok Creative Center. The service defaults `period` to 30, `page` to 1, `limit` to 20, and `order_by` to `for_you`. Use `/tiktok/top-ads/filters` for dynamic enum values and static enums for order, duration, likes, and ad format.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "code": 0,
    "msg": "OK",
    "data": {
      "materials": [
        {
          "id": "7631130810943897607",
          "ad_title": "Example ad",
          "like": 120,
          "ctr": 0.42
        }
      ],
      "pagination": {
        "has_more": true,
        "page": 1,
        "size": 20,
        "total_count": 381
      }
    }
  }
}

Endpoint details

Returns high-performing auction ads from TikTok Creative Center. The service defaults `period` to 30, `page` to 1, `limit` to 20, and `order_by` to `for_you`. Use `/tiktok/top-ads/filters` for dynamic enum values and static enums for order, duration, likes, and ad format.

Method
GET
Path
/tiktok/top-ads/list
Authentication
apiKey
Credit cost
8 credits/request
Platform
TikTok
Parameters
14 documented fields

Request parameters

x-api-key:headerperiod:querypage:querylimit:queryorder_by:querycountry_code:querykeyword:queryindustry:queryobjective:queryad_language:querypattern_label:queryduration:query+2 more

Response schema fields

codedatadata.codedata.datadata.data.materialsdata.data.materials[].ad_titledata.data.materials[].brand_namedata.data.materials[].commentdata.data.materials[].costdata.data.materials[].country_codedata.data.materials[].ctrdata.data.materials[].favorite

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "code": 0,
    "msg": "OK",
    "data": {
      "materials": [
        {
          "id": "7631130810943897607",
          "ad_title": "Example ad",
          "like": 120,
          "ctr": 0.42
        }
      ],
      "pagination": {
        "has_more": true,
        "page": 1,
        "size": 20,
        "total_count": 381
      }
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tiktok/top-ads/list" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingList TikTok explore categoriesRetrieve TikTok video commentsRetrieve the TikTok explore feed for a categoryRetrieve TikTok hashtag detailsRetrieve TikTok hashtag posts

Browse public API demos

Google Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko marketsCoinGecko trending highlightsYahoo Finance ticker quote
DocsPlatformsPricing