Integration

Social Intel API + Make (Integromat)

Search Instagram influencers and get business emails using Make (Integromat). Full setup guide with code examples.

Quick Setup

  1. Add an HTTP module to your Make scenario
  2. Set URL to https://socialintel.dev/v1/search
  3. Map query parameters from trigger data
  4. Parse JSON response and route to downstream modules

Code Example

// Make HTTP Module Configuration
URL: https://socialintel.dev/v1/search
Method: GET
Query String:
  - query: {{1.search_term}}
  - country: {{1.target_country}}
  - limit: 50

// Parse response → Route to:
// - Google Sheets (store leads)
// - Gmail/Mailchimp (outreach)
// - Slack (notification)

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 Make (Integromat)

$0.10/search. No signup. Full Make (Integromat) code example above.

View API Docs →

More Integrations