Make

adResearch__getCompanyAds

Get the ads a Facebook Page is currently running, from the Meta Ad Library, by pageId (from adResearch.searchCompanies). Works for any advertiser, not just the user's competitors.

Remote mesmerpercy/admakeai

Remote (network-hosted)

Other tools also called adResearch__getCompanyAds? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cursor": {
      "type": "string",
      "maxLength": 2048,
      "minLength": 1
    },
    "pageId": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1
    },
    "country": {
      "type": "string",
      "default": "ALL",
      "maxLength": 8,
      "minLength": 2
    }
  }
}
          

Provider

Make →