# Googlead Parser Script (`hello.datawizards/googlead-parser-script`) Actor

“GoogleAd Parser Script is an Apify Actor that extracts structured Google Ads transparency data, including advertiser IDs, creative details, formats, timestamps, and preview URLs. Ideal for ad intelligence, compliance research, and competitive analysis.”

- **URL**: https://apify.com/hello.datawizards/googlead-parser-script.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** AI, Automation, Lead generation
- **Stats:** 6 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

***

## 🎯 GoogleAd Parser Script · Apify Actor

Extract **transparent, structured Google Ads data** including advertiser IDs, company names, creative IDs, ad formats, timestamps, preview URLs, and more.
Built and maintained by **[DataWizards](https://linkedin.com/in/data-wizards-aa8080342)** — your trusted automation & scraping partner.

***

### 📌 What Is `GoogleAd Parser Script`?

The **GoogleAd Parser Script** is an Apify Actor designed to **parse and extract Google Ad information from Google Ads Transparency sources**.
With this actor, you can automatically retrieve:

✔ Advertiser identity
✔ Creative metadata
✔ Ad type & format
✔ Preview URLs
✔ Timestamps (start/end)
✔ Image or HTML creatives
✔ Structured campaign transparency insights

This actor is ideal for **marketing analysts**, **ad intelligence platforms**, **brand monitoring teams**, **compliance researchers**, and **competitive intelligence professionals** who need fast, clean, and automated access to Google Ad transparency data.

***

### 🧠 Key Features

- 🚀 **Extracts Advertiser Metadata**

  - Company name
  - Advertiser ID
  - Tokens & creative identifiers

- 🖼️ **Pulls Ad Creative Details**

  - Creative ID
  - HTML/Preview URL
  - Image URL (if available)

- ⏱️ **Ad Activity Timestamps**

  - Start & end timestamps
  - Useful for campaign timeline analysis

- 🧩 **Ad Format Detection**

  - HTML ads
  - Display formats
  - Format codes

- 🌐 **Proxy Support (Residential)**

  - Default & recommended: `RESIDENTIAL` for maximum reliability

- 📄 **Clean, structured JSON output**

  - Easy to use in dashboards, automation scripts, or databases

- ⚡ Fast, lightweight, and highly optimized

***

### 🛠️ Input Schema

Here’s how you configure the actor:

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

#### 🔐 Proxy Configuration

**Recommended:**

- `useApifyProxy`: `true`
- `RESIDENTIAL` proxy group ensures stable scraping & reduced risk of blocking.

***

### 📤 Output Example

You’ll receive beautifully structured JSON similar to:

```json
{
    "company_name": "Nvidia",
    "first_token": "AR06690209997940326401"
  },
  {
    "Company_name": "Nvidia",
    "Advertiser_Id": "AR06690209997940326401",
    "Creative_id": "CR02267616133831983105",
    "Company": "ARIANE NVIDIA",
    "Url": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=7586231089&creativeId=776734523228&uiFeatures=12,54&adGroupId=184604841965&assets=%3DH4sIAAAAAAAAAOMy5-LkuDJ9a8dXVgEOIHNjw7dpJzgEmIHM48sPnAEyeYDMWxAFjEDmFogCJgCDHYnfOQAAAA&sig=ACiVB_yGWYH0Q5IC3FogG7QO-Ff6rb07vg&htmlParentId=fletch-render-12756824607555414986&responseCallback=fletchCallback12756824607555414986",
    "Image_url": null,
    "start_timestamp": "1759275846",
    "end_timestamp": "1761958841",
    "Ad_format": 32
  },
  {
    "Company_name": "Nvidia",
    "Advertiser_Id": "AR06690209997940326401",
    "Creative_id": "CR16328497797101780993",
    "Company": "ARIANE NVIDIA",
    "Url": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=7586231089&creativeId=780521602684&uiFeatures=12,54&adGroupId=188184436460&assets=%3DH4sIAAAAAAAAAOMy5-LkuHXgYPszDgEmEHP61o6vrAKMQObeSzvXvGQT4AEyr0BEOYDM6xC1zAAk1GYbOQAAAA&sig=ACiVB_wGBEe_lloCbu9dGjc4VWRlQAsO6Q&htmlParentId=fletch-render-9335945722112054451&responseCallback=fletchCallback9335945722112054451",
    "Image_url": null,
    "start_timestamp": "1761256926",
    "end_timestamp": "1761904446",
    "Ad_format": 9
  },
  {
    "Company_name": "Nvidia",
    "Advertiser_Id": "AR06690209997940326401",
    "Creative_id": "CR18270002578886492161",
    "Company": "ARIANE NVIDIA",
    "Url": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=7586231089&creativeId=751274955564&uiFeatures=12,54&adGroupId=178971171269&assets=%3DH4sIAAAAAAAAAOMy5-LkuHvm_KPvrALMQOaV6Vs7vrIKcACZl5fsWvOSTYAJyLwFEWUEMvde2gkS5QEACd-LAzkAAAA&sig=ACiVB_zcr2zZKONfNr7D4H_0ADS6V3mHdA&htmlParentId=fletch-render-4278299055602211030&responseCallback=fletchCallback4278299055602211030",
    "Image_url": null,
    "start_timestamp": "1747244478",
    "end_timestamp": "1748676296",
    "Ad_format": 16
  },
```

***

### 🚀 Use Cases

#### 🔍 **Ad Intelligence Tools**

Power ad analytics dashboards, visualize ad timelines, or integrate with intelligence platforms.

#### 🏢 **Brand & Competitor Monitoring**

Track marketing creatives and messaging strategies from competitors.

#### 🛡️ **Compliance and Transparency Research**

Useful for researchers examining political or public-interest ads.

#### 📊 **Market Analysis & Trend Monitoring**

Study how large advertisers deploy creatives across timelines.

#### 🧵 **Ad Library Aggregation**

Create your own Google Ads transparency database.

***

### ✅ Best Practices

✔ **Always use Residential proxies** to avoid rate-limits or IP blocks
✔ Cache previously fetched creative IDs to avoid duplicate processing
✔ If you run large-scale workloads, schedule jobs during low-traffic hours for maximum speed
✔ Validate timestamps before inserting into your DB
✔ Use the preview URL only when required (it can be heavy to load)

***

### 🧩 Additional Recommendations

- For high-volume ad scraping, consider rotating proxy groups.
- Store advertiser IDs to track ad history over time.
- If using the preview URL assets, load them asynchronously for better performance.

***

### 🤝 Support

Need custom fields? Want a simplified JSON format? Need integrations?

**DataWizards are always ready for you.**
We can tailor any scraper, build new ones from scratch, or optimize your workload.

📩 **Email:** <hello.datawizard@gmail.com>
✉️ **Support Subject:** `GoogleAd Parser Script – Support Request`

🔗 **Connect with us:**
<https://linkedin.com/in/data-wizards-aa8080342>

If there is *any change you want* — just let us know.
We're always ready to build, fix, or customize.

***

### 🧰 Need Something More?

Whether you're building an ad-intelligence system, automating dataset pipelines, or simplifying output formats —
**DataWizards has your back.**

💡 *Smart, scalable, and high-quality data extraction.*

***

### 💬 Feedback & Bugs

Found a bug? Need a new feature?
We welcome your feedback!

📧 **Bug Reports:** <hello.datawizard@gmail.com>
🛠️ **Subject:** `Bug Report – GoogleAd Parser Script`

Or open an issue directly on Apify.

***

### 🔍 SEO Keywords (Hidden / Implicit)

- Google Ads scraper
- Google Ads Transparency API
- Ad Creative extractor
- Google advertiser ID parser
- Apify Google Ads actor
- Advertising intelligence data scraper
- Google ad creative metadata

***

#### 🚀 Start analyzing Google Ads like a pro — with **GoogleAd Parser Script**, the most efficient way to extract structured Google Ads transparency data.

# Actor input Schema

## `CompanyNames` (type: `array`):

The company names for the spider.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "CompanyNames": [
    "Nvidia"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/googlead-parser-script").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/googlead-parser-script").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/googlead-parser-script --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hello.datawizards/googlead-parser-script"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SkczoCZ04O5RFGTNe/builds/Lngbhj7rp0WCcuRnK/openapi.json
