Twitter Posts

A contact's posts and engagement on Twitter/X.

Overview

Contact Twitter Posts capture what individual prospects are saying on Twitter/X—their opinions, industry perspectives, challenges, and interests.

We match Twitter handles to contacts via LinkedIn profile links and name matching, then pull recent tweets with full engagement data. Each post is analyzed by AI to extract structured intelligence: topic tags from a 300+ category taxonomy, a factual summary, pain points, initiatives, technologies mentioned, and competitors referenced.

Subtype

SignalSubtype EnumDescription
Twitter posttwitter_postContact's recent posts on Twitter/X

Schema

{
  "signal_id": "dbc467e8-84b3-4763-972a-deb88e75112a",
  "signal_type": "social_media",
  "signal_subtype": "twitter_post",
  "signal_name": "Twitter Post",
  "association": "contact",
  "detected_at": "2026-02-13T16:31:43.993Z",
  "contact": {
    "name": "Cathy Brown",
    "job_title": "Editor And Sr. Writer"
  },
  "company": {
    "name": "Pitting Outside The Box",
    "domain": "pittingoutsidethebox.com",
    "description": "Media and publishing company",
    "industries": ["Media Production"]
  },
  "data": {
    "post_url": "https://x.com/TheCathyBrown/status/2018702360843788335",
    "post_text": "This just won best #SuperBowl commercial, period... #JurassicPark",
    "posted_date": "Tue Feb 03 15:05:23 +0000 2026",
    "tweet_id": "2018702360843788335",
    "num_likes": 3,
    "num_reposts": 0,
    "num_replies": 0,
    "num_views": 361,
    "num_bookmarks": 0,
    "num_quotes": 0,
    "is_reply": false,
    "replied_to_username": null,
    "posting_source": "Twitter for iPhone",
    "language": "en",
    "hashtags": [
      {"text": "SuperBowl", "indices": [19, 29]},
      {"text": "JurassicPark", "indices": [53, 66]}
    ],
    "urls": [],
    "mentions": [],
    "contact_twitter_url": "https://x.com/TheCathyBrown",
    "contact_twitter_handle": "TheCathyBrown",
    "contact_twitter_bio": "Editor & Writer covering entertainment and pop culture.",
    "contact_twitter_followers": 5538,
    "contact_twitter_following": 1195,
    "contact_twitter_location": "Southern California",
    "contact_twitter_verified": true,
    "contact_twitter_verification_type": "blue",
    "contact_twitter_profile_picture": "https://pbs.twimg.com/profile_images/example_normal.jpg",
    "contact_twitter_account_created": "Tue Aug 11 14:52:44 +0000 2009",
    "contact_twitter_total_tweets": 95496,
    "contact_twitter_dm_open": false,
    "tags": [
      "Events",
      "Advertising",
      "Content Marketing"
    ],
    "summary": "Senior writer comments on a Super Bowl commercial, calling it the best.",
    "pain_points": [],
    "initiatives": [],
    "technologies_mentioned": [],
    "competitors_mentioned": []
  }
}

Field Reference

Core Fields

FieldTypeDescription
signal_idstring (UUID)Unique identifier for this signal
signal_typestringAlways "social_media"
signal_subtypestringAlways "twitter_post"
signal_namestringAlways "Twitter Post"
associationstringAlways "contact"
detected_atstring (ISO 8601)When we detected this signal

Contact Object

FieldTypeDescription
contact.namestringContact's full name
contact.job_titlestringContact's job title

Company Object

FieldTypeDescription
company.namestringCompany name
company.domainstring | nullCompany website domain
company.descriptionstring | nullCompany description
company.industriesarray[string] | nullIndustry classifications

Data Object — Post Content

FieldTypeDescription
data.post_urlstring (URL)Link to the tweet on X/Twitter
data.post_textstringFull text of the tweet
data.posted_datestringWhen the tweet was posted
data.tweet_idstringTwitter/X tweet identifier
data.is_replybooleanWhether this tweet is a reply
data.replied_to_usernamestring | nullUsername being replied to (null if not a reply)
data.posting_sourcestringClient used to post (e.g., "Twitter for iPhone")
data.languagestringLanguage code (e.g., "en")

