Google Ads Disapproved Creatives Scraper avatar

Google Ads Disapproved Creatives Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Google Ads Disapproved Creatives Scraper

Google Ads Disapproved Creatives Scraper

List recent disapproved creative records or retrieve one record by ID. Results include the creative ID, activity dates, and available impression ranges.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

The Actor saves recent public disapproved creative records from Google Ads Transparency Center, or retrieves one record by its disapproved_creative_id. It does not search by advertiser, keyword, country, or date.

searchDisapprovedCreatives is the default scraperType. It saves up to maxItems records, with a default of 50; 0 continues until the available feed is exhausted. Each item contains disapproved_creative_id, activity_start, and activity_end when those dates are available.

{
"scraperType": "searchDisapprovedCreatives",
"maxItems": 20
}

The feed provides records, not the rejected creative's media. The following is a schema-backed illustration, not a verified live response. The CR… value stands for an identifier returned by the feed; a recorded source smoke-test example is still required before publication.

{
"disapproved_creative_id": "CR…",
"activity_start": null,
"activity_end": null
}

For one record, choose getDisapprovedCreative and supply its identifier:

{
"scraperType": "getDisapprovedCreative",
"disapproved_creative_id": "CR04320287751707557889"
}

The detail record can additionally include country_impression_range and eea_impression_range. Those structures contain named impression-range and date values when available. Fields without a stable public meaning are deliberately not included in the dataset.

The feed pagination ends after maxItems, when no further page is available, or when a page has no records. An unrecognized disapproved_creative_id completes with an empty dataset rather than a placeholder item.

The Google Ads Transparency Center Scraper is the related Actor for advertiser discovery, destination-domain creative searches, creative records, and advertiser or domain suggestions.