Add Tasks
YouTube Channel Email Scraper
Add Tasks
Add YouTube channel URLs to scrape contact emails
POST
Add Tasks
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.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| 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 |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | YouTube channel URL (e.g., https://www.youtube.com/c/ChannelName or https://www.youtube.com/@handle) |
Supported URL Formats
The scraper accepts various YouTube channel URL formats:| 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 |
Email addresses are only available if the channel owner has made them public in the About section.
Code Examples
Response
200