Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Scrape Meta Ads From Page ID

Scrape active Meta (Facebook/Instagram) ads running from a specific page ID.

Configure MCP server with Scrape Meta Ads From Page ID

Access the Scrape Meta Ads From Page ID action from AI tools via MCP. Your AI assistant can pull active ads from any Meta page on demand.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Show me all active Meta ads from page ID 123456789. Include ad copy and CTAs.

Example response

json
{
  "ads_found": 8,
  "ads": [
    {
      "ad_copy": "Scale your outbound pipeline with AI-powered sequences...",
      "cta": "Learn More",
      "platform": "facebook,instagram",
      "start_date": "2026-02-01"
    }
  ],
  "page_name": "Acme Sales Tools"
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →