Meta ad search

The Meta ad search endpoint allows you to do a search in the ad library.

It takes a keyword as an input and you can provide a country_code if you want to limit the results of your search.

API endpoint

POST api.adyntel.com/facebook_ad_search

Find ads in the ad library based on a keyword.

Headers

Name
Value
Required

Content-Type

application/json

Body

Name
Type
Description
Required

api_key

string

Adyntel API key

email

string

Adyntel account email

keyword

string

The keyword you want to use in your search

country_code

string

To limit results to one specific country

Example request

  • Request made with a country_code

Full response, with ads

This is the response what you would get for the above call.

Last updated