← Back to workKHAS-ERDENE TSOGTSAIKHANContact
08Apify data infrastructure tool

Google Ads Transparency Monitor

Built a lower-level data infrastructure tool on Apify for monitoring Google Ads Transparency data, useful for scraping, automation, and downstream LLM/data workflows.

  • Apify
  • Web scraping
  • Data pipelines
  • Automation
Apify actor page for Google Ads Transparency Monitor
Proof artifactDev-tool proof - Apify actor

Builder

01 / Problem

What needed to change

Ad transparency data is useful for competitive research and policy analysis, but it is not convenient to monitor manually or pipe into downstream workflows.

02 / What I built

The engineering response

An Apify actor that packages Google Ads Transparency monitoring as a repeatable data extraction workflow, making it easier to collect structured ad data for analysis or LLM-assisted review.

03 / Impact

The signal

Adds a lightweight proof point around scraping, automation, and data infrastructure outside the main product portfolio.

04 / What I learned

The durable insight

Small developer tools are useful when they turn messy public web data into repeatable, structured inputs that other systems can use.

Engineering depth

How I engineered it

The constraints, reliability decisions, and system boundaries behind the visible product.

  1. 01

    Packaged a public-web monitoring workflow as an Apify actor so collection could run repeatedly instead of depending on manual browser research.

  2. 02

    Focused on converting messy ad-transparency surfaces into structured dataset outputs that can be reviewed, analyzed, or passed into downstream LLM workflows.

  3. 03

    Kept it intentionally low-scope: a utility data-infrastructure build that shows scraping and automation range without competing with the main product case studies.

  4. 04

    Designed the actor as a composable data primitive: explicit inputs, scheduled runs, structured datasets, and webhook-friendly outputs make the collected signals usable by analytics, alerting, or downstream LLM classification systems.

System architecture
01Monitor target
02Apify actor
03Structured extraction
04Dataset output