# 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-checked work email address for a given LinkedIn handle or URL.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/linkedin/profile/email/ganeshaiyer
- 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-f571e6e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j5KEQCSbrUhfHEFtDmO6a

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-f571e6e7
```

Example prompt: Can you look up the LinkedIn profile for ganeshaiyer and get me their current job title, company, location, and verified work email address?

## When to prefer this

Choose this endpoint when you need both LinkedIn profile details AND a verified work email in a single call. It outperforms bare profile scrapers (which skip email) and standalone email finders (which skip profile metadata). Best for B2B sales workflows, lead enrichment pipelines, and outreach automation where a confirmed, sendable email is the critical deliverable alongside professional context.

## Known failure modes

- Profile not found or handle is invalid — returns 404 or empty result
- Email not discoverable for this individual — email field may be null or absent
- LinkedIn rate limiting or anti-scrape measures may cause transient failures
- Private/restricted profiles may return partial data with no email
- Incorrect LinkedIn handle format passed as input — returns error or no match

## 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, employer/company name, geographic location, follower count, connection count, and a deliverability-checked work email address. All data is fetched in real-time without requiring 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-f571e6e7/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)
