
Instagram Profile Scraper No Login - Bio + Emails + 25 Fields
No login no cookies Instagram profile scraper for B2B lead generation. Bio emails (MX-validated), phones, multi-link bios, engagement quality, account age, posting patterns, cross-platform check (8 platforms), tech stack, niche. 25+ structured fields per username.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/instagram-profile-intel-no-login
Registry name io.github.AnshumanAtrey/instagram-profile-intel-no-login. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http instagram-profile-intel-no-login "https://mcp.apify.com/?tools=anshumanatrey/instagram-profile-intel-no-login" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"instagram-profile-intel-no-login": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/instagram-profile-intel-no-login",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"instagram-profile-intel-no-login": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/instagram-profile-intel-no-login",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Profile Record | $0.05 |
| Actor Start | $0.01 |