Developer platform

Build on the same engine that powers Growomat

A stable, versioned REST API for Google & Microsoft Ads — campaigns, ads, keywords, sites, creative and syncs. Official SDKs in five languages, generated from the spec and tested on every release.

Quickstart

Install the TypeScript SDK, create a token, and you’re three lines from your first campaign.

import { Growomat } from '@growomat/client';

const defo = new Growomat({ token: process.env.GROWOMAT_TOKEN });

const campaign = await defo.campaigns.create({ name: 'Spring Launch', budget: 50 });

for await (const c of defo.campaigns.listAll()) {
  console.log(c.name);
}

Official SDKs

Typed clients generated from our OpenAPI spec — they never drift from the API.

TypeScript

Available
npm install @growomat/client

Python

Available
pip install growomat

Go

Coming soon
coming soon

PHP

Coming soon
coming soon

Java

Coming soon
coming soon

Ready to let AI manage your ads?

Start your 14-day free trial today. No credit card required.

Start Free Trial