Integration

Social Intel API + Zapier

Search Instagram influencers and get business emails using Zapier. Full setup guide with code examples.

Quick Setup

  1. Create a Zap with your trigger (spreadsheet, form, schedule)
  2. Add 'Webhooks by Zapier' as GET request to Social Intel API
  3. Map search parameters from your trigger data
  4. 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:

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.

Start Building with Zapier

$0.10/search. No signup. Full Zapier code example above.

View API Docs →

More Integrations