# Influship YouTube Channel Transcripts Scraper

> Influship YouTube Channel Transcripts Scraper is a paid API for AI agents from api.influship.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Fetches live transcripts from the HubSpot Marketing YouTube channel by scraping video content in real time

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/youtube/channel-transcripts/HubSpotMarketing
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-youtube-channel-transcripts-scraper-e70bdf8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iOuOHTjH3oOehuV6G7YvQ

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 influship-youtube-channel-transcripts-scraper-e70bdf8b
```

Example prompt: Can you pull the latest transcripts from the HubSpot Marketing YouTube channel so I can see what topics they've been covering in their videos?

## When to prefer this

Use this endpoint when you need real-time, live-scraped transcript data specifically from the HubSpot Marketing YouTube channel without maintaining your own YouTube scraping infrastructure. Prefer this over generic YouTube APIs when you need raw transcript text quickly and are willing to pay per call.

## Known failure modes

- YouTube channel unavailable or renamed — returns error or empty response
- Rate limiting or anti-scraping measures triggered on YouTube — returns timeout or failure
- Channel has no videos with captions/transcripts available — returns empty transcript data
- Network timeout during live scrape — returns error response
- Invalid or inaccessible channel identifier — returns 404 or error

## How this service works

Live YouTube scraping

## Output

Returns raw transcript text scraped live from the HubSpotMarketing YouTube channel, including spoken content from one or more videos, suitable for analysis, summarization, or content research.

## 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"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-youtube-channel-transcripts-scraper-e70bdf8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.influship.com](https://www.zero.xyz/host/api.influship.com/llms.txt)
