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
| Signal | Subtype Enum | Description |
|---|---|---|
| Twitter post | twitter_post | Company'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
| Field | Type | Description |
|---|---|---|
signal_id | string (UUID) | Unique identifier for this signal |
signal_type | string | Always "social_media" |
signal_subtype | string | Always "twitter_post" |
signal_name | string | Always "Twitter Post" |
association | string | Always "company" |
detected_at | string (ISO 8601) | When we detected this signal |
Company Object
| Field | Type | Description |
|---|---|---|
company.name | string | Company name |
company.domain | string | Company website domain |
company.linkedin_url | string | LinkedIn company URL |
company.industries | array[string] | Industry classifications |
company.company_size_low | integer | Lower bound of employee count |
company.company_size_high | integer | Upper bound of employee count |
company.linkedin_description | string | Company description from LinkedIn |
Data Object — Post Content
| Field | Type | Description |
|---|---|---|
data.post_url | string (URL) | Link to the tweet on X/Twitter |
data.post_text | string | Full text of the tweet |
data.posted_date | string | When the tweet was posted |
data.tweet_id | string | Twitter/X tweet identifier |
data.is_reply | boolean | Whether this tweet is a reply |
data.replied_to_username | string | null | Username being replied to (null if not a reply) |
data.posting_source | string | Client used to post (e.g., "Twitter for iPhone") |
data.language | string | Language code (e.g., "en") |
Data Object — Engagement Metrics
| Field | Type | Description |
|---|---|---|
data.num_likes | integer | Number of likes |
data.num_reposts | integer | Number of retweets/reposts |
data.num_replies | integer | Number of replies |
data.num_views | integer | Number of views/impressions |
data.num_bookmarks | integer | Number of bookmarks |
data.num_quotes | integer | Number of quote tweets |
Data Object — Media & Links
| Field | Type | Description |
|---|---|---|
data.hashtags | array[string] | Hashtags used in the tweet |
data.urls | array[string] | URLs included in the tweet |
data.mentions | array[string] | @mentioned usernames |
data.has_media | boolean | Whether the tweet includes media |
data.media_types | array[string] | Types of media (e.g., "photo", "video") |
data.media_urls | array[string] | URLs of media attachments |
Data Object — Company Twitter Account
| Field | Type | Description |
|---|---|---|
data.company_twitter_bio | string | Company's Twitter bio |
data.company_twitter_followers | integer | Follower count |
data.company_twitter_following | integer | Following count |
data.company_twitter_location | string | Listed location |
data.company_twitter_verified | boolean | Verified status |
data.company_twitter_verification_type | string | null | Verification type (e.g., "Business") |
data.company_twitter_profile_picture | string (URL) | Profile picture URL |
data.company_twitter_account_created | string | Account creation date |
data.company_twitter_total_tweets | integer | Total tweets from this account |
data.company_twitter_dm_open | boolean | Whether DMs are open |
Data Object — AI-Extracted Intelligence
| Field | Type | Description |
|---|---|---|
data.tags | array[string] | AI-generated topic tags from a curated taxonomy of 300+ values (see full list) |
data.summary | string | AI-generated 10-15 word factual summary of the tweet |
data.pain_points | array[object] | Challenges or problems the company is experiencing (rare for company accounts) |
data.initiatives | array[object] | Projects or activities the company is pursuing (primary signal type for company tweets) |
data.technologies_mentioned | array[object] | Tech products or platforms referenced |
data.competitors_mentioned | array[object] | Competitor companies referenced |
Pain Points Object
| Field | Type | Description |
|---|---|---|
topic | string | Description of the pain point (3-8 words) |
intensity | float (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_pointsarrays are expected and correct.
Initiatives Object
| Field | Type | Description |
|---|---|---|
topic | string | Description of the initiative (3-8 words) |
urgency | float (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
| Field | Type | Description |
|---|---|---|
name | string | Name of the technology, product, or platform |
status | enum | Relationship to the technology (see values below) |
Technology status values:
| Status | Meaning |
|---|---|
evaluating | Testing, piloting, in POC |
using | Part of their current stack |
implemented | Recent deployment or go-live |
migrating_from | Leaving, replacing, sunsetting |
migrating_to | Moving to, adopting, switching to |
churned | Stopped using, dropped |
considering | Interest expressed but no active evaluation |
integrated | Connected to their stack or built an integration |
building_on | Developing on top of, using APIs |
hiring_for | Hiring for this technology |
Competitors Mentioned Object
| Field | Type | Description |
|---|---|---|
name | string | Name 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 checkinitiativesfor urgency scores above 0.7 - Competitive intel: Look for tweets where
competitors_mentionedis non-empty to spot companies publicly calling out or comparing against competitors - Tech stack signals: Filter
technologies_mentionedby 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:
| Field | What You Get | Without Processing |
|---|---|---|
| Tags | Consistent categories from 300+ taxonomy | Build your own classification model |
| Summary | 10-15 word factual summary | Prompt an LLM per tweet at scale |
| Pain Points | Extracted problems + intensity score | Custom NLP extraction pipeline |
| Initiatives | Active projects + urgency score | Custom extraction + scoring |
| Technologies | Named tech + adoption status | Entity recognition + status classification |
| Competitors | Named competitors | Entity 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:
- Twitter company handle identified from the post activity
- Matched against our company database (75M+ companies) using company name, domain, and/or LinkedIn company URL
- 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.domainis populated on 99%+ of signals.company.linkedin_urlis 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
Updated 6 days ago
