LinkedIn keyword search

circle-check

The LinkedIn endpoint allows you find all LinkedIn ads for a given company.

It takes a company domain as input.

circle-exclamation

API endpoint

POST api.adyntel.com/linkedin-keyword-search

This endpoint runs a search in the LinkedIn Ad Library with the keyword and, optionally, the filters you provide. The response contains the ads on the first page of that search page.

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

Company website

country

string

The 2-digit country code

dateOption

string

Valid options: current-month, current-year, custom-date-range, last-30-days, last-year or custom-date-range

startDate

string

YYYY-MM-DD format (e.g. 2026-01-15)

endDate

string

YYYY-MM-DD format (e.g. 2026-01-15)

continuation_token

string

A token that you can use to scrape the next page

Example request

Request using company domain

Request using linkedin_page_id

You can read more here about how to find the LinkedIn page id via Clay.

Example response

Last updated