Data Object — Engagement Metrics

FieldTypeDescription
data.num_likesintegerNumber of likes
data.num_repostsintegerNumber of retweets/reposts
data.num_repliesintegerNumber of replies
data.num_viewsintegerNumber of views/impressions
data.num_bookmarksintegerNumber of bookmarks
data.num_quotesintegerNumber of quote tweets

Data Object — Media & Links

FieldTypeDescription
data.hashtagsarray[object]Hashtags used, each with text and indices
data.urlsarray[string]URLs included in the tweet
data.mentionsarray[string]@mentioned usernames

Data Object — Contact Twitter Account

FieldTypeDescription
data.contact_twitter_urlstring (URL)Contact's Twitter/X profile URL
data.contact_twitter_handlestringTwitter handle (without @)
data.contact_twitter_biostringContact's Twitter bio
data.contact_twitter_followersintegerFollower count
data.contact_twitter_followingintegerFollowing count
data.contact_twitter_locationstringListed location
data.contact_twitter_verifiedbooleanVerified status
data.contact_twitter_verification_typestring | nullVerification type (e.g., "blue", "Business")
data.contact_twitter_profile_picturestring (URL)Profile picture URL
data.contact_twitter_account_createdstringAccount creation date
data.contact_twitter_total_tweetsintegerTotal tweets from this account
data.contact_twitter_dm_openbooleanWhether DMs are open

Data Object — AI-Extracted Intelligence

FieldTypeDescription
data.tagsarray[string]AI-generated topic tags from a curated taxonomy of 300+ values (see full list)
data.summarystringAI-generated 10-15 word factual summary of the tweet
data.pain_pointsarray[object]Challenges or problems the contact is experiencing
data.initiativesarray[object]Projects or activities the contact is pursuing
data.technologies_mentionedarray[object]Tech products or platforms referenced
data.competitors_mentionedarray[object]Competitor companies referenced

Pain Points Object

FieldTypeDescription
topicstringDescription of the pain point (3-8 words)
intensityfloat (0-1)How acute the pain is expressed. 0.0-0.3 minor, 0.4-0.6 moderate, 0.7-1.0 significant/urgent

Initiatives Object

FieldTypeDescription
topicstringDescription of the initiative (3-8 words)
urgencyfloat (0-1)How immediate/active the initiative is. 0.0-0.3 aspirational, 0.4-0.6 in progress, 0.7-1.0 active/imminent

Technologies Mentioned Object

FieldTypeDescription
namestringName of the technology, product, or platform
statusenumRelationship to the technology (see values below)

Technology status values:

StatusMeaning
evaluatingTesting, piloting, in POC
usingPart of their current stack
implementedRecent deployment or go-live
migrating_fromLeaving, replacing, sunsetting
migrating_toMoving to, adopting, switching to
churnedStopped using, dropped
consideringInterest expressed but no active evaluation
integratedConnected to their stack or built an integration
building_onDeveloping on top of, using APIs
hiring_forHiring for this technology

Competitors Mentioned Object

FieldTypeDescription
namestringName of the competitor company

Tags Taxonomy

Each tweet is automatically classified using a curated taxonomy of 300+ tags across 25 categories. Tweets can have multiple tags. Use these values to filter signals by topic.

View Full Tag Taxonomy (25 categories)

Analytics & Reporting

Analytics & Insights · Big Data · Business Intelligence · Data Management · Data Science · Data Warehousing · Enhanced Content

Automotive & Machinery

Automotive · Machinery

Barriers & Pain Points

Barriers · Pain Point

Budgeting, Planning & Strategy

Asset Management · Board of Directors · Capacity Planning · Corporate Strategy · Forecasting · Layoffs · Mergers & Acquisitions · Spending/Investment · Sustainability

