Skip to content

Twitter Account Monitoring API - Introduction

SocialData Monitoring API provides a convenient way to monitor actions by target users and receive notifications.

Four types of monitors are currently supported:

  • User tweets monitor - triggered when a user posts a new tweet or makes a new retweet
  • User following monitor - triggered when a user follows a new account
  • User profile monitor - triggered when a user makes a change to their Twitter profile information (e.g. bio, location or a website)
  • Pump.Fun monitor - triggered when a new link to pump.fun coin page is posted by any user with at least 1000 followers (only detects non shadow-banned users, i.e. visible in Twitter search)

Once a monitor detects the new tweet or followed user - it will trigger a webhook call to your backend with complete tweet & user data

Getting Started

  1. Obtain your SocialData API key
  2. Set the webhook URL where you will receive updates:
  • Use POST /user/webhook endpoint to set a single global webhook URL that will receive events from all current and future monitors
  • Or set webhook_url property when creating a new monitor to assign an individual webhook URL to each of your monitors
  1. Create your first monitor