> ## Content Index
> Fetch the complete content index at: https://serpapi.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# No code Google Ads Transparency center scraper
- URL: https://serpapi.com/blog/no-code-google-ads-transparency-center-scraper/
- Published: 2025-03-03T05:52:14.000Z
- Updated: 2025-03-03T05:52:14.000Z
- Description: Scrape Google Ads Transparency Center search result using a no-code tool.
- Author: Hilman Ramadhan
- Tags: Google Ads Transparency Center

Google Ads Transparency Center allows marketer to monitor their or competitors ads on Google. Here at SerpApi, we provide an API to retrieve the search results programmatically.

![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/2025/03/CleanShot-2025-03-03-at-13.37.54.png)

Google Ads Transparency CEnter

## Scrape the search results

If you want to scrape this programmatically, here is a blog post by my colleague, Martin:

[Scraping Google Ads Transparency Center with SerpApi and Node.jsLearn how to scrape Google Ads Transparency Center through real-world examples and understand the importance of this data in digital advertising.![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/icon/serpapi-favicon-51.png)SerpApiMartin Kaldramov![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/thumbnail/photo-1529218402470-5dec8fea0761-1)](https://serpapi.com/blog/scraping-google-ads-transparency-center-with-serpapi-and-node-js/)

If you're not a developer or prefer a no-code solution, we want to introduce you to our new Google Ads Transparency Center Scraper:

[Google Ads Transparency Center Scraper - Data to ExcelScrape Google ads transparency center data; https://adstransparency.google.com/. Scrape list of ads by advertiser, region, and more![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/icon/favicon-1.ico)Data to Excel](https://nocodeserpapi.com/app/google-ads-transparency-center)

You just need to add the advertiser ID or the ads text on the form, before receiving the search results in Excel file.

![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/2025/03/CleanShot-2025-03-03-at-13.45.57.png)

Google ads transparency scraper form sample

Using the [Google Ads Transparency Center API](https://serpapi.com/google-ads-transparency-center-api), you can retrieve the advertiser information, ads format, image, first and last shown, and the link to the creative assets. Unfortunately, Google provides a redirect link like the text below instead of the actual link: 

```json
https://displayads-formats.googleusercontent.com/ads/preview/...
```

## Retrieve direct media links

We received a couple of requests where people want to retrieve the direct media link instead of the `redirect` link that is provided by Google. 

**Code solution**  
Our colleague, Terry, wrote a blog post on how to retrieve the direct media link using Python and Javascript. You can read it here:

[Retrieving a Direct Media Link from the Google Ads Transparency Center APIUpdate 12 Sep 2024: Added solution in Javascript We launched the Google Ads Transparency Center a few months ago, and our customers are happy using it. However, there is one imperfection in the API that we would like to address in this blog post. We have a comprehensive tutorial on![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/icon/serpapi-favicon-50.png)SerpApiTerry Tan![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/thumbnail/img-6j3jCQOk3gD1j1kf1PYpN6c6.png)](https://serpapi.com/blog/retrieving-a-direct-media-link-from-the-google-ads-transparency-center-api/)

**No Code solution**  
If you're looking for a no-code solution to retrieve the direct media link, here it is:

[Google Ads Transparency Center Scraper Media Link scraperScrape Google ads transparency center data media link![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/icon/favicon-2.ico)](https://nocodeserpapi.com/app/google-ads-transparency-center-media-link)

You need to upload the Excel file you previously retrieve from the basic scraper, after that our scraper will run the script in the background and provide you with the direct media link.   
  
Here is how the result looks like:

![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/2025/03/CleanShot-2025-03-03-at-13.48.18.png)

Example result in Excel

Looking for more solution to learn about competitor's Google Ads strategy? Feel free to read our recommendations here:

[Google Ads Competitor Analysis System: Spying with APILearn your competitor’s Google ads strategy via SERP results, ads transparency center, and more. You can do this programmatically!![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/icon/serpapi-favicon-52.png)SerpApiHilman Ramadhan![](https://storage.ghost.io/c/a5/00/a5004977-0dd2-4bcd-9292-dd0e05d4c59e/content/images/thumbnail/google-ads-competitor-analysis-1.webp)](https://serpapi.com/blog/google-ads-competitor-analysis-system-spying-with-api/)

I hope it helps!