X (Twitter) Paid Partnership Checker avatar

X (Twitter) Paid Partnership Checker

Pricing

from $3.00 / 1,000 paidresults

Go to Apify Store
X (Twitter) Paid Partnership Checker

X (Twitter) Paid Partnership Checker

This specialized Actor analyzes X (Twitter) tweets to identify commercial relationships and paid collaborations. By scanning tweet metadata, official 'Paid Partnership' labels, and disclosure indicators it provides a clear breakdown of a post's commercial status.

Pricing

from $3.00 / 1,000 paidresults

Rating

0.0

(0)

Developer

fastcrawler

fastcrawler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

A specialized tool to accurately identify whether a tweet is a paid partnership, sponsored content, or a commercial advertisement by analyzing deep metadata and tweet JSON.

🚀 Features

  • Deep Metadata Inspection: Detects official Paid Partnership labels and affiliate_label flags hidden in the tweet’s JSON objects.
  • Sponsorship Verification: Identifies promoted_content attributes and commercial relationship tags that are often invisible on the standard web UI.
  • Semantic Content Analysis: Scans tweet text for disclosure-related keywords and mandatory hashtags (e.g., #ad, #sponsored, #brandpartner, #promo).
  • Brand & Sponsor Extraction: Automatically extracts details about the linked brand account or affiliate sponsor involved in the collaboration.
  • High-Speed Batch Processing: Supports checking single or multiple tweet URLs/IDs in a single run with efficient resource usage.
  • Developer-Ready Output: Provides clean, structured JSON data, perfect for integration into compliance, marketing, or brand safety automation pipelines.

🎯 Use Cases

  • Brand Compliance Audits: Ensure influencers and partners are correctly disclosing paid collaborations according to FTC or local legal requirements.
  • Influencer Marketing (KOL) Monitoring: Automatically verify and track sponsored posts for your marketing campaigns across multiple accounts.
  • Competitive Ad Intelligence: Research and monitor the advertising strategies and brand collaboration history of your competitors.
  • Market Research: Analyze the saturation of sponsored content within specific niches or hashtags.

📥 Input

FieldTypeDescription
tweetIdsArrayList of tweet IDs to analyze (optional if URLs are provided).

📤 Output

The Actor returns a structured JSON for each tweet, including:

[
{
"tweet_id": "2043777708430414218",
"is_paid_promotion": false
},
{
"tweet_id": "2034246147318202855",
"is_paid_promotion": true
}
]