ToolAssay

LinkedIn ad library search results page

LinkedIn ad library search results page

Answeringour last check, 2026-09-24
1 of 1checks answered this week
323 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.linkedpanda.com/agent/v1/ads/search

CategorySearch and research
Provider hostapi.linkedpanda.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 323 ms

Example input (from the provider)

{
  "body": {
    "page": 1,
    "requestContext": {
      "promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post",
      "requestId": "lp_lead_research_2026_06_11_001",
      "userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research"
    },
    "search": "revenue operations"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": true,
  "properties": {
    "input": {
      "additionalProperties": true,
      "properties": {
        "body": {
          "additionalProperties": true,
          "properties": {
            "page": {
              "type": "number"
            },
            "requestContext": {
              "additionalProperties": true,
              "properties": {
                "promptSummary": {
                  "type": "string"
                },
                "requestId": {
                  "type": "string"
                },
                "userIntent": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "search": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "type": "string"
        },
        "method": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "output": {
      "additionalProperties": true,
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "pagination": {
              "additionalProperties": true,
              "properties": {
                "pageNumber": {
                  "type": "number"
                },
                "pageSize": {
                  "type": "number"
                },
                "paginationToken": {
                  "type": "null"
                },
                "totalElements": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "results": {
              "items": {},
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON