TikTok Creative Center Top Ads Scraper avatar

TikTok Creative Center Top Ads Scraper

Pricing

Pay per event

Go to Apify Store
TikTok Creative Center Top Ads Scraper

TikTok Creative Center Top Ads Scraper

Scrape top-performing TikTok ads from Creative Center. Get ad copy, video URLs, thumbnails, industry, objective, target country, and keywords. Filter by country, period, objective, and sort order.

Pricing

Pay per event

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

28

Total users

9

Monthly active users

a day ago

Last modified

Share

ParseForge Banner

📱 TikTok Creative Center Top Ads Scraper

🚀 Pull top-performing TikTok ads from Creative Center in minutes. Ad copy, video URLs, thumbnails, industry, objective, target country, keywords. No login, no API key.

🕒 Last updated: 2026-05-08 · 📊 15+ fields per ad · 🌍 Country, period, objective, sort filters · 🚫 No auth required

Pull live data on the highest-performing ads from TikTok Creative Center, the official discovery surface where TikTok publishes its top organic and paid creative. The actor walks the Creative Center catalog with your filter combination (country, time period, campaign objective, sort order, keyword, language) and returns one structured record per ad ready for creative research, competitive analysis, ad-tech benchmarking, or performance-marketing study.

Every run fetches data live so you get the current top-ads ranking, not a stale snapshot. Records include ad copy, advertiser brand, industry, campaign objective, target country, video URL, thumbnail, primary keyword, timestamps, and the canonical Creative Center URL.

👥 Built for🎯 Primary use cases
Performance marketersStudy high-performing ad creative by industry
Creative agenciesBuild swipe files of top TikTok ads
Brand teamsTrack competitor ad activity by country
Ad-tech researchersMap creative trends by objective and CTR
Influencer and UGC teamsSource proven creative formats
ResearchersStudy ad spend, creative trends, and platform dynamics

📋 What the TikTok Creative Center Top Ads Scraper does

  • 🌍 Country filter. Restrict to ads targeted at a specific country (US, GB, DE, FR, JP, etc.).
  • 🗓️ Time period. Top ads from the last 7, 30, or 180 days.
  • 🎯 Campaign objective. Traffic, Conversions, Lead Generation, Reach, Video Views, Product Sales, or all.
  • 🔢 Sort order. Popular, Most Likes, Highest CTR, Most Reach, Most Impressions, Most Shares, Most Comments.
  • 🔍 Keyword search. Optional keyword to rank ads by relevance.
  • 🌐 Ad language. ISO language code (en, es, ja) to filter by language.

The scraper walks the TikTok Creative Center top-ads ranking with your filter combination, fetches each ad's metadata, and pushes structured records to the dataset. Enable includeDetails for per-ad enrichment (keywords, target countries, objectives) where TikTok exposes them.

💡 Why it matters: Creative Center is the gold standard for TikTok ad research, but its UI is paginated, rate-limited, and lacks bulk export. A live, structured pull beats manual swipe-file building for performance marketers, creative teams, and competitive intelligence work.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing setup, a live run, and how to pipe results into Airtable via Apify integrations.


⚙️ Input

FieldTypeNameDescription
maxItemsintegerMax ItemsFree users: limited to 10 items (preview). Paid users: up to 400 per run (TikTok cap).
countryCodestringCountry CodeTwo-letter country code (US, GB, DE, etc.).
periodintegerTime Period (days)7, 30, or 180.
objectiveKeyenumCampaign Objectivetraffic, conversion, lead_generation, reach, video_view, product_sales, or empty for all.
sortByenumSort Bypopular, like, ctr, reach, impression, share, comment.
keywordstringKeywordOptional. Search ads by keyword. Changes ranking by relevance.
adLanguagestringAd LanguageOptional ISO language code (en, es, ja).
includeDetailsbooleanInclude DetailsWhen true, fetches enriched per-ad data (keywords, target countries, objectives).

Example 1. Top US ads in last 30 days, sorted by CTR.

{
"countryCode": "US",
"period": 30,
"sortBy": "ctr",
"maxItems": 100
}

Example 2. Lead-gen focused ads in Germany, last 7 days, with detail enrichment.

{
"countryCode": "DE",
"period": 7,
"objectiveKey": "campaign_objective_lead_generation",
"sortBy": "popular",
"includeDetails": true,
"maxItems": 50
}

⚠️ Good to Know: TikTok Creative Center caps results at 400 per query. The detail-enrichment endpoint is rate-limited and only ~10% of ads return enriched data.


