# 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, social links) from the channel's About section in real time.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/social/youtube/contacts/Cryptocito
- 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-e1c0f3b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GPxaY21hrBDicTati3UZe

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

Example prompt: Can you pull the contact email, Instagram handle, and subscriber count for the YouTube channel 'Cryptocito' — I want to reach out to them for a sponsorship?

## When to prefer this

Use this endpoint when you need real-time, no-login contact extraction from a specific YouTube channel's About section — particularly for influencer outreach, lead generation, or creator enrichment workflows where you need email and Instagram data alongside basic channel stats. Prefer this over manual lookup when automating at scale with pay-per-call pricing at $0.05 per channel.

## Known failure modes

- Channel handle not found or misspelled — returns empty or error response
- Channel has no contact details in About section — returns empty contact fields
- YouTube rate limiting or page structure changes break scraping — returns error
- Private or terminated channels cannot be scraped

## 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 the YouTube channel's subscriber count, full description, external links listed on the channel, and any contact information extracted from the About section including email addresses, Instagram handle, and other social/contact links.

## 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-e1c0f3b1/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)
