Back to Social Intel API
Card snapshot
socialintel.dev
·
2026-05-21 00:01:58 UTC
·
0b7b76bc0808901a1b9dafe7d9de6022babffb44c281ad91cd12cf3a36b77030
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Social Intel API",
"description": "Instagram influencer discovery API for AI agents. Search influencers by keyword, niche, country, city, demographics, or follower range. Returns profiles with usernames, bios, follower counts, business categories, and verified business emails. Pay per search with USDC via x402 protocol on Base or Solana \u2014 no API keys, no signup. Free demo mode returns 3 cached results at no cost. Ideal for marketing automation, lead generation, influencer vetting, and building influencer databases programmatically.",
"url": "https://socialintel.dev",
"version": "1.0.0",
"protocolVersion": "1.0.0",
"iconUrl": "https://socialintel.dev/logo-512.png",
"logoUrl": "https://socialintel.dev/logo.svg",
"faviconUrl": "https://socialintel.dev/favicon.svg",
"documentationUrl": "https://socialintel.dev/docs",
"provider": {
"organization": "Social Intel",
"url": "https://socialintel.dev",
"iconUrl": "https://socialintel.dev/logo-512.png"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "search_leads",
"name": "Search Instagram Influencers",
"description": "Find Instagram influencers by niche keyword, country, city, gender, follower range, or business category. Returns up to 100 profiles per request with username, bio, follower count, category, verified status, and business email (~50% of accounts).",
"tags": [
"instagram",
"influencer",
"lead-generation",
"marketing",
"social-media",
"x402"
],
"examples": [
"Find fitness influencers in the United States with 10K-100K followers",
"Search beauty bloggers in Los Angeles",
"Get travel influencers with business emails"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"securitySchemes": {
"x402": {
"type": "http",
"scheme": "bearer",
"description": "x402 USDC micropayment on Base (eip155:8453) or Solana"
}
},
"authentication": {
"schemes": [
"x402"
]
},
"endpoints": {
"search": "https://socialintel.dev/v1/search",
"mcp": "https://socialintel.dev/mcp",
"openapi": "https://socialintel.dev/openapi.json",
"documentation": "https://socialintel.dev/docs"
},
"payment": {
"protocol": "x402",
"chains": [
{
"network": "eip155:8453",
"name": "Base",
"currency": "USDC",
"payTo": "0xB1Acd9E0269023546074400A434e703B646AaBBa"
},
{
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"name": "Solana",
"currency": "USDC",
"payTo": "Fj2MVB43hefNzf2XtJp9wGYqS6zHyLzewZ2Vbo4EmBvV"
}
],
"priceRange": {
"min": "$0.50",
"max": "$1.30"
},
"pricingFormula": "$0.50 for \u226420 results, +$0.01 per result above 20 (max $1.30 at limit=100)"
}
}