Talent Protocol Docs
  • DEVELOPERS
    • Get Started
    • Talent API
      • Authentication
      • API Reference - V1
        • [Deprecated] - Talent Passports
        • [Deprecated] - Credentials
      • API Reference - V2
        • Score
        • Credentials
        • Data points
        • Farcaster scores
        • Socials
        • Search
        • Accounts
      • Rate Limits
      • Pagination
    • API Pricing
    • Smart Contracts
  • Protocol Concepts
    • User
    • Account
    • Profile
    • Data Point
    • Data Issuer
    • Scoring Systems
      • Builder Score
        • Builder Score Levels
      • Creator Score
    • Human Checkmark
  • Socials
  • Data Points
    • Base
    • Bonsai
    • Bountycaster
    • BUILD
    • Coinbase
    • Crypto Nomads
    • Cyber
    • DAOBase
    • Degen
    • Developer DAO
    • Devfolio
    • ENS
    • ETHGlobal
    • Farcaster
    • GitHub
    • Human Checkmark
    • Jumper
    • Lens
    • Linkedin
    • Onchain Activity
    • Safe
    • Scroll
    • Serotonin
    • Taikai
    • Talent Protocol
    • X/Twitter
  • Legal
    • Terms of Service
    • Privacy Notice
    • Builder Rewards T&C
    • Builder Rewards with Celo T&C
    • Builder Score App T&C
Powered by GitBook
On this page
  • What are Socials?
  • Social Properties
  • Accessing Social Data

Was this helpful?

Export as PDF

Socials

Socials represent a builder's connected social media accounts and their associated data.

What are Socials?

In Talent Protocol, a Social is a verified connection to a social platform like X/Twitter, Farcaster, Lens, or LinkedIn that:

  • Provides additional context about a builder's reputation

  • Contains metadata such as follower count, following count, and profile details

  • Has been verified through OAuth or other verification methods

Social Properties

Each Social connection includes:

  • source: The platform (e.g., "lens", "farcaster", "github")

  • owner: The account identifier on that platform

  • follower_count: Number of followers

  • following_count: Number of accounts followed

  • display_name: Display name on that platform

  • name: Username on the platform

  • profile_url: Link to the social profile

  • image_url: Profile picture URL

  • bio: Profile description

  • location: Location listed on the social platform

  • owned_since: When the account was first verified

Accessing Social Data

  • Verify cross-platform identity

  • Assess social credibility

  • Display social proof in applications

PreviousHuman CheckmarkNextBase

Last updated 2 months ago

Was this helpful?

provides dedicated endpoints to access a profile's social connections, allowing developers to:

API v2