Truth Analyzer avatar
Truth Analyzer

Pricing

Pay per event

Go to Apify Store
Truth Analyzer

Truth Analyzer

AI-powered truth analysis tool that evaluates the factual accuracy of any text. Detects false or misleading statements, provides a truth score, short explanation, and verified sources.

Pricing

Pay per event

Rating

0.0

(0)

Developer

KIT Dienstleistungen

KIT Dienstleistungen

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

truth-analyzer

An Apify Actor scaffold created from a local session.

This Actor uses the Apify SDK and Crawlee (CheerioCrawler) as an example crawler. It was copied from an existing workspace to avoid a locked-folder rename issue.

Quick start

  1. Install dependencies (optional locally):

    • Open PowerShell and run: npm install
  2. Run locally with Apify CLI (requires apify CLI installed and logged in):

    • apify run
  3. Push to Apify platform (requires apify login):

    • apify push

Notes

  • The Actor entrypoint is src/main.js.
  • Actor configuration lives in .actor/actor.json and input schema in .actor/input_schema.json.
  • If you want the local folder renamed back to truth-analyzer, it's already created as a copy; you can remove the old truth_analyzer folder once you're sure everything works.