# GoCreative LinkedIn Profile + Work Email Lookup

> GoCreative LinkedIn Profile + Work Email 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 full LinkedIn profile (headline, role, company, location, follower/connection counts) plus a deliverability-verified work email address for a given LinkedIn handle or URL.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/linkedin/profile/email/vedantanand17
- 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-work-email-lookup-cf33657e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kDZrdrzBS4D5FizwBxoOY

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-work-email-lookup-cf33657e
```

Example prompt: Can you pull up the full LinkedIn profile for the user 'vedantanand17' — I need their current role, company, location, and especially a verified work email address so I can reach out?

## When to prefer this

Choose this endpoint when you need both LinkedIn profile context AND a verified work email in a single call. It outperforms bare profile-detail scrapers (which skip email) and standalone email-finder tools (which lack profile context like headline, role, and follower count). Ideal for B2B sales workflows, recruiting outreach, and CRM enrichment where a cold-outreach-ready contact record is the goal.

## Known failure modes

- Profile not found (invalid or deleted handle) — returns 404 or empty result
- Email not resolvable — profile found but no verified work email returned
- Rate limiting or payment failure — 402 response if USDC balance insufficient
- Private/restricted profile — limited data returned if profile visibility is restricted
- Stale data — profile details may lag real-time LinkedIn changes by hours

## How this service works

LinkedIn Profile Scraper — full people-profile lookup by URL or handle: headline, current role/company, location, follower/connection counts, PLUS a deliverability-checked work email (the contact wedge a bare profile-detail scraper skips). Real-time, no login cookies. SEO: LinkedIn profile API, linkedin email finder, linkedin scraper, B2B contact lookup, sales intelligence.

## Output

Returns a structured profile object containing the person's LinkedIn headline, current job title, current company name, geographic location, follower count, connection count, and a deliverability-checked work email address — all retrieved in real time without requiring LinkedIn login credentials.

## 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-work-email-lookup-cf33657e/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)