📊 Output

The dataset returns one structured record per top ad. Each record carries identifiers, ad copy, brand info, target metadata, video and thumbnail URLs, performance signals, and a back-reference URL to Creative Center. Consume the dataset as JSON, CSV, Excel, XML, or RSS via the Apify console or API.

🧾 Schema

FieldTypeExample
🆔 adIdstring7234567890123456789
📝 adTitlestringTry our new noise-cancelling earbuds today
📝 adCopystringCrystal-clear calls anywhere. Get 20% off this week.
🏢 brandstringAcme Audio
🏷️ industrystringConsumer Electronics
🎯 objectivestringConversions
🌍 targetCountrystringUS
🌐 adLanguagestringen
🎥 videoUrlstring (url)https://v16-default.tiktokcdn.com/.../video.mp4
🖼️ thumbnailUrlstring (url)https://p16.tiktokcdn.com/.../thumb.jpg
📊 popularityScorenumber87
👍 likeCountnumber45200
💬 commentCountnumber1280
🔄 shareCountnumber4900
🔍 keywordstringnoise cancelling earbuds
📅 firstSeenISO date2026-04-12
📅 lastSeenISO date2026-05-07
🔗 creativeCenterUrlstring (url)https://ads.tiktok.com/business/creativecenter/inspiration/topads/...
📅 scrapedAtISO datetime2026-05-08T12:00:00.000Z

📦 Sample records

1. Typical record (high-CTR US conversion ad)

{
"adId": "7234567890123456789",
"adTitle": "Try our new noise-cancelling earbuds today",
"adCopy": "Crystal-clear calls anywhere. Get 20% off this week.",
"brand": "Acme Audio",
"industry": "Consumer Electronics",
"objective": "Conversions",
"targetCountry": "US",
"adLanguage": "en",
"videoUrl": "https://v16-default.tiktokcdn.com/sessions/abc.mp4",
"thumbnailUrl": "https://p16.tiktokcdn.com/sessions/thumb-abc.jpg",
"popularityScore": 87,
"likeCount": 45200,
"commentCount": 1280,
"shareCount": 4900,
"keyword": "noise cancelling earbuds",
"firstSeen": "2026-04-12",
"lastSeen": "2026-05-07",
"creativeCenterUrl": "https://ads.tiktok.com/business/creativecenter/inspiration/topads/7234567890123456789/",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

2. Lead-generation ad (German market)

{
"adId": "7301234567890123456",
"adTitle": "Kostenlose SaaS-Demo buchen",
"adCopy": "Steigere deinen Umsatz mit unserem CRM. Demo in 15 Minuten.",
"brand": "Saxon CRM",
"industry": "Software",
"objective": "Lead Generation",
"targetCountry": "DE",
"adLanguage": "de",
"videoUrl": "https://v16-default.tiktokcdn.com/sessions/def.mp4",
"thumbnailUrl": "https://p16.tiktokcdn.com/sessions/thumb-def.jpg",
"popularityScore": 65,
"likeCount": 3400,
"commentCount": 120,
"shareCount": 280,
"firstSeen": "2026-05-01",
"lastSeen": "2026-05-07",
"creativeCenterUrl": "https://ads.tiktok.com/business/creativecenter/inspiration/topads/7301234567890123456/",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

3. Sparse record (no detail enrichment available)

{
"adId": "7400000000000000000",
"adTitle": "Summer fashion sale",
"brand": "Style Co",
"industry": "Apparel",
"targetCountry": "GB",
"videoUrl": "https://v16-default.tiktokcdn.com/sessions/xyz.mp4",
"thumbnailUrl": "https://p16.tiktokcdn.com/sessions/thumb-xyz.jpg",
"popularityScore": 32,
"likeCount": 850,
"creativeCenterUrl": "https://ads.tiktok.com/business/creativecenter/inspiration/topads/7400000000000000000/",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

✨ Why choose this Actor

Capability
🎯Built for the job. Scoped specifically to TikTok Creative Center top ads so you skip the parser engineering entirely.
🔖Structured output. Clean, typed fields ready for analysis, dashboards, or downstream pipelines.
Fast. Optimized request patterns return results in seconds, not minutes.
🔁Always fresh. Every run pulls live data, so the dataset reflects Creative Center as of run time.
🌐No infra to manage. Apify handles proxies, retries, scaling, scheduling, and storage.
🛡️Reliable. Battle-tested across many runs and edge cases, with graceful error handling.
🚫No code required. Configure in the UI, run from CLI, schedule via cron, or call from any language with the Apify SDK.

📊 Production-grade structured ad-creative data without the engineering overhead of building and maintaining your own scraper.


📈 How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
⭐ TikTok Creative Center Top Ads Scraper (this Actor)$5 free credit, then pay-per-useTikTok Creative Center top adsLive per runCountry, period, objective, sort, keyword⚡ 2 min
Build your own scraperEngineering hoursFull once builtWhenever you maintain itCustom code🐢 Days to weeks
Paid ad-intel platforms$$$ monthly per seatVendor-definedPeriodicVendor-defined⏳ Hours
Manual swipe-file buildingHours per sessionLimitedStaleManual🕒 Variable

Pick this Actor when you want broad coverage, source-native filtering, and no pipeline maintenance.


🚀 How to use

  1. 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the TikTok Creative Center Top Ads Scraper page on the Apify Store.
  3. 🎯 Set filters. Pick country, period, objective, and sort order, then set maxItems.
  4. 🚀 Run it. Click Start and let the Actor collect your data.
  5. 📥 Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


💼 Business use cases

📊 Performance marketing

  • Build swipe files of high-CTR ads in your industry
  • Benchmark creative formats by campaign objective
  • Track competitor ad activity over time
  • Surface winning creative formats for adoption

🏢 Creative agencies

  • Source proven creative formats for client briefs
  • Build trend reports from top-ranking ads
  • Map creative shifts across countries and periods
  • Power competitive intelligence for new pitches

🎯 Brand and competitive intel

  • Monitor competitor ad presence by country
  • Track brand-vs-brand share of top ads
  • Identify product launches via ad copy
  • Build brand monitoring dashboards

🛠️ Engineering and product

  • Prototype ad-intel products without owning a crawler
  • Replace fragile in-house TikTok scrapers
  • Wire datasets into your apps via the Apify API or webhooks
  • Skip the proxy, retry, and parsing maintenance entirely

🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

🎓 Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

🎨 Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

🤝 Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

🧪 Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

🔌 Automating TikTok Creative Center Top Ads Scraper

This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.

Schedules. Use Apify Scheduler to capture daily or weekly snapshots of top ads. Combine with the Apify dataset diff tools to track new ads entering the top rankings.


💰 How much does it cost?

Apify gives you $5 in free monthly credits on the Apify Free plan, enough to test TikTok Creative Center Top Ads Scraper and pull a real sample dataset. For ongoing usage:

  • Starter plan ($49/month) — Recommended for individuals running TikTok Creative Center Top Ads Scraper regularly. Includes higher concurrency and larger datasets.
  • Scale plan ($499/month) — Recommended for teams running TikTok Creative Center Top Ads Scraper at production scale.

Pay-Per-Event pricing means you only pay for what you actually use. Failed runs are never charged. See the Pricing tab on this Actor's page for exact event prices.

💡 Tips for using TikTok Creative Center Top Ads Scraper

  • Start with a small maxItems (3-10) to validate output format before running larger jobs.
  • Use Apify Schedules to run TikTok Creative Center Top Ads Scraper on a recurring basis and keep your dataset fresh.
  • Export via Integrations: Apify connects to Google Sheets, Airbyte, Make, Zapier, and direct webhooks — pipe your data anywhere.
  • Monitor with webhooks: trigger downstream workflows the moment a run finishes.
  • Re-run failed items: if any individual records error out, re-run with their inputs only. Failed events are not charged.

Yes. TikTok Creative Center Top Ads Scraper only collects publicly available data. Web scraping public data has been confirmed as legal by US courts (see hiQ Labs v. LinkedIn) and is widely used for research, market analysis, and business intelligence.

However, you are responsible for:

  • Respecting the source website's Terms of Service.
  • Complying with GDPR, CCPA, and other applicable data-protection laws when personal data is involved.
  • Not republishing copyrighted content without permission.

If you have specific compliance concerns, consult your legal team. See the Apify legal docs for more.

❓ Frequently Asked Questions

🔌 Integrate with any app

TikTok Creative Center Top Ads Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get run notifications in your channels
  • Airbyte - Pipe results into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh data into your product backend or alert your team in Slack.


💡 Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.


🆘 Need Help? Open our contact form to request a new scraper, propose a custom project, or report an issue.


⚠️ Disclaimer. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by TikTok or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. The scraper accesses only publicly available pages and is intended for legitimate research, analytics, and creative-intelligence use. Users are responsible for compliance with the source site's Terms of Service and applicable law.