MPPtempoquality 0.92

Enrich social media influencer profiles with contact info, engagement stats, and more for $0.40/request.

Price
$0.4 / call
Protocol
mpp
Verified
no

What it does

The `/api/influencer/enrich-by-social` endpoint on StableEnrich takes a social media username and platform (Instagram, TikTok, YouTube, Twitter, or Facebook) and returns enriched profile data including contact information (email, phone), follower/following counts, engagement rate, average likes/comments, bio, location, categories, and verification status. It supports two enrichment modes: `raw` and `enhanced`. You can also specify `email_required` as `must_have`, `optional`, or `not_required` to control whether results must include an email address.

This endpoint is part of StableEnrich, a pay-per-request API gateway that unifies multiple data providers behind a single interface. It costs $0.40 per request with fixed pricing in USD. Payment is handled via micropayment protocols (x402 on Base mainnet or MPP via Tempo), so there are no API keys, subscriptions, or upfront credit purchases required. The endpoint accepts POST requests with a JSON body containing `platform` and `username` as required fields, plus optional `enrichment_mode`, `email_required`, and `excludeFields` parameters.

The endpoint is designed for influencer marketing research, social media contact enrichment, and creator outreach workflows. It is accessible to AI agents through the AgentCash MCP server, which handles payment automatically. The OpenAPI schema is fully documented with request and response types, and the endpoint supports field filtering via `excludeFields` to reduce response size.

Capabilities

influencer-enrichmentsocial-media-profile-lookupcontact-enrichmentemail-discoveryengagement-metricsmulti-platform-socialmicropayment-apipay-per-requestx402-paymentmpp-tempo-payment

Use cases

  • Enrich an Instagram creator's profile to get their email, engagement rate, and follower count for outreach
  • Build influencer lists by enriching TikTok usernames with contact info and audience metrics
  • Verify a YouTube creator's engagement stats and retrieve their business email
  • Automate creator outreach by programmatically finding contact details from social handles
  • Agent-driven influencer research pipelines that pay per lookup with no subscription

Fit

Best for

  • Influencer marketing teams needing contact info from social handles
  • AI agents performing autonomous creator research and outreach
  • Bulk enrichment of social media profiles across Instagram, TikTok, YouTube, Twitter, and Facebook

Not for

  • Scraping full post/content feeds from social platforms (this returns profile-level data only)
  • Free or high-volume bulk lookups where $0.40/request exceeds budget
  • Platforms not supported (LinkedIn — use Apollo or Minerva endpoints instead)

Quick start

POST https://stableenrich.dev/api/influencer/enrich-by-social
Content-Type: application/json

{
  "platform": "instagram",
  "username": "example_creator",
  "enrichment_mode": "enhanced",
  "email_required": "must_have"
}

Example

Request

{
  "platform": "instagram",
  "username": "example_creator",
  "email_required": "must_have",
  "enrichment_mode": "enhanced"
}

Response

{
  "status": "success",
  "profile": {
    "id": "12345678",
    "bio": "Content creator | Travel & Lifestyle",
    "url": "https://instagram.com/example_creator",
    "email": "creator@example.com",
    "phone": null,
    "website": "https://example-creator.com",
    "location": "Los Angeles, CA",
    "platform": "instagram",
    "username": "example_creator",
    "verified": true,
    "avg_likes": 4800,
    "followers": 150000,
    "following": 800,
    "avatar_url": "https://cdn.example.com/avatar.jpg",
    "categories": [
      "Travel",
      "Lifestyle"
    ],
    "posts_count": 420,
    "avg_comments": 120,
    "engagement_rate": 3.2
  }
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.92/ 1.00

Full OpenAPI 3.1 schema with detailed request/response types, clear pricing ($0.40/request), documented enrichment modes and email requirement options, and comprehensive guidance. The probe returned 405 on HEAD/GET which is expected since this is a POST-only endpoint. The example response is inferred from the schema since no live 200 response was captured.

Warnings

  • Probe returned 405 on HEAD and GET — expected for a POST-only endpoint; endpoint is likely live but not confirmed via 402 challenge on POST
  • Example response is constructed from the OpenAPI schema, not from a captured live response

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 16:17:55Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access