---
title: "Company Ads"
method: GET
path: "/v1/google/company/ads"
tags: ["Google Ad Library"]
---

# Company Ads

`GET /v1/google/company/ads`

Fetches public ads for a company from the Google Ad Transparency Library by domain or advertiser_id. Each ad includes advertiserId, creativeId, format, adUrl, advertiserName, domain, firstShown, and lastShown. Costs 25 credits per request when get_ad_details=true; without it, only advertiserId and creativeId are returned at 1 credit.

## Query parameters

- `domain` string
- `advertiser_id` string
- `topic` 'all' | 'political'
- `region` string
- `start_date` string
- `end_date` string
- `platform` 'google_maps' | 'google_play' | 'google_search' | 'google_shopping' | 'youtube'
- `format` 'text' | 'image' | 'video'
- `get_ad_details` string
- `cursor` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
