Google Ad Library Company Ads API
Company Ads
for Google Ad Library, in one call.
The Company Ads endpoint from ScrapeCreators gives developers reliable access to Google Ad Library data without the hassle of building and maintaining scrapers. Our endpoint makes it easy to retrieve company ads data in real-time for your applications. Get the ads for a company. *This only gets the public ads. Some ads you need to log in for and sadly we can't get those. Starting November 10th 2025, you will need to add get_ad_details=true to get the ad details (and will cost 25 credits). If you don't add that, only the advertiserId and creativeId from each ad will be returned (and will continue to cost just 1 credit)
// Example: Company Ads from the Google Ad Library API
const response = await fetch(`https://api.scrapecreators.com/v1/google/company/ads`, {
headers: {
'x-api-key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data); Endpoint spec
What the Company Ads endpoint returns
/v1/google/company/ads Parameters
domain string The domain of the company
advertiser_id string The advertiser id of the company
topic select The topic to search for. If you search for 'political', you will also need to pass a 'region', like 'US' or 'AU'
region string The region to search for. Defaults to anywhere
start_date string Start date to search for. Format: YYYY-MM-DD
end_date string End date to search for. Format: YYYY-MM-DD
get_ad_details string Set to true to get the ad details. Will cost 25 credits.
cursor string Cursor to paginate through results
Quick start
Company Ads quick start
Sign up, grab your API key, paste this in. First response in under a minute.
// Example: Company Ads from the Google Ad Library API
const response = await fetch(`https://api.scrapecreators.com/v1/google/company/ads`, {
headers: {
'x-api-key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data); Why us
Why use this Company Ads endpoint
Real-time data access
Get the most up-to-date Company Ads data without dealing with rate limits or IP blocks.
Simple integration
Clear documentation and a straightforward REST endpoint make it easy to get started in any language.
High reliability
Our infrastructure ensures high uptime and consistent performance for your applications, even at scale.
Comprehensive data
Access comprehensive Company Ads data through our carefully designed endpoint.
Use cases
Company Ads endpoint use cases
Data analysis
Analyze Company Ads data to gain insights and make data-driven decisions.
Content monitoring
Monitor Company Ads content to track changes and updates in real-time.
Integration
Integrate Company Ads data into your applications and services.
Automation
Automate processes using Company Ads data to improve efficiency.
Reporting
Generate reports and analytics using Company Ads data.
Custom solutions
Build custom solutions leveraging Company Ads data for your specific needs.
FAQ
Questions we hear
about this endpoint.
Is the Company Ads endpoint official?
No, ScrapeCreators provides an unofficial Company Ads endpoint that lets you access Google Ad Library data through our platform. We handle the complexities of data collection so you can focus on building your application.
How current is the Company Ads data?
We provide real-time Company Ads data from Google Ad Library. When you make a request, we fetch the latest information available, so you always get fresh data.
Can I use the Company Ads endpoint in production?
Absolutely. Many businesses rely on ScrapeCreators endpoints for their production applications. Our infrastructure is designed for reliability and performance at scale.
Do I need a credit card to try the Company Ads endpoint?
No credit card required. Sign up for free and you get 100 credits on the house to test the Company Ads endpoint before deciding on a plan. Credits never expire.
What format does the Company Ads endpoint return?
The Company Ads endpoint returns a clean JSON response over HTTPS. Call `GET https://api.scrapecreators.com/v1/google/company/ads` with your API key and parse the response like any other REST API.
Get started
Start using Company Ads
100 credits on the house. No credit card. Start pulling company ads data in under sixty seconds.
Also searched