Business Operations

Automation · Business Insurance · Change Management · Operations

Communication Tools

Bring Your Own Device (BYOD) · Collaboration / Web Apps · Communications · Email · Messaging · Mobile Devices · Mobility · Wireless

Conferences, Events & Awards

Award · Events

Consumer Finance

Banking · Consumer Finance

Corporate Finance

Accounting · Acquisitions · Audit · Bankruptcy · Billing & Invoice · Business Finance · Buyout · Cryptocurrency · Divestiture · Earnings · Finance · Financial Operations · Financial Planning · Financial Reporting · Financial Strategy · Financial Systems · Financial Transactions · Financing & Debt · Funding · Internal Audit & Control · Investor Relations · IPO · IT Audit / Compliance · Mergers · Private Equity · Risk · Share Placement · Sourcing / Procurement · Stake & Stock Ownership · Tax

Emerging Tech

Artificial Intelligence · Autonomous Technology · Blockchain · Cloud · IoT · Language Technology · Machine Learning · Robotics · Virtual / Augmented Reality · Virtualization · Voice Technology

Enterprise Technology

Academic Systems · Enterprise Software · Industry Software · Retail / Store Systems

Facilities & Supply Chain

Construction · Enterprise Resource Planning · Facilities Maintenance · Facilities Management · Facilities Relocation/Expansion · Inventory Management · Leasing · Logistics / Supply Chain · Manufacturing Operations · Office Operations · Real Estate · Safety · Shut Down · Store Operations · Warehouse Operations

Food, Beverage & Hospitality

Food & Beverage · Hospitality

Hiring & Role Change

Executive Moves · Hiring Plans · Lateral Move · Left Company · New Hire · Personnel Moves · Promotion · Seeking Replacement

HR

Certifications · Company Culture & Policy · Compensation & Benefits · Contingent Workforce · Diversity & Inclusion · Employee Engagement · Employee Relations · Employee Retention · Health & Fitness · Health & Safety · HR Operations · HRIS · Learning & Development · Learning Management Systems (LMS) · Organizational Development · Outsourcing · Recruitment · Talent Acquisition · Talent Management · Training · Workforce Management

Infrastructure

Data Center · Desktop · Device Management · Infrastructure · Network · Servers

Legal & Regulatory

Compliance · eDiscovery · General Counsel · Governance · Governmental Affairs & Regulation · Information Governance · Intellectual Property · Labor & Employment Policy · Lawsuits · Legal Affairs · Legal Counsel · Legal Operations · Legal Technology · Privacy · Regulations · Settlement

Marketing

Advertising · Branding · Content Management · Content Marketing · CRM · Customer Marketing · Demand Generation · Design & Graphics · Digital Marketing · Event Management · Event Marketing · Field Marketing · Lead Generation · Marketing Analytics / Insights · Marketing Automation · Marketing Campaign · Marketing Communications · Marketing Operations · Marketing Relationships · Marketing Strategy · Marketing Technology · Media / Creative Agency · Print Advertising · Product Marketing · Public Relations · Relationship Marketing · SEO / SEM · Social Media Marketing · Strategic Communications · Technical Marketing

Medical & Health

Bioengineering · Biometrics · Chiropractics · Clinical Operations · Clinical Systems · Doctors / Physicians · Electronic Health Record (EHR) · First Responder · Healthcare Operations · Healthcare Technology · Laboratory Operations · Medical Administration · Medical Education & Training · Medical Research · Optometry · Patient Experience · Pharmaceuticals · Physical Therapy · Public Health · Radiology · Telemedicine

Product Development & QA

Chemical Engineering · Consumer Technology · Engineering · Industrial Engineering · Language · Partnership · Product Development · Product Launch · Product Management · Proof of Concept (POC) · Quality Assurance · Quality Management · Research & Development · Scrum / Agile · User Interface

Project Management

Consolidation · Implementation · Integration · Migration · Request for Proposal (RFP) · Upgrade

Sales

