GET
/
api
/
v1
/
ad-library
/
search
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/ad-library/search \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "id": "653297974",
      "advertiser": "GaneshKrishnan",
      "content_preview": "🚨 E‑commerce ad spend is in free‑fall — and the numbers are staggering.\n\nThe TERRIFYING drop in ecommerce spend and sal…",
      "image": "https://media.licdn.com/dms/image/v2/D5622AQG5Db03qe1eSA/feedshare-shrink_1280/B56ZZKVavvGcAk-/0/1745003851303?e=2147483647&v=beta&t=8WvvFCn5WrwwpN_dBtyrmVm0kUn7AuBrSPkqGx45bvI"
    }
  ],
  "has_more": true,
  "pagination_token": "663761563-1745013982626"
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string

Keyword to search for (either "keyword" or "advertiser_name" must be provided)

Example:

"Data"

advertiser_name
string

Advertiser name to search for (either "keyword" or "advertiser_name" must be provided)

Example:

"Datadog"

country
string

Country code to filter ads by

Example:

"US"

date
enum<string>

Date to filter ads by

Available options:
last-30-days,
current-month,
current-year,
last-year
pagination_token
string

Token for pagination

Response

200
application/json
Success

The response is of type object.