Adyntel
Connect to Adyntel to run advertising and marketing intelligence searches across LinkedIn, Google, Facebook, TikTok, YouTube transcripts, domains, pixels, and traffic estimates.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ADYNTEL_AUTH_CHECK_AUTH_POST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ADYNTEL_AUTH_CHECK_AUTH_POST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ADYNTEL_AUTH_CHECK_AUTH_POST --data '{ }'Tool catalog
Available tools
34 callable operations
Auth CheckADYNTEL_AUTH_CHECK_AUTH_POSTValidate user credentials (email and API key). Returns 200 if valid, 401 if invalid.Connection
Validate user credentials (email and API key). Returns 200 if valid, 401 if invalid.
Authentication
Connected account requiredTags
Celery Producer MetricsADYNTEL_CELERY_PRODUCER_METRICS_CELERY_PRODUCER_METRICS_GETGet metrics for FastCeleryProducer (for monitoring and comparison)Connection
Get metrics for FastCeleryProducer (for monitoring and comparison)
Authentication
Connected account requiredTags
Create UserADYNTEL_CREATE_USER_CREATE_USER_POSTCreate UserConnection
Create User
Authentication
Connected account requiredTags
Credits CheckADYNTEL_CREDITS_CHECK_CREDITS_CHECK_POSTCheck user's current credit balance by email and API key. Uses database-only authentication for this endpoint. Returns: dict: JSON response with current_credits field containing the user's token countConnection
Check user's current credit balance by email and API key. Uses database-only authentication for this endpoint. Returns: dict: JSON response with current_credits field containing the user's token count
Authentication
Connected account requiredTags
Cron Run EndpointADYNTEL_CRON_RUN_ENDPOINT_CRON_RUN_POSTInternal endpoint for Render cron job execution. This endpoint scans for due jobs and enqueues ARQ tasks.Connection
Internal endpoint for Render cron job execution. This endpoint scans for due jobs and enqueues ARQ tasks.
Authentication
Connected account requiredTags
Domain KeywordsADYNTEL_DOMAIN_KEYWORDS_DOMAIN_KEYWORDS_POSTDomain KeywordsConnection
Domain Keywords
Authentication
Connected account requiredTags
Estimate TrafficADYNTEL_ESTIMATE_TRAFFIC_TRAFFIC_ESTIMATE_POSTEstimate TrafficConnection
Estimate Traffic
Authentication
Connected account requiredTags
Facebook Ad SearchADYNTEL_FACEBOOK_AD_SEARCH_FACEBOOK_AD_SEARCH_POSTFacebook Ad SearchConnection
Facebook Ad Search
Authentication
Connected account requiredTags
Facebook EndpointADYNTEL_FACEBOOK_ENDPOINT_FACEBOOK_POSTFacebook EndpointConnection
Facebook Endpoint
Authentication
Connected account requiredTags
Facebook Endpoint With ReuseADYNTEL_FACEBOOK_ENDPOINT_WITH_REUSE_FACEBOOK_WITH_REUSE_POSTFacebook Endpoint With ReuseConnection
Facebook Endpoint With Reuse
Authentication
Connected account requiredTags
Facebook Total Ad Count ComparisonADYNTEL_FACEBOOK_TOTAL_AD_COUNT_COMPARISON_FACEBOOK_TOTAL_AD_COUNT_COMPARISON_POSTFacebook Total Ad Count ComparisonConnection
Facebook Total Ad Count Comparison
Authentication
Connected account requiredTags
Facebook With RetryADYNTEL_FACEBOOK_WITH_RETRY_FACEBOOK_WITH_RETRY_POSTFacebook With RetryConnection
Facebook With Retry
Authentication
Connected account requiredTags
Get PixelsADYNTEL_GET_PIXELS_PIXEL_SCRAPER_POSTGet PixelsConnection
Get Pixels
Authentication
Connected account requiredTags
Get Tracking Jobs EndpointADYNTEL_GET_TRACKING_JOBS_ENDPOINT_TRACK_JOBS_GETGet all tracking jobs for a user.Connection
Get all tracking jobs for a user.
Authentication
Connected account requiredTags
Get Tracking Results EndpointADYNTEL_GET_TRACKING_RESULTS_ENDPOINT_TRACK_RESULTS_GETGet tracking results for a user or specific job.Connection
Get tracking results for a user or specific job.
Authentication
Connected account requiredTags
Get UserADYNTEL_GET_USER_GET_USER_POSTGet UserConnection
Get User
Authentication
Connected account requiredTags
Get UsersADYNTEL_GET_USERS_GET_USERS_POSTGet UsersConnection
Get Users
Authentication
Connected account requiredTags
Google SearchADYNTEL_GOOGLE_SEARCH_GOOGLE_ADVANCED_POSTGoogle SearchConnection
Google Search
Authentication
Connected account requiredTags
Google SearchADYNTEL_GOOGLE_SEARCH_GOOGLE_POSTGoogle SearchConnection
Google Search
Authentication
Connected account requiredTags
Google Shopping StatusADYNTEL_GOOGLE_SHOPPING_STATUS_GOOGLE_SHOPPING_STATUS_POSTGoogle Shopping StatusConnection
Google Shopping Status
Authentication
Connected account requiredTags
Health CheckADYNTEL_HEALTH_CHECK_HEALTHCHECK_GETHealth CheckConnection
Health Check
Authentication
Connected account requiredTags
Import Domains To Redis EndpointADYNTEL_IMPORT_DOMAINS_TO_REDIS_ENDPOINT_IMPORT_DOMAINS_TO_REDIS_GETImport Domains To Redis EndpointConnection
Import Domains To Redis Endpoint
Authentication
Connected account requiredTags
Import Domains To Redis EndpointADYNTEL_IMPORT_DOMAINS_TO_REDIS_ENDPOINT_IMPORT_DOMAINS_TO_REDIS_POSTImport Domains To Redis EndpointConnection
Import Domains To Redis Endpoint
Authentication
Connected account requiredTags
Linkedin EndpointADYNTEL_LINKEDIN_ENDPOINT_LINKEDIN_ADVANCED_POSTLinkedin EndpointConnection
Linkedin Endpoint
Authentication
Connected account requiredTags
Linkedin EndpointADYNTEL_LINKEDIN_ENDPOINT_LINKEDIN_POSTLinkedin EndpointConnection
Linkedin Endpoint
Authentication
Connected account requiredTags
Linkedin Keyword SearchADYNTEL_LINKEDIN_KEYWORD_SEARCH_LINKEDIN_KEYWORD_SEARCH_POSTLinkedin Keyword SearchConnection
Linkedin Keyword Search
Authentication
Connected account requiredTags
Search AdsADYNTEL_SEARCH_ADS_GOOGLE_SHOPPING_POSTSearch AdsConnection
Search Ads
Authentication
Connected account requiredTags
Tiktok Ad DetailsADYNTEL_TIKTOK_AD_DETAILS_TIKTOK_AD_DETAILS_POSTTiktok Ad DetailsConnection
Tiktok Ad Details
Authentication
Connected account requiredTags
Tiktok SearchADYNTEL_TIKTOK_SEARCH_TIKTOK_SEARCH_POSTTiktok SearchConnection
Tiktok Search
Authentication
Connected account requiredTags
Track DomainADYNTEL_TRACK_DOMAIN_TRACK_POSTMain tracking endpoint that handles start/pause/delete operations.Connection
Main tracking endpoint that handles start/pause/delete operations.
Authentication
Connected account requiredTags
Update User TokensADYNTEL_UPDATE_USER_TOKENS_UPDATE_USER_TOKENS_POSTUpdate User TokensConnection
Update User Tokens
Authentication
Connected account requiredTags
Update UserADYNTEL_UPDATE_USER_UPDATE_USER_POSTUpdate UserConnection
Update User
Authentication
Connected account requiredTags
User HistoryADYNTEL_USER_HISTORY_USER_HISTORY_POSTUser HistoryConnection
User History
Authentication
Connected account requiredTags
Youtube TranscriptADYNTEL_YOUTUBE_TRANSCRIPT_YOUTUBE_TRANSCRIPT_POSTYoutube TranscriptConnection
Youtube Transcript
Authentication
Connected account requiredTags