Company Twitter Posts

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

Overview

Company Twitter Posts capture what companies are saying publicly on Twitter/X—product announcements, strategic messaging, partnerships, hiring, and industry commentary.

We track Twitter activity across 4M+ companies with verified or active accounts, pulling recent posts with full engagement metrics and account metadata. 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.

Company tweets are curated marketing content. Pain points are rare—companies almost never expose internal problems publicly. Initiatives are the primary signal: product launches, partnerships, events, hiring pushes, and expansions.

Subtype

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

Schema

{
  "signal_id": "7bf54155-c814-4221-9f6f-19b090da0d06",
  "signal_type": "social_media",
  "signal_subtype": "twitter_post",
  "signal_name": "Twitter Post",
  "association": "company",
  "detected_at": "2026-02-13T15:12:54.214Z",
  "company": {
    "name": "Resolve Marine Group",
    "domain": "resolvemarine.com",
    "linkedin_url": "linkedin.com/company/resolve-marine",
    "industries": [],
    "company_size_low": 51,
    "company_size_high": 200,
    "linkedin_description": "Resolve Marine, a global leader in vessel salvage, emergency response, compliance and specialized marine services."
  },
  "data": {
    "post_url": "https://x.com/resolvemarine/status/2021602740909068569",
    "post_text": "We salute the UN's #InternationalDayOfWomenAndGirlsInScience today. The celebration aligns with @resolvemarine's commitment to UN SDG 5, Gender Equity, and our responsibility to equitably attract, retain and advance women across our workforce. #womeninmaritime #11February",
    "posted_date": "Wed Feb 11 15:10:27 +0000 2026",
    "tweet_id": "2021602740909068569",
    "num_likes": 2,
    "num_reposts": 1,
    "num_replies": 0,
    "num_views": 46,
    "num_bookmarks": 0,
    "num_quotes": 0,
    "is_reply": false,
    "replied_to_username": null,
    "posting_source": "Twitter for iPhone",
    "language": "en",
    "hashtags": [
      "InternationalDayOfWomenAndGirlsInScience",
      "womeninmaritime",
      "11February"
    ],
    "urls": [],
    "mentions": [
      "resolvemarine"
    ],
    "has_media": true,
    "media_types": [
      "photo",
      "photo",
      "photo"
    ],
    "media_urls": [
      "https://pbs.twimg.com/media/HA4s85tXUAASN4Y.jpg"
    ],
    "company_twitter_bio": "Resolve Marine's global footprint, expert personnel, and network of owned equipment and assets are ready to respond 24/7",
    "company_twitter_followers": 1883,
    "company_twitter_following": 351,
    "company_twitter_location": "Global Offices-HQ Ft. Laud.",
    "company_twitter_verified": false,
    "company_twitter_verification_type": null,
    "company_twitter_profile_picture": "https://pbs.twimg.com/profile_images/1490707628506464256/k674hSE3_normal.jpg",
    "company_twitter_account_created": "Fri Jan 15 14:46:43 +0000 2010",
    "company_twitter_total_tweets": 946,
    "company_twitter_dm_open": false,
    "tags": [
      "Diversity & Inclusion",
      "Workforce Management",
      "Sustainability"
    ],
    "summary": "Resolve Marine Group commemorates International Day of Women and Girls in Science, highlighting gender equity commitment.",
    "pain_points": [],
    "initiatives": [
      {
        "topic": "promoting gender equity in workforce",
        "urgency": 0.6
      },
      {
        "topic": "attracting and retaining women",
        "urgency": 0.6
      }
    ],
    "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 "company"
detected_atstring (ISO 8601)When we detected this signal

Company Object

FieldTypeDescription
company.namestringCompany name
company.domainstringCompany website domain
company.linkedin_urlstringLinkedIn company URL
company.industriesarray[string]Industry classifications
company.company_size_lowintegerLower bound of employee count
company.company_size_highintegerUpper bound of employee count
company.linkedin_descriptionstringCompany description from LinkedIn

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[string]Hashtags used in the tweet
data.urlsarray[string]URLs included in the tweet
data.mentionsarray[string]@mentioned usernames
data.has_mediabooleanWhether the tweet includes media
data.media_typesarray[string]Types of media (e.g., "photo", "video")
data.media_urlsarray[string]URLs of media attachments

Data Object — Company Twitter Account

FieldTypeDescription
data.company_twitter_biostringCompany's Twitter bio
data.company_twitter_followersintegerFollower count
data.company_twitter_followingintegerFollowing count
data.company_twitter_locationstringListed location
data.company_twitter_verifiedbooleanVerified status
data.company_twitter_verification_typestring | nullVerification type (e.g., "Business")
data.company_twitter_profile_picturestring (URL)Profile picture URL
data.company_twitter_account_createdstringAccount creation date
data.company_twitter_total_tweetsintegerTotal tweets from this account
data.company_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 company is experiencing (rare for company accounts)
data.initiativesarray[object]Projects or activities the company is pursuing (primary signal type for company tweets)
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

Note: Company Twitter accounts almost never expose real internal problems. Pain points are rare—most company tweets are curated marketing content. Empty pain_points arrays are expected and correct.

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

  • Initiative tracking: Company tweets are rich in initiatives — filter by tags like "Product Launch" or "Partnership" and check initiatives for urgency scores above 0.7
  • Competitive intel: Look for tweets where competitors_mentioned is non-empty to spot companies publicly calling out or comparing against competitors
  • Tech stack signals: Filter technologies_mentioned by status "integrated" or "migrating_to" to find companies actively adopting new platforms
  • 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 + initiatives) are significantly richer than raw post_text alone.

Example Output

"Saw Resolve Marine's tweet about your commitment to gender equity and attracting women in maritime. We're helping companies like yours build inclusive hiring pipelines at scale. Would love to share what's working."

Related Insights

For contact-level Twitter activity, see Twitter Posts (Contact).

Identity Resolution

Company Twitter/X post signals are resolved to a company record using our company database:

  1. Twitter company handle identified from the post activity
  2. Matched against our company database (75M+ companies) using company name, domain, and/or LinkedIn company URL
  3. Company firmographic data attached: domain, LinkedIn URL, industries, employee count range, description

Key Points

  • Multiple matching signals. We use company name + domain + LinkedIn URL (not just the Twitter handle) to ensure accurate matching.
  • Coverage: company.domain is populated on 99%+ of signals. company.linkedin_url is populated on 95%+.
  • Account metadata included. Each signal includes the Twitter bio, followers, verification status, and account age for additional context.

Full matching guide with SQL examples: Resolution

Coverage

  • Refresh: Monthly
  • Coverage: 2,000,000 companies
  • Best for: Competitive intelligence, initiative tracking, timely outreach hooks