YepAPI

Command Palette

Search for a command to run...

POST/v1/serp/google-ads

Google Ads Transparency API

Google Ads Transparency API. See which advertisers bid on keywords, their ad copy, and landing pages. Competitive PPC research from $0.01/call.

Search the Google Ads Transparency Center. See which ads are running, who is advertising, and ad creatives for any topic or advertiser.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/serp/google-ads
Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": {
    "query": "best react frameworks 2026",
    "totalResults": 1240000,
    "items": [
      {
        "position": 1,
        "type": "organic",
        "title": "Top 10 React Frameworks in 2026",
        "url": "https://example.com/react-frameworks",
        "description": "A comprehensive guide to the best React frameworks...",
        "domain": "example.com"
      }
    ]
  }
}

Features

Up to 40 ad results per query

Each POST to /v1/serp/google-ads returns up to 40 ads from the Google Ads Transparency Center, with the depth param controlling how many you page through. Each ad keeps its position in the result set.

Advertiser name and verification status

Every result identifies the advertiser behind the ad and its verification status, so you can confirm exactly which company is running a creative for a keyword or topic.

Ad creative text and format

Each item returns the ad's creative text and its format, letting you collect real competitor copy and ad types for benchmarking and inspiration.

Location and language targeting

Set the location and language fields to see ads as they run in a specific country and locale, since advertisers tailor creatives and targeting per market.

Ad type classification

The type field on each result lets you distinguish ad formats returned by the Transparency Center so you can filter to the creative types you care about.

Use cases

Competitive Ad Research

See exactly what ads your competitors are running on Google.

Ad Creative Inspiration

Browse real ad copy and formats for inspiration and benchmarking.

Market Intelligence

Track which companies are advertising for your target keywords.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/serp/google-ads', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "query": "best react frameworks 2026",
    "depth": 10,
    "location_code": 2840,
    "language": "en"
  }),
});
const data = await res.json();
console.log(data);

Google Ads Transparency API — see what competitors are advertising

The YepAPI Google Ads Transparency API searches the Google Ads Transparency Center and returns running ads as structured JSON. Send a keyword or advertiser and get back which ads are live, who is running them, their creative text, and format.

It uses the same key as the rest of YepAPI's SERP, scraping, and AI endpoints, so competitive ad research plugs into your wider intelligence pipeline at $0.01 per query.

What is a Google Ads Transparency API?

A Google Ads Transparency API lets you programmatically search Google's Ads Transparency Center and get structured results on the ads companies are actively running. For a keyword or advertiser it returns the advertiser name and verification status, the ad creative text, the ad format, and the type of each result, ordered by position. That means you can answer which competitors are advertising on a topic, what copy and formats they run, and confirm the verified entity behind each ad — all from a single request instead of manually browsing the Transparency Center one advertiser at a time.

Build your own competitive ad research tool

With Transparency Center data as JSON you can build a competitor ad-monitoring tool, a creative swipe-file builder, or a market-intelligence dashboard. Query your competitors and target keywords on a schedule, store advertiser, creative text, and format for each ad, and flag when new creatives appear. Because each result carries verification status you can filter to confirmed advertisers, and combine it with the YepAPI organic SERP endpoint to compare who buys ads versus who ranks organically for the same terms.

Google Ads Transparency API pricing — $0.01 per query

Each call to /v1/serp/google-ads is a flat $0.01 for up to 40 ads, with no subscriptions or minimums. SerpApi charges $0.05 per query and competitive-intelligence suites cost far more per lookup. YepAPI prices every SERP endpoint at the same $0.01, so continuously tracking competitor ad activity across many keywords stays cheap and predictable.

Benchmark PPC creative and market activity

The Transparency Center reveals what your competitors actually run, not what they claim. Use the endpoint to pull live ad copy and formats for your category, benchmark your own creatives against them, and spot new entrants bidding on your keywords. Re-run queries with different location and language values to see how advertisers localize messaging, which helps you tailor your own campaigns market by market.

Try the Google Ads Transparency API free

Start with $5 in free credit and no credit card. That covers 500 Transparency Center queries — enough to map the advertiser and creative landscape for your competitors and test location and language targeting before you pick a plan.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Search the Google Ads Transparency Center. See which ads are running, who is advertising, and ad creatives for any topic or advertiser.

Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/serp/google-ads. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More serp api endpoints