{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "social-profile-x402-production-up-railway-app-api-lookup",
  "title": "Social Profile Lookup \u00b7 Cross-Platform Identity",
  "url": "https://social-profile-x402-production.up.railway.app/api/lookup",
  "category": "data",
  "summary": "Fetch public profile data from GitHub, Twitter, LinkedIn, or YouTube by handle or URL.",
  "seo": {
    "title": "Social Profile Lookup API | GitHub Twitter LinkedIn YouTube",
    "description": "Lookup social profiles by handle or URL via x402 micropayment. Returns profile data from GitHub, Twitter, LinkedIn, YouTube. Cross-platform identity resolution."
  },
  "use_cases": [
    "Verify influencer identity across platforms before partnerships",
    "Enrich lead data with social profile information",
    "Monitor competitor social presence and follower counts"
  ],
  "ideal_buyer": "Sales intelligence platforms and influencer marketing verification systems.",
  "example_prompt": "Lookup the GitHub profile for user 'torvalds' and return their public repos count",
  "example_request_body": {
    "handle": "torvalds",
    "platform": "github"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.4,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "8000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "properties": {
              "url": {
                "type": "string",
                "description": "Full profile URL (alternative to handle+platform, e.g. https://github.com/torvalds)"
              },
              "handle": {
                "type": "string",
                "description": "Username/handle to lookup (e.g. torvalds)"
              },
              "platform": {
                "enum": [
                  "github",
                  "twitter",
                  "linkedin",
                  "youtube"
                ],
                "type": "string",
                "description": "Platform to search on (github, twitter, linkedin, youtube)"
              }
            }
          },
          "type": "http",
          "method": "GET",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "platform",
              "username"
            ],
            "properties": {
              "bio": {
                "type": "string"
              },
              "platform": {
                "type": "string",
                "description": "Social platform detected"
              },
              "username": {
                "type": "string",
                "description": "Username/handle"
              },
              "verified": {
                "type": "boolean"
              },
              "avatarUrl": {
                "type": "string"
              },
              "followers": {
                "type": "number"
              },
              "following": {
                "type": "number"
              },
              "profileUrl": {
                "type": "string"
              },
              "displayName": {
                "type": "string"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "social-profile-x402-production-up-railway-app",
    "host": "social-profile-x402-production.up.railway.app",
    "title": "Social Profile x402 API",
    "description": "Provides x402-payable endpoints for social profile data retrieval on Base mainnet. Returns user profile information when payment requirements are met.",
    "url": "https://social-profile-x402-production.up.railway.app",
    "favicon": "https://social-profile-x402-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/social-profile-x402-production-up-railway-app-api-lookup",
    "url": "https://x402all.com/resource/social-profile-x402-production-up-railway-app-api-lookup",
    "name": "Social Profile Lookup \u00b7 Cross-Platform Identity",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/social-profile-x402-production-up-railway-app-api-lookup",
      "@type": "Offer",
      "price": "0.008",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.008000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://social-profile-x402-production.up.railway.app/api/lookup",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/social-profile-x402-production-up-railway-app",
      "url": "https://social-profile-x402-production.up.railway.app",
      "name": "Social Profile x402 API",
      "@type": "Organization"
    },
    "identifier": "social-profile-x402-production-up-railway-app-api-lookup",
    "description": "Lookup social profiles by handle or URL via x402 micropayment. Returns profile data from GitHub, Twitter, LinkedIn, YouTube. Cross-platform identity resolution.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=social-profile-x402-production-up-railway-app-api-lookup",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=social-profile-x402-production-up-railway-app-api-lookup"
}
