# GEDX402 Social – LinkedIn Company Profile Lookup

> GEDX402 Social – LinkedIn Company Profile Lookup is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-15, last successful call 2026-07-17).

Fetches LinkedIn company profile data via the SociaVault proxy, paid per-call with x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/linkedin/company
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 4.7 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-linkedin-company-profile-lookup-c1150527
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IJutuw6k34pUzCPwaBG9s

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 gedx402-social-linkedin-company-profile-lookup-c1150527
```

Example prompt: Pull the LinkedIn company profile for 'https://www.linkedin.com/company/openai' and give me the structured data — employees, description, industry, that kind of thing.

## When to prefer this

Choose this endpoint when you need structured LinkedIn company profile data via a pay-per-call micropayment model (x402/USDC) without managing OAuth credentials or LinkedIn API access. Best for one-off or low-volume company lookups where a subscription is not warranted.

## Known failure modes

- Invalid or non-LinkedIn URL returns error or empty data object
- Company profile not found or private returns success:false or empty data
- Payment failure via x402 results in 402 response before data is returned
- Rate limiting or SociaVault upstream unavailability returns 5xx error
- Malformed URL input may return validation error

## How this service works

SociaVault API proxy — linkedin-company. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a 'data' field containing the company's LinkedIn profile information (description, industry, headcount, etc.), a 'success' boolean, and a 'provider' field set to 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-linkedin-company-profile-lookup-c1150527/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
