Adyntel provides an API to retrieve LinkedIn ads for a given company using the company's domain or LinkedIn Page ID.
Adyntel provides an API to retrieve LinkedIn ads for a given company using the company's domain or LinkedIn Page ID. On Nagent, Adyntel is exposed as a fully-configurable ads & conversion integration that any agent can call — 8 actions, and API key authentication. No code is required to wire Adyntel into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Adyntel to automate the kinds of tasks ads & conversion teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Adyntel into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Adyntel, with input parameters and output schema. Drop these into any step of an agent built in Helix.
ADYNTEL_GET_GOOGLE_ADS_BY_COMPANYRetrieve Google ads for a company domain. Returns ad creatives including text, image, and video ads with advertiser information. Response includes a `total_ad_count` field that typically exceeds the count of ads in the returned `ads` array — a single call returns only a partial slice of all available ads.
Input parameters
Filter results by content type.
Company website domain in 'company.com' format (no https:// or www. prefix).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_GET_GOOGLE_SHOPPING_SEARCH_STATUSCheck the status and retrieve results of a Google Shopping ads search. Use the ID returned from the google_shopping endpoint. No credits charged for status checks.
Input parameters
The job identifier received from the initial google_shopping endpoint response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_GET_LINKED_IN_ADS_BY_COMPANYRetrieve LinkedIn ads for a company by domain or LinkedIn page ID. Returns ad creatives and campaign details.
Input parameters
Company website domain in 'company.com' format (no https:// or www. prefix). Either company_domain or linkedin_page_id is required.
LinkedIn Page numeric identifier. Either company_domain or linkedin_page_id is required.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_GET_META_ADS_BY_COMPANY_OR_PAGERetrieve Meta/Facebook ads for a company domain or Facebook page URL. Returns ad creatives, engagement metrics, and campaign details.
Input parameters
Filter results by specific media format.
Endpoint URL to receive returned data via webhook.
Filter results to a specific country using two-letter ISO country code (e.g., US, GB, FR).
Facebook page URL. Must start with https://. Either facebook_url or company_domain is required.
Filter by ad campaign status. Defaults to active ads only.
Company website domain in 'company.com' format (no https:// or www. prefix). Either facebook_url or company_domain is required.
Token for pagination to retrieve additional ad sets. Obtained from the initial response if more ads exist.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_GET_PAID_VS_ORGANIC_KEYWORDSAnalyze paid vs organic keyword performance for a company domain. Returns keyword data comparing paid advertising and organic search performance.
Input parameters
Company website domain in 'company.com' format (no https:// or www. prefix).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_META_AD_SEARCHSearch the Meta ad library.
Input parameters
The keyword you want to use in your search.
To limit results to one specific country. Please use ISO 3166-1 alpha-2 country code.
Token for pagination to retrieve additional results. Obtained from the response's continuation_token field when is_result_complete is false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_SEARCH_TIK_TOK_ADS_BY_KEYWORDSearch the TikTok ad library using keywords. Returns matching ads with creative content, engagement metrics, and targeting information.
Input parameters
The search query to find TikTok ads.
Filter search results to a specific country. Omitting returns global results. Note: US filtering is not currently supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ADYNTEL_START_GOOGLE_SHOPPING_SEARCHStart an asynchronous Google Shopping ads search for a company domain. Returns a job ID to check status with the google_shopping_status endpoint.
Input parameters
Company website domain in 'company.com' format (no https:// or www. prefix).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 33 agents privately built on Nagent that already use Adyntel.
Build on Nagent
Connect Adyntel to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Adyntel, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Adyntel is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Adyntel is connected, you configure its 8 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Adyntel steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Adyntel event fires, the agent kicks off automatically.
Every Adyntel action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Adyntel ships with 8 pre-built ads & conversion actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Adyntel together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Adyntel-based workflows tailored to your business.