What's new ↗ · The Meta Ads API for builders
The Meta Ads API for developers and AI agents.
Ship Meta campaign creation, audience targeting, attribution, and optimization in minutes instead of months. One unified API for the entire Meta Marketing surface.
No credit card required
const response = await fetch(
"https://adsrune.com/api/v1/campaigns", {
method: "POST",
headers: {
"Authorization": `Bearer ${ADSRUNE_API_KEY}`
},
body: JSON.stringify({
name: "Q2 Acquisition Campaign",
objective: "OUTCOME_SALES",
dailyBudget: 5000,
adAccountId: "act_123456789"
})
});Be the first to ship with AdsRune
Your testimonial here. Be one of the first 10.
How it works
What you can do
FAQ
How fast can I integrate AdsRune vs. building against Meta Marketing API directly?+
Direct Meta Marketing API integration takes 8-12 months including app review and verification. AdsRune takes under an hour.
Do I need a Meta Developer App?+
No. We handle app registration, business verification, advanced access. Your users connect via OAuth.
Which Meta endpoints does AdsRune cover?+
Campaign management, ad sets, ads, custom audiences, lookalikes, insights, automated rules, webhooks. Full Meta Marketing API surface.
Is AdsRune white-label?+
Yes. Your end users never see AdsRune branding.
Will using AdsRune get my ad accounts banned?+
No. We use official Meta Marketing API. Your accounts are treated as native API access.
Can AI agents use AdsRune to run Meta ads?+
Yes. AdsRune ships an MCP server. Connect Claude Desktop, Cursor, or any MCP client and your agent can create campaigns, manage budgets, pull insights via natural language.
What's the difference between AdsRune and Meta's official MCP?+
Meta's official MCP gives Claude direct access to your own Meta account. AdsRune is a REST API + MCP server for builders embedding Meta Ads features into their software, with multi-account support, webhooks, and a stable surface.