S

SocialFetch · Companies Posts

by SocialFetch

GETBase

$0.014

per call · USD Coin on Base

List posts from one specific LinkedIn company page by URL (not a keyword search — use linkedin.posts.search.list to search across public posts).

Endpoint

GET https://api.socialfetch.dev/v1/linkedin/companies/posts

1

Calls / 30d

1

Unique payers / 30d

Sep 4

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.socialfetch.dev/v1/linkedin/companies/posts", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.socialfetch.dev/v1/linkedin/companies/posts?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgoogle%2F" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "lookupStatus": "found",
    "page": {
      "currentPage": 1,
      "hasMore": true,
      "maxPage": 7,
      "nextPage": 2
    },
    "posts": [
      {
        "id": "7459595190669025280",
        "publishedAt": "2026-05-11T13:28:06.015Z",
        "text": "The fastest-growing area of commerce isn't one category. It's thousands of new ones being created by entrepreneurs.\n\nAs…",
        "url": "https://www.linkedin.com/posts/shopify_entrepreneurs-are-turning-obsessions-into-activity-7459595190669025280-TDie"
      }
    ]
  },
  "meta": {
    "creditsCharged": 1,
    "requestId": "req_1816b9cf-6a6e-4343-b547-68caa1bf0b2d",
    "version": "v1"
  }
}

Payment details

Pay to0x02c2fcafce36b4aadb39625866bc6b1699d83043
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from SocialFetch & similar services