Account Management · Business Development · Channel Sales · Contracts · Customer Retention & Development · Customer Success · Field /Outside Sales · Inside Sales · Lead Management · Pricing · Revenue Operations · Sales · Sales Development · Sales Enablement · Sales Operations · Sales Technology · Sales Training

Security

Authentication · Cyber Security · Fraud Protection · Information Security · Product Security · Security · Single Sign-On (SSO) · Threat Intelligence

Software Engineering

Application Development · DevOps · Mobile Applications · Open Source · Software · Speech Recognition

Storage

Backup · Disaster Recovery · Document Management · Records Management · Storage

Technology

Database · Digital Technology · Digital Transformation · Enterprise Architecture · Information Technology · IT Administration · IT Contracts · ITSM · Legacy Systems · Mapping & GIS · Office Hardware · Office Software · Operating Systems · Technical Support

Telecommunications

Telecom · Unified Communications · Video · VoIP

User Experience & Support

Accessibility · Contact / Call Center · Customer Engagement · Customer Experience · Customer Service · Help Desk · User Experience

Utilities, Oil & Gas

Energy / Power · Oil & Gas · Utility Operations

Web

eCommerce · Omnichannel · Search · Social Media · Website

Filtering Tips

  • Topic targeting: Filter by tags like "Cloud" + "Migration" to find contacts tweeting about cloud migration
  • Combine with other fields: Match tweets tagged "Artificial Intelligence" where technologies_mentioned includes a specific platform with status "evaluating" — high-intent signal
  • Pain point + tag: Tags tell you what area someone is focused on; pain_points tell you what's hurting — together they power highly personalized outreach
  • Segment building: Tags are consistent values from a fixed taxonomy, making them ideal for building segments, dashboards, and automated routing workflows

Why Processed Data?

Raw tweets are unstructured text. Our AI processing layer extracts six structured, queryable fields from every tweet:

FieldWhat You GetWithout Processing
TagsConsistent categories from 300+ taxonomyBuild your own classification model
Summary10-15 word factual summaryPrompt an LLM per tweet at scale
Pain PointsExtracted problems + intensity scoreCustom NLP extraction pipeline
InitiativesActive projects + urgency scoreCustom extraction + scoring
TechnologiesNamed tech + adoption statusEntity recognition + status classification
CompetitorsNamed competitorsEntity extraction + company matching

This eliminates the need to build your own NLP pipeline, define a taxonomy, handle edge cases, calibrate scoring, and pay for LLM API calls at scale. Even if you plan to run custom analysis on top, embeddings and search on our processed fields (summary + tags + pain_points + initiatives) are significantly richer than raw post_text alone.

Example Output

"Cathy - saw your tweet about the Jurassic Park Super Bowl ad. Great eye for what resonates with audiences. We're helping media writers like you track campaign performance at scale. Would love to share what's working."

Related Insights

For company-level Twitter activity, see Company Twitter Posts.

Identity Resolution

Every contact Twitter/X signal is pre-resolved to a business contact record. Here's how:

  1. Twitter handle identified from post activity
  2. Cross-referenced against LinkedIn profiles that list a Twitter handle
  3. Full name + job title + current company matched against Twitter profile bio, location, and post content
  4. Only matches exceeding strict confidence thresholds are accepted — we prefer no match over a false match
  5. Business email and company resolved from the matched contact record in our database (250M+ contacts, 75M+ companies)

Key Points

  • Business emails only. The contact.email field (when populated) is a professional/work email. Domain validation excludes generic providers.
  • Full resolution chain exposed. Each signal includes data.contact_twitter_url and data.contact_twitter_handle so you can see exactly how the identity was resolved.
  • Account metadata included. Each signal includes the contact's Twitter bio, followers, verification status, and account age for additional context.

Full matching guide with SQL examples: Resolution

Coverage

  • Refresh: Monthly
  • Coverage: 4,000,000 contacts
  • Best for: Social selling, thought leadership outreach, executive engagement