Social Intel API + Zapier
Search Instagram influencers and get business emails using Zapier. Full setup guide with code examples.
Quick Setup
- Create a Zap with your trigger (spreadsheet, form, schedule)
- Add 'Webhooks by Zapier' as GET request to Social Intel API
- Map search parameters from your trigger data
- Parse JSON and send results to your destination (sheets, CRM, email)
Code Example
// Zapier Webhook Configuration
// Step 1: Trigger (e.g., new row in Google Sheets)
// Step 2: Webhooks by Zapier → GET
URL: https://socialintel.dev/v1/search
Query Params:
query: {{trigger.niche}}
country: {{trigger.country}}
limit: 50
// Step 3: Parse JSON response
// Step 4: Create rows in destination sheet/CRM
What You Get Back
Each search returns up to 100 Instagram profiles with:
- Username — Instagram handle
- Full name — display name
- Followers — follower count
- Category — niche (fitness, beauty, travel, etc.)
- Public email — business email from bio (when available)
- Verified — blue checkmark status
Pricing
$0.10 per search (20 results). Up to 100 results for $0.26. Paid in USDC via x402 protocol — no API keys, no subscription.
Also Available via MCP
Social Intel also offers an MCP (Model Context Protocol) server for AI agent integration:
npx -y social-intel-mcp
The MCP server exposes a search_leads tool that AI agents (Claude, Cursor, etc.) can call directly.