LinkedIn

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

It takes a company domain as input.

API endpoint

POST api.adyntel.com/linkedin

See which LinkedIn ads a company is running by providing their website as input.

Headers

Name
Value
Required

Content-Type

application/json

Body

Name
Type
Description
Required

api_key

string

Adyntel API key

email

string

Adyntel account email

company_domain

string

Company website

linkedin_page_id

number

LinkedIn Page ID

all_ads

boolean

This will automatically use the continuation_token and scrape all the pages, returning all available ads. Works only with a webhook_url as it needs a place to send each page, one by one. Warning: use this cautiously because there is no way of stopping it. If you use this on a domain that runs 10000 ads, it will try to scrape all the ads and it will use the credits (one page = one credit)

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