Add YouTube channel URLs to scrape contact emails
Add YouTube channel URLs to scrape contact information including email addresses, social media links, and channel statistics. The scraper extracts data from the channel’s About page.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/json| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the YouTube Channel Email Scraper |
| tasks | array | Yes | Array of task objects, each containing a url field |
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | YouTube channel URL (e.g., https://www.youtube.com/c/ChannelName or https://www.youtube.com/@handle) |
| Format | Example |
|---|---|
| Custom URL | https://www.youtube.com/c/ChannelName |
| Handle URL | https://www.youtube.com/@channelhandle |
| Channel ID | https://www.youtube.com/channel/UCxxxxxxxxxxxxxxxx |
| User URL | https://www.youtube.com/user/username |