# GoCreative YouTube Channel Contact Scraper

> GoCreative YouTube Channel Contact Scraper 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-13).

Scrapes a YouTube channel's subscriber count, description, links, and extracts contact details (email, Instagram, other social links) from the channel About section in real time without login.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/social/youtube/contacts/UCE1JHFSfUWcXVyzV3KGA9Fw
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-youtube-channel-contact-scraper-eba43f61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TZOXC5D-kmJThsJ4akXDG

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-youtube-channel-contact-scraper-eba43f61
```

Example prompt: Pull the contact details for the YouTube channel UCE1JHFSfUWcXVyzV3KGA9Fw — I need their email, Instagram handle, subscriber count, and any other links from their About section.

## When to prefer this

Use this endpoint when you need real-time, no-login contact extraction from a specific YouTube channel's About page — particularly for influencer lead generation, creator outreach, or building contact lists at $0.05 per call. Prefer this over manual browsing or YouTube Data API when you specifically need the email and Instagram extracted from the About section, which YouTube's official API does not expose.

## Known failure modes

- Channel ID not found or invalid — returns empty or error response
- Channel has no email or contact info in About section — contact fields return null
- YouTube rate limiting or anti-scraping measures cause timeout
- Private or terminated channels cannot be scraped
- Input channel ID format incorrect — query param missing or malformed

## How this service works

YouTube channel scraper — subscribers, description, links + the email, Instagram and contact details extracted from the channel About section (the lead-gen wedge). Real-time, no login. SEO: YouTube scraper API, youtube channel, youtube email scraper, creator data, influencer lead generation.

## Output

Returns structured data from the YouTube channel's public profile including subscriber count, channel description, extracted email addresses, Instagram handle, and other social/contact links found in the About section — all fetched in real time without requiring YouTube login.

## 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-youtube-channel-contact-scraper-eba43f61/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)
