GET/v1/results

Get Results

Retrieve scraped YouTube channel contact information

Retrieve scraped YouTube channel data including email addresses, social media links, channel statistics, and detailed About information.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Core Result Fields

id
integer
Unique result identifier
Example: 47771
object
string
Always "result"
Example: result
squid
string
Squid that produced this result
Example: 372558c06a004dbab527f731c0d095cf
run
string
Run that produced this result
Example: 1edf08b8f753406287da8dbe1ff92bec

Channel Information

account_name
string
Display name of the YouTube channel
Example: Tech Legend
channel_id
string
YouTube's unique channel identifier
Example: UCybLjt4Vp59aSXVVcI2RS1w
slug
string
URL-friendly channel name segment
Example: TechLegend
url
string
Full URL to the channel page
Example: https://www.youtube.com/c/TechLegend
about
string
Full channel description (About section)
Example: Welcome to our channel...
country
string
Country associated with the channel
Example: United States
creation_date
string
When the channel was created (ISO 8601)
Example: 2017-09-06T00:00:00Z

Contact Information

email
string
Contact email from the About page
Example: techlegendofficial@gmail.com

Social Media Links

facebook
string
Facebook page URL
Example: facebook.com/techlegendhq
instagram
string
Instagram profile URL
Example: instagram.com/techlegendhq
twitter
string
Twitter profile URL
Example: twitter.com/TechLegendHQ
other_links
string
Comma-separated additional links (website, affiliate, etc.)
Example: techlegend.us, twitch.tv/techlegendhq, amazon.com/shop/techlegend

Channel Statistics

subscribers_count
string
Subscriber count text
Example: 108K subscribers
videos_count
integer
Total number of videos published
Example: 105
views_count
integer
Aggregate view count across all videos
Example: 1641373

Timestamps

scraping_time
string
When this result was scraped (ISO 8601)
Example: 2025-07-11T17:45:19.416Z

Parameters

squidstring
Required
Hash of the squid to get results from
Example: 372558c06a004dbab527f731c0d095cf
runstring
Optional
Hash of a specific run (optional)
Example: 1edf08b8f753406287da8dbe1ff92bec
pageinteger
Optional
Page number (default: 1)
Example: 1
page_sizeinteger
Optional
Results per page (default: 50, max: 100)
Example: 50
Pro Tip

Pro Tip

Use the `email` field to build outreach lists for YouTube creator partnerships.
Pro Tip

Pro Tip

Check `other_links` for additional contact methods like websites and affiliate pages.
Note

Note

Email addresses are only available if the channel owner has made them public in the About section.