Adyntel Documentation
  • 🤖Welcome!
  • Authorization
  • Ad Libraries
    • Meta
    • Meta ad search
    • LinkedIn
    • Google
    • Google shopping
    • Google shopping status
    • TikTok search
    • TikTok ad details
    • Paid vs organic keywords
  • Clay
    • Connecting to Clay
    • Extracting LinkedIn page id
  • Frequently Asked Questions
    • Billing
    • Contact
Powered by GitBook
On this page
  • API endpoint
  • Headers
  • Body
  • Example request
  • Example response
  1. Ad Libraries

Google shopping

PreviousGoogleNextGoogle shopping status

Last updated 4 months ago

You first need to create an account, you can sign up to receive 50 credits to test it out.

The Google endpoint allows you find all Google shopping ads for a given company. This is different then the endpoint as that reports on certain types of ads (search, image, video) ran on the Google platform while this returns strictly shopping ads.

It takes a company domain as input.

Company domain has to be passed in the 'company.com' format, meaning all prefixes like 'https://' or 'www.' need to be removed.

API endpoint

POST api.adyntel.com/google_shopping

See what Google shopping 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

Example request

Request using company domain

{
    "api_key": "hd-nndgi7gy6b3kdsgd-a",
    "email": "elon@tesla.com",
    "company_domain": "tesla.com"
}

Example response

The response will contain only an id that you then have to use in the Google shopping status endpoint.

{
"id": "12172142-7717-0066-0000-f1e50ca3d579"
}
here
Google