← Back to marketplace

Linked Panda - Turn LinkedIn engagement into pipeline

external

Linked Panda turns LinkedIn engagement into qualified B2B leads with listening, enrichment, ICP scoring, and CRM routing.

by Linkedpanda17 endpoints100% uptime551ms avg

Price

from $0.0100

up to $0.3000 per request

Network

base

Category

other

On-chain txns

251

Uptime

100%

Avg latency

551ms

Checks

81

Status

Healthy

Base URL

https://api.linkedpanda.com

Endpoints (17)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/agent/v1/ads/get
base$0.0500

LinkedIn ad library details

POST/agent/v1/ads/search
base$0.0500

LinkedIn ad library search results page

POST/agent/v1/companies/enrich
base$0.0500

LinkedIn company enrichment

POST/agent/v1/companies/search
base$0.3000

LinkedIn company search results page

POST/agent/v1/geo-id
base$0.0100

LinkedIn GeoID lookup

POST/agent/v1/jobs/get
base$0.0500

LinkedIn job details

POST/agent/v1/jobs/search
base$0.0500

LinkedIn job search results page

POST/agent/v1/posts/reactions
base$0.0500

Reactions and comments for a LinkedIn post

POST/agent/v1/posts/reactions
base$0.0500

Reactions and comments for a LinkedIn post

POST/agent/v1/profiles/%7BlinkedinId%7D
base$0.0500

LinkedIn profile enrichment API for one B2B lead

POST/agent/v1/profiles/%7BlinkedinId%7D
base$0.0500

LinkedIn profile enrichment API for one B2B lead

POST/agent/v1/profiles/email
base$0.0500

Verified work-email lookup for a LinkedIn profile

POST/agent/v1/profiles/email
base$0.0500

Verified work-email lookup for a LinkedIn profile

POST/agent/v1/profiles/enrich
base$0.0500

Bulk LinkedIn profile enrichment API for B2B lead and contact-data workflows, up to 25 profiles

POST/agent/v1/profiles/enrich
base$0.0500

Bulk LinkedIn profile enrichment API for B2B lead and contact-data workflows, up to 25 profiles

POST/agent/v1/profiles/posts
base$0.2500

Recent LinkedIn posts for a profile

POST/agent/v1/profiles/search
base$0.3000

LinkedIn profile search results page

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://api.linkedpanda.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.linkedpanda.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://api.linkedpanda.com", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.