# GoCreative LinkedIn Profile Lookup

> GoCreative LinkedIn Profile Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches a LinkedIn profile by username or identifier, returning professional profile data for a given person.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/linkedin/profile/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-linkedin-profile-lookup-38767e66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_87m9Xp0NTcF5xSQGDy0x4

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 gocreative-linkedin-profile-lookup-38767e66
```

Example prompt: Can you pull the LinkedIn profile for 'john-smith-b2b' — I need their current job title, company, and work history for a sales outreach I'm preparing?

## When to prefer this

Use this endpoint when you need to look up a specific LinkedIn profile by username or slug and retrieve structured professional data without signing up for a LinkedIn API key. Ideal for AI agents doing B2B lead enrichment, sales research, or contact verification on a pay-per-call basis with USDC via x402. Prefer over traditional LinkedIn API integrations when keyless, instant access is needed.

## Known failure modes

- Profile not found — invalid or nonexistent LinkedIn identifier returns a 404 or empty result
- Payment failure — insufficient USDC balance or x402 payment not accepted returns a 402
- Rate limiting or backend timeout if LinkedIn data is temporarily unavailable
- Malformed path parameter returns a 400 or schema validation error
- Profile data may be incomplete if the user's LinkedIn profile is private or sparsely populated

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns structured LinkedIn profile data for the requested identifier, including the person's name, current job title, employer, employment history, education, skills, and other public profile fields available via the GoCreative data API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-linkedin-profile-lookup-38767e66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
