LinkedIn · Schema

AdvertiserTransparencyResponse

AdvertiserTransparencyResponse from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Properties

Name Type Description
sponsoredAccountUrn string The URN of the sponsored account
month integer The month of the transparency data
totalSpend number Total advertising spend for the month
impressions integer Total impressions delivered
currency string Currency code for spend amounts
advertiserName string Name of the advertiser
country string Country of the advertiser
View JSON Schema on GitHub

JSON Schema

linkedin-regulatory-ads-transparency-advertiser-transparency-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-regulatory-ads-transparency-advertiser-transparency-response-schema.json",
  "title": "AdvertiserTransparencyResponse",
  "description": "AdvertiserTransparencyResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "sponsoredAccountUrn": {
      "type": "string",
      "description": "The URN of the sponsored account",
      "example": "urn:li:sponsoredAccount:123456789"
    },
    "month": {
      "type": "integer",
      "description": "The month of the transparency data",
      "example": 202312
    },
    "totalSpend": {
      "type": "number",
      "format": "double",
      "description": "Total advertising spend for the month",
      "example": 15000.5
    },
    "impressions": {
      "type": "integer",
      "description": "Total impressions delivered",
      "example": 500000
    },
    "currency": {
      "type": "string",
      "description": "Currency code for spend amounts",
      "example": "USD"
    },
    "advertiserName": {
      "type": "string",
      "description": "Name of the advertiser",
      "example": "Acme Corporation"
    },
    "country": {
      "type": "string",
      "description": "Country of the advertiser",
      "example": "United States"
    }
  },
  "required": [
    "sponsoredAccountUrn",
    "month"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/linkedin-regulatory-ads-transparency-advertiser-transparency-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.