Twitter (X) Account Has ShopLTK API
Find Twitter (X) profiles by ShopLTK link from 122.9M searchable profiles
Is there an API to find Twitter (X) creators who have a ShopLTK?
Yes. The Influencers.club Discovery API filters Twitter (X) creator profiles by the platforms and services linked on their profile. Set the creator_has flag for ShopLTK to true — one boolean — and get back only creators with a ShopLTK account or link on their profile, as full profiles with follower counts, engagement rates and verified contact data.
Make the call
Both samples below are complete. Paste one in, swap the key, get a 200.
https://api-dashboard.influencers.club/public/v1/discovery/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 0.01 credits per creator returned
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
| Parameter | Type | Accepted values | Behaviour |
|---|---|---|---|
| filters.creator_has.has_shopltk | boolean | true — false or omitting the flag has no effect | Combine with any other filter; the flag only filters in one direction. |
| platform | string | instagram · youtube · tiktok · twitch · twitter · onlyfans | Required. Selects the platform-specific filter set. |
| paging.limit / paging.page | integer | Any positive integer | Required. Page numbering starts at 0. |
| sort.sort_by / sort.sort_order | string | relevancy · asc / desc | Optional. Defaults to descending. |
| return_filter_values | boolean | true · false | Adds the matched filter values to each creator. Bills 0.03 credits instead of 0.01. |
Billing. 0.01 credits per creator returned. If no creators are returned, no credits are deducted.
Has ShopLTK is rarely the only filter
Three combinations that people actually send. Every filter below exists today.
Creator-sellers with a live store
A ShopLTK link means they already convert followers to buyers.
filters: {
"creator_has": { "has_shopltk": true },
"engagement_percent": { "min": 2 } }
ShopLTK sellers open to collabs
Commerce creators understand margins and conversion.
filters: {
"creator_has": { "has_shopltk": true },
"has_link_in_bio": true }
Mid-tier creators selling on ShopLTK
Proven sellers at test-budget scale.
filters: {
"creator_has": { "has_shopltk": true },
"number_of_followers": { "min": 10000, "max": 100000 } }
Other Twitter (X) data you can access
Twitter (X) 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 values does the filter accept?+
It’s a boolean. Set it to true and only matching creators are returned. Setting it to false, or leaving it out, has no effect — the flag only filters in one direction.
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 find creators with a ShopLTK account using your API?+
Simply sign up for free, copy your API key, then POST to the Discovery endpoint with filters.creator_has.has_shopltk set. You’ll get Twitter (X) profiles 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.