Google

The Google endpoint allows you find all Google ads for a given company.

It takes a company domain as input.

API endpoint

POST api.adyntel.com/google

See which Google ads a company is running by providing their website as input.

Headers

Name
Value
Required

Content-Type

application/json

Body

Name
Type
Description
Required

api_key

string

Adyntel API key

email

number

Adyntel account email

company_domain

string

Company website

media_type

string

Filter results based on media type. Possible values: text, image, video.

all_ads

boolean

This will automatically use the continuation_token and scrape all the pages, returning all available ads. Works only with a webhook_url as it needs a place to send each page, one by one. Warning: use this cautiously because there is no way of stopping it. If you use this on a domain that runs 10000 ads, it will try to scrape all the ads and it will use the credits (one page = one credit)

Example request

Request using company domain

Example response

Last updated