See who unfollowed you, without handing over your password
Instagram publishes no public follower list, so every site promising to check your unfollowers either asks for your password or is guessing. This one reads the data export Instagram already gives you and tells you exactly who does not follow you back.
Searching 44 platforms in parallel
Three steps, zero learning curve
Paste a URL, hit run, get structured data. That's the whole workflow.
- 01
Ask Instagram for your data
Instagram app, Settings, Accounts Center, Your information and permissions, Download your information. Choose JSON, and pick Followers and following.
- 02
Drop in the two files
followers_1.json and following.json. Nothing else from the export is read, and no password is ever requested.
- 03
Get the exact list
Every account you follow that does not follow you back, with the date you followed them and a link to the profile.
Use it in your code in seconds
Same engine, exposed as a clean REST API. One key works for every platform — and every response uses the same schema.
One key, every platform
Authenticate once. Hit TikTok, Instagram, YouTube, Reddit, and 17 more — all from the same key.
Same shape, every response
Identical schema across platforms. Write your integration once and never adapt to a new payload.
Drop into any agent
Cleanly typed JSON, ready for LLM tool-calls, RAG pipelines, and automation flows.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}What is the world really saying?
Type a question. Twelve walled gardens search at the same time. AI gives you the brief — the source posts stay one click away.
For builders → MCP, skills, and the APIReal ways teams use this tool
A few patterns we see from marketers, researchers, and builders shipping with SocialCrawl.
Find the accounts that never followed back
Follow-for-follow leaves a long tail of accounts you follow that never reciprocated. This gives you the list, dated, so you can decide what to prune.
0
Credits
It is a diff, not an API call
0
Passwords asked for
We never need one
The only method that cannot get you banned
Tools that log in as you violate Instagram's terms and put the account at risk. Reading your own official export cannot, because nothing touches Instagram at all.
0%
Official data
Straight from Instagram
0s
To a full answer
Once you have the export
Who does not follow back
The headline list, with the date each follow was made.
Who you both follow
Counts for followers, following and mutuals, so the numbers reconcile.
No password, ever
There is nothing to log in to. The diff runs on the file you upload.
Frequently asked questions
Can't find what you're looking for? Talk to our team or ask the AI agent below
More tools you might like
Every SocialCrawl tool, one click away.
Creator earnings calculator for any platform
Free creator earnings calculator for YouTube, TikTok, and Instagram. We pull a creator's live audience and recent posts to estimate realistic earnings per post.
Engagement rate calculator for any creator
Free engagement rate calculator for Instagram, TikTok, and YouTube. We pull a creator's live followers and recent posts to compute their true engagement rate.
Find your audience on Reddit, free
Free Reddit marketing tool. Paste a URL and we find the right subreddits for your audience, then build a playbook with posting angles, draft hooks, and timing.
See what people are saying about any brand
Free brand mention checker for Reddit, YouTube, TikTok, and X. Type a brand or keyword to see what people post right now — the real comments, not just a count.
See who's switching away from your competitor
Free competitor switching tracker. Paste any product name to see verbatim Reddit posts and comments from people switching away, plus where they're going next.
Know if those Amazon reviews are real
Free Amazon fake review checker. Paste a product link, ASIN, or name and we grade review authenticity from verified-purchase ratio, rating skew, posting bursts, and copy-pasted text. An estimate, not an accusation.
