HookPilot — Short Video Hook Intelligence Agent avatar

HookPilot — Short Video Hook Intelligence Agent

Pricing

Pay per usage

Go to Apify Store
HookPilot — Short Video Hook Intelligence Agent

HookPilot — Short Video Hook Intelligence Agent

Scores public video pages and captions for hook strength, CTA clarity, topic angle, and reuse potential for short-form campaigns.

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

10 minutes ago

Last modified

Share

Short Video Hook Intelligence Agent

What This Actor Does

Scores public video pages and captions for hook strength, CTA clarity, topic angle, and reuse potential for short-form campaigns.

Who It Is For

  • short-form agencies
  • creator marketers
  • paid social teams
  • brand content teams

Why It Is Useful

It analyzes hook and campaign quality instead of competing with TikTok, Reel, or YouTube data extractors.

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-13T19:27:30.851Z"
}

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 logo at .actor/icon.svg. It uses abstract geometry and neutral initials, not official third-party brand marks.

Monetization

Pay per video or campaign audit for agencies improving creative before ad spend.

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