Replace 4 hours of manual research with one request. Get usernames, emails, and follower data — pay $0.10, no signup required.
Competitors charge $299–$799/mo. We charge $0.10 per search.
{"mcpServers":{"social-intel":{"url":"https://socialintel.dev/mcp"}}}
curl "https://socialintel.dev/v1/search?query=travel&demo=true"
npx agentcash add https://socialintel.dev
Send a GET request to /v1/search with your filters: keyword, country, category, gender, follower count.
The API responds with a 402 and a payment header. Your client signs a $0.10 USDC payment on Base using the x402 protocol.
Payment is verified on-chain. You receive up to 100 Instagram influencer profiles matching your query.
Type a keyword or pick one below. Results are cached samples showing the exact JSON format you get from the API.
58% of results include a public email address. Reach out directly without middlemen.
Search by niche (Beauty, Fitness, Tech...), country, gender, and minimum followers to find exactly who you need.
Pay per request with USDC. No API keys, no accounts, no approval process.
MCP server with x402 payments. Agents discover and pay automatically.
50+ countries supported. Filter by country code to target any market.
Pay proportional to results. From $0.10 for 20 leads to $0.26 for 100.
| Results | Price | Per Result |
|---|---|---|
| 20 | $0.10 | $0.005 |
| 50 | $0.16 | $0.003 |
| 100 | $0.26 | $0.003 |
Formula: price = $0.10 + max(0, limit - 20) x $0.002
Paid in USDC on Base or Solana via x402 protocol. No API keys. No monthly fees. No minimums.
| Usage | Requests/mo | Cost/mo | Leads |
|---|---|---|---|
| Light (testing) | 10 | $2.60 | 1,000 |
| Agency (1 campaign) | 100 | $26 | 10,000 |
| Platform (integrated) | 1,000 | $260 | 100,000 |
Each request with limit=100 returns up to 100 influencer profiles. 10 requests = 1,000 leads for $2.60.
Other Instagram data providers require account signup, monthly plans, and manual integration. Social Intel works instantly — any agent or script can call it in seconds with no registration.
| Provider | No Signup | MCP Ready | Agent API | Entry Cost | Best for |
|---|---|---|---|---|---|
| Social Intel | ✓ | ✓ | ✓ | $0.10 | AI agents |
| HypeAuditor | ✗ | ✗ | ✗ | $399/mo | Marketing teams |
| Apify | ✗ | ✗ | ✗ | $49+/mo | Developers |
| Bright Data | ✗ | ✗ | ✗ | Contract | Enterprise |
| PhantomBuster | ✗ | ✗ | ✗ | $59+/mo | No-code |
| Modash | ✗ | ✗ | ✗ | $10K+/yr | Enterprise brands |
$0.10 per search returns up to 20 influencer profiles. Pay only for what you use — no subscriptions, no contracts, no credit card required upfront.
Buy USDC on Coinbase — it's already on Base (Coinbase L2). Or bridge ETH at bridge.base.org.
$5 USDC covers 50 searches.
Easiest path: npx agentcash@latest — instant wallet + deposit.
pip install "x402[httpx,evm]"
The x402 client handles payment automatically — no manual signing required.
import asyncio
from eth_account import Account
from x402 import x402Client
from x402.http.clients import x402HttpxClient
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact.register import register_exact_evm_client
async def main():
account = Account.from_key("0xYOUR_PRIVATE_KEY")
client = x402Client()
register_exact_evm_client(client, EthAccountSigner(account))
async with x402HttpxClient(client) as http:
resp = await http.get(
"https://socialintel.dev/v1/search",
params={"category": "fitness", "country": "US", "limit": 20}
)
print(resp.json())
asyncio.run(main())
Using Claude Desktop or Cursor? Skip the wallet — see MCP setup below.
# Try free (no payment): curl "https://socialintel.dev/v1/search?query=travel&demo=true" # Full results ($0.10 USDC via x402): curl "https://socialintel.dev/v1/search?query=travel&limit=20"
import asyncio
from eth_account import Account
from x402 import x402Client
from x402.http.clients import x402HttpxClient
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact.register import register_exact_evm_client
async def main():
account = Account.from_key("0xYOUR_PRIVATE_KEY")
client = x402Client()
register_exact_evm_client(client, EthAccountSigner(account))
async with x402HttpxClient(client) as http:
resp = await http.get(
"https://socialintel.dev/v1/search",
params={"category": "Beauty", "country": "US", "limit": 10}
)
print(resp.json())
asyncio.run(main())
The first request returns HTTP 402 with payment details. x402-compatible clients handle payment automatically.
Social Intel API is available as an MCP server for AI agents. Connect your agent directly to Instagram influencer data.
{
"mcpServers": {
"social-intel": {
"url": "https://socialintel.dev/mcp"
}
}
}
The MCP endpoint exposes the same search functionality. Your agent can discover available tools, call searches, and process results programmatically.
npx agentcash@latest) — it creates a wallet and lets you deposit USDC instantly. For direct access: buy USDC on Coinbase, which is already on Base (Coinbase L2). If you hold ETH, use bridge.base.org to bridge to Base and swap for USDC. Each search costs $0.10 — $5 USDC covers 50 searches.Open your AI assistant with a pre-loaded question about Social Intel.
Pre-built search pages by category and country. Each page shows sample results and includes copy-paste API examples.
Detailed guides, comparisons, and integration tutorials.
Questions about the API, pricing, or a custom use case? Send a message.
Drop your email and we'll notify you about new features, pricing plans, and free trial credits. No wallet required.