logo
LinkedInLinkedIn Ad Details

LinkedIn Ad Details

Get full details of a specific LinkedIn ad including creative variants, impression breakdown by country, and targeting segments.

Pricing: 2 credits per call.

curl -X GET "https://v3-api.texau.com/api/v1/ad_details?url=https://www.linkedin.com/ad-library/detail/1215501393" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY"
{
  "element": {
    "id": "example_string",
    "variants": [
      {
        "advertiser": {},
        "content": {},
        "creativeType": "example_string"
      }
    ],
    "about": {
      "format": "example_string",
      "advertiserName": "John Doe",
      "paidBy": "example_string"
    },
    "impressions": {},
    "targeting": {}
  },
  "query": {},
  "status": 42
}
GET
/ad_details
GET
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
query
urlstring
Required

LinkedIn Ad Library detail URL.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Query Parameters

urlstring
Required

LinkedIn Ad Library detail URL.

Responses

elementobject
queryobject
statusinteger