SerpPilot — SERP Revenue Intent Brief Builder avatar

SerpPilot — SERP Revenue Intent Brief Builder

Pricing

from $10.00 / 1,000 qualified results

Go to Apify Store
SerpPilot — SERP Revenue Intent Brief Builder

SerpPilot — SERP Revenue Intent Brief Builder

Turns search result URLs and ranking pages into revenue-intent briefs with buyer stage, offer gaps, CTA gaps, and content actions.

Pricing

from $10.00 / 1,000 qualified results

Rating

0.0

(0)

Developer

Daniel Lozano

Daniel Lozano

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

What This Actor Does

Turns search result URLs and ranking pages into revenue-intent briefs with buyer stage, offer gaps, CTA gaps, and content actions.

Who It Is For

  • SEO agencies
  • content marketers
  • SaaS growth teams
  • affiliate publishers

Why It Is Useful

Search Actors return SERP data; this packages the commercial interpretation teams use to create or improve pages.

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:29:14.344Z"
}

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.

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