Truth Social Profile Scraper avatar

Truth Social Profile Scraper

Pricing

from $5.99 / 1,000 results

Go to Apify Store
Truth Social Profile Scraper

Truth Social Profile Scraper

📰 Truth Social Profile Scraper extracts public profile data—bio, handle, followers, following, posts, links & verification—at scale. ⚡ Clean JSON/CSV for analytics, OSINT, brand monitoring & lead gen. 🔍 Fast, reliable, compliant scraping for research & growth.

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Truth Social Profile Scraper

The Truth Social Profile Scraper is a fast, reliable Truth Social profile data scraper that collects public account details like username, display name, followers, posts, verification, and profile URL at scale. It solves the manual copy-paste problem for researchers, analysts, and growth teams by turning public profiles into structured records you can export in JSON/CSV. Built for marketers, developers, data analysts, and researchers, this Truth Social profile extractor streams results to your Apify dataset in near real time so you can monitor accounts, run OSINT workflows, and power analytics with ease.

What data / output can you get?

Below are the primary fields this Truth Social profile crawler saves to the dataset as it runs. Successful rows include Truth Social account fields along with a timestamp; error rows include diagnostic information so you can audit inputs and retry.

Data typeDescriptionExample value
scrapedAtUTC time when the row was saved2026-04-27T05:40:12Z
usernameAccount handle (without @)realDonaldTrump
display_namePublic display nameDonald J. Trump
followers_countNumber of followers7760000
statuses_countNumber of posts3180
verifiedVerification status (true/false)true
urlCanonical profile URLhttps://truthsocial.com/@realDonaldTrump
errorError message for failed/invalid inputsUnrecognised URL
inputUrlThe original input value you providedhttps://truthsocial.com/@invalid-user

Notes:

  • On success, the actor saves the full Truth Social account JSON returned by the platform’s public API, plus scrapedAt. That means your dataset will contain the complete API payload in addition to the columns above.
  • On input or network errors, the actor saves error, inputUrl, and scrapedAt so you can diagnose issues quickly.
  • You can export results as JSON or CSV directly from the Apify dataset.

Key features

  • ⚡ Real-time dataset streaming — See rows appear as each profile is fetched; every record includes a scrapedAt timestamp for freshness tracking.
  • 🧪 Robust retries + smart proxy fallback — Automatic retry/backoff and Apify Proxy support (including Residential fallback) help overcome transient errors and tough networks.
  • 📋 Bulk input, one-per-line — Paste Truth Social profile URLs or usernames (one per line) for scalable Truth Social user data extraction in a single run.
  • 🔓 No login required — Works on publicly available profiles; no cookies or session setup needed for this Truth Social public profile scraper.
  • 💾 Clean JSON/CSV export — Download structured results for analysis, dashboards, or pipelines using your Apify dataset.
  • 🧩 Developer-friendly — Built on the Apify platform, making it easy to automate, schedule, and connect to your data stack or scripts.
  • 🛡️ Production-ready reliability — Uses HTTP API calls with sensible timeouts, backoff, and proxy options to keep your Truth Social profile scraping tool stable at scale.

How to use Truth Social Profile Scraper - step by step

  1. Sign in to Apify and open the Truth Social Profile Scraper.
  2. In the input form, paste your targets into “Truth Social URLs or usernames.” You can use:
  3. (Optional) Expand “Apify Proxy” and enable it if you encounter failed runs or hard-to-reach networks. No extra config needed in most cases.
  4. Click Start to run. The actor will process inputs one by one and push each profile to the dataset as soon as it’s fetched.
  5. Watch progress: logs and status updates will indicate which profile is being processed and when rows are saved.
  6. Open the Output tab to browse records. Successful rows include account fields (e.g., username, display_name, followers_count, statuses_count, verified, url) plus scrapedAt. Invalid inputs or failures include error and inputUrl for diagnostics.
  7. Export your data in JSON or CSV for further analysis or workflows.

Pro Tip: For large lists or automated pipelines, schedule the actor and connect the dataset to downstream tools to keep your Truth Social web scraper for profiles running on autopilot.

Use cases

Use case nameDescription
OSINT and public figure trackingTrack verification, follower counts, and activity signals with a Truth Social OSINT scraper that updates datasets continuously.
Brand and reputation monitoringMonitor public accounts and capture structured signals for dashboards, alerts, and analytics.
Lead generation & enrichmentEnrich CRMs with usernames, profile URLs, and verification indicators using a Truth Social user profile scraper.
Academic and policy researchBuild clean datasets from public accounts for studies, reports, and time series analyses.
Competitive & market analysisCompare follower growth and posting activity across segments using a Truth Social profile scraping tool.
Data engineering pipelinesFeed structured JSON/CSV into ETL jobs for automated reporting and internal data products.

Why choose Truth Social Profile Scraper?

