Twitch Streamer Image URL Enrichment API
Get profile image URL for any Twitch handle — 697K searchable profiles behind it
Is there an API to get a Twitch creator’s profile image URL?
Yes. The Influencers.club Enrichment API returns profile image URL — the creator’s profile image URL — for any Twitch handle you pass in. One call brings it back alongside the rest of the profile: verified email, follower counts, engagement, growth and cross-platform links. 1 credit per successful request on the Full tier, and nothing is charged when the lookup fails.
Make the call
Both samples below are complete. Paste one in, swap the key, get a 200.
https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 1 credit per successful request
Full reference →
What comes back
A 200 with the page of creators and your remaining credit balance. Creator values below are elided — field names and types are exactly as published in the API schema.
The spec
| Field | Type | Accepted values | Behaviour |
|---|---|---|---|
| profileImageURL | string / object | Returned, not sent — read it from the response | Null when the underlying data is missing; never an error. |
| platform | string | instagram · youtube · tiktok · twitch · twitter · onlyfans | Required. Selects which platform the handle belongs to. |
| handle | string | A username, profile URL or user ID | Required. Normalized automatically — @ stripped, URLs parsed. |
| include_audience_data | boolean | true · false | Optional. Adds audience demographics, brand affinities and credibility for creators with 10k+ followers. |
| include_lookalikes | boolean | true · false | Optional. Adds ranked lookalike creators to the response. |
Billing. 1 credit per successful Full request; 0.2 for Profile and 0.8 for Analytics. Failed lookups are not billed.
Profile image URL is one field of the full profile
Three ways teams pull this field in practice.
Check one creator before the call
Profile image URL for a single handle, in one request.
platform: "twitch", "handle": "creator_username"
Vet a whole shortlist at once
Batch enrichment returns profile image URL for up to 10,000 handles.
POST /public/v1/enrichment/batch/ { "platform": "twitch", "handles": ["…"] }
Discover first, enrich the winners
Filter with Discovery, then pull profile image URL for the creators that pass.
filters: {
"followers": { "min": 10000, "max": 100000 },
"average_stream_views": { "min": 500 } }
Other Twitch data you can access
Twitch API endpoints
Six platforms with full data, 40+ more in the social graph
Instagramdiscovery · full data
TikTokdiscovery · full data
YouTubediscovery · full data
X / Twitterdiscovery · full data
Twitchdiscovery · full data
OnlyFansdiscovery · full dataPlus Facebook, Pinterest, Reddit, LinkedIn, Discord, Snapchat,
Linktree and 40+ more via connected socials.
Frequently asked questions
Which enrichment tiers include profile image URL?+
The Full tier (1 credit) always includes it. Profile (0.2) and Analytics (0.8) each return their own subset — check the endpoint reference for the exact field lists per tier.
Where can I find my API key?+
Create a free account. You will find your API key through the API side menu.
How do I get Twitch streamers profile image URL using your API?+
Simply sign up for free, copy your API key, then POST a handle to the enrichment endpoint. The response includes profile image URL alongside the rest of the profile, ready to be ingested for your use case.
What are your pricing plans and what do they include?+
Paid plans start at $249/month and use a flexible credit-based model.
Each API call consumes a specific number of credits depending on the endpoint and data depth. You can compare all tiers, credit amounts, and per-endpoint costs in the Pricing section of our API docs.
How can I get in touch with your team?+
Book a time on our calendar to talk to someone from our team and learn about the full capabilities of our API.