FactPilot — AI Fact-Checking & Content Revisions avatar

FactPilot — AI Fact-Checking & Content Revisions

Pricing

Pay per usage

Go to Apify Store
FactPilot — AI Fact-Checking & Content Revisions

FactPilot — AI Fact-Checking & Content Revisions

Extracts factual claims from public web articles or raw text, checks them against Google Search facts, and rewrites the content to be fully verified with sources.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Daniel Lozano

Daniel Lozano

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Categories

Share

What This Actor Does

Extracts factual claims from public web articles or raw text, checks them against Google Search facts, and rewrites the content to be fully verified with sources.

Who It Is For

  • content agencies
  • SEO marketers
  • publishers
  • PR teams
  • bloggers

Why It Is Useful

While other actors extract raw text, this Actor acts as a full fact-checker and editor, identifying discrepancies, rating claim accuracy, and revising the text with source citations.

Input Fields

  • startUrls: public website URLs to process.
  • maxItems: maximum URLs to process.
  • includeAiAnalysis: optional AI enrichment when API keys are configured.
  • industryHint: optional category hint.

Example Input

{
"startUrls": [
{
"url": "https://example.com"
}
],
"maxItems": 1,
"includeAiAnalysis": false,
"industryHint": "local business"
}

Example Output

{
"inputUrl": "https://example.com",
"status": "success",
"score": 64,
"opportunityScore": 45,
"findings": {},
"missingItems": [],
"recommendations": [],
"createdAt": "2026-06-17T18:17:00.222Z"
}

Output Schema

The Actor declares .actor/output_schema.json and links the results output to the default dataset items URL. This helps Apify Console, API consumers, and AI agents discover where run results are stored.

The Actor includes an original generated PNG logo at .actor/icon.png. It must be generated with ChatGPT Images and must not use official third-party brand marks.

Monetization

Pay-per-audit for content creators and SEO agencies protecting site authority against AI search engine hallucination penalties.

Limitations

Public HTML only. No login-protected scraping, private APIs, legal compliance claims, or browser UI testing.

Local Development

npm install
npm run build
npm test
npm run lint
apify run

Deployment

$apify push