The Truth Social profile extractor is built for precision and reliability, delivering structured outputs without manual overhead.

  • ✅ Accurate, structured results: Saves the full profile JSON from the platform’s public API plus a scrapedAt timestamp for auditability.
  • 📈 Scales with your list: Paste many profile URLs or usernames and process them one by one with near real-time saves.
  • 🔌 Developer-ready automation: Works seamlessly on Apify for scheduling, webhooks, and data exports into your stack.
  • 🛡️ Network-resilient: Automatic retries and Apify Proxy fallback (including Residential) keep runs stable under varied conditions.
  • 💸 Cost-effective vs. extensions: No fragile browser automation; a server-side Truth Social profile crawler that’s consistent and maintainable.
  • 🔓 Public-data only: Designed for publicly available profiles — no login, cookies, or private data scraping.

In short, this is a production-grade Truth Social user profile scraper that favors reliability and clean outputs over brittle workarounds.

Yes — when used responsibly. This tool is designed to collect publicly available profile information. It does not access private profiles or authenticated data.

Guidelines for responsible use:

  • Scrape only public information and respect platform terms where applicable.
  • Ensure your use complies with data protection laws such as GDPR and CCPA.
  • Avoid collecting or processing sensitive personal data.
  • Use the data for lawful purposes and consult your legal team for edge cases or jurisdiction-specific requirements.

Input parameters & output format

Example JSON input

{
"urls": [
"https://truthsocial.com/@realDonaldTrump",
"@someuser",
"anotheruser"
],
"proxyConfiguration": {
"useApifyProxy": true
}
}

Input fields

  • urls
    • Type: array of strings (stringList)
    • Description: Paste Truth Social profile URLs or usernames. You can add many at once — we process them one by one and save each result right away.
    • Default (prefill): ["https://truthsocial.com/@realDonaldTrump"]
    • Required: Yes
  • proxyConfiguration
    • Type: object (proxy)
    • Description: Optional: help the actor reach Truth Social reliably from the cloud. Recommended if you hit errors or blocks.
    • Default (prefill): {"useApifyProxy": true}
    • Required: No

Example JSON output

Successful profile row:

{
"username": "realDonaldTrump",
"display_name": "Donald J. Trump",
"followers_count": 7760000,
"statuses_count": 3180,
"verified": true,
"url": "https://truthsocial.com/@realDonaldTrump",
"scrapedAt": "2026-04-27T05:40:12Z"
}

Error row (invalid input or request failure):

{
"error": "Unrecognised URL",
"inputUrl": "https://truthsocial.com/@invalid-user",
"scrapedAt": "2026-04-27T05:41:55Z"
}

Notes:

  • On success, the actor pushes the full Truth Social account JSON returned by the public API plus scrapedAt. The keys shown above (username, display_name, followers_count, statuses_count, verified, url) are commonly present and are highlighted in the default dataset view.
  • On failure, only error, inputUrl, and scrapedAt are saved for diagnostics.

FAQ

Do I need to log in or provide cookies to scrape profiles?

❌ No. The scraper collects publicly available profiles without login or cookies. It calls the platform’s public API and saves structured results to your dataset.

Can I paste usernames instead of full URLs?

✅ Yes. You can input full profile links, @usernames, or plain usernames. The actor normalizes these and processes them one by one.

What happens if an input isn’t a valid profile URL/username?

⚠️ The actor skips it and saves a row with error and inputUrl (plus scrapedAt) so you can identify and fix the input list.

How does the proxy setting help?

🛡️ If direct requests fail due to network or regional issues, enabling Apify Proxy provides alternative routes. The actor can also fall back to Residential proxy when needed for higher reliability.

What fields are included in the output?

📊 Successful rows include the full Truth Social account JSON plus a scrapedAt timestamp. Common fields surfaced in the default view are username, display_name, followers_count, statuses_count, verified, and url.

Can I export results to CSV or JSON?

💾 Yes. Open the dataset in the Output tab to download JSON or CSV for analytics, dashboards, or enrichment workflows.

How many profiles can I scrape per run?

📈 You can paste many URLs/usernames — the actor processes them sequentially and streams results as soon as each finishes. Use Apify scheduling to automate recurring runs for larger pipelines.

✅ Yes, when used responsibly on publicly available data and in compliance with applicable laws and platform terms. Avoid private data and consult your legal team for specific use cases.

Closing CTA / Final thoughts

The Truth Social Profile Scraper is built to extract structured, reliable public profile data at scale. It streams clean JSON/CSV into your Apify dataset, supports bulk inputs, and stays resilient with smart retries and proxy fallback.

Whether you’re a marketer, researcher, analyst, or developer, you’ll get fast, structured Truth Social user data extraction for dashboards, OSINT, enrichment, and growth workflows. Developers can automate runs via Apify, schedule jobs, and wire results into internal pipelines.

Start extracting smarter Truth Social insights today with a stable, production-ready Truth Social profile URL scraper that grows with your data needs.