# StableSocial LinkedIn Company Scraper

> StableSocial LinkedIn Company Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches public profile and company data from a LinkedIn company page URL on a pay-per-request basis.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/company
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linkedin-company-scraper-08fcc468
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C3PMdQzxhH9cMCyFTzxfJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-linkedin-company-scraper-08fcc468 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn company page data for Stripe — their description, industry, employee count, and follower count? The URL is https://www.linkedin.com/company/stripe.

## When to prefer this

Choose this endpoint when you need structured public data from a specific LinkedIn company page without managing LinkedIn API credentials, OAuth flows, or subscriptions. Ideal for one-off or low-volume lookups for lead enrichment, competitive research, or due diligence where pay-per-request pricing is more cost-effective than a subscription plan.

## Known failure modes

- Invalid or non-existent LinkedIn company URL returns an error
- Private or restricted company pages may return partial or no data
- LinkedIn rate-limiting or anti-scraping measures may cause intermittent failures
- Malformed URL input (not a LinkedIn company URL) returns validation error
- Payment failure (insufficient USDC balance) returns 402 error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured data extracted from the LinkedIn company page, including company name, description, industry, employee count, follower count, website, headquarters, founded year, and specialties, as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the LinkedIn company page to get"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-company-scraper-08fcc468/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
