# Public Landing Page Conversion Snapshot Agent (`jacksu/public-landing-page-conversion-agent`) Actor

Analyze public landing pages for positioning clarity, CTA evidence, social proof, pricing/demo/contact paths, risks, and change status.

- **URL**: https://apify.com/jacksu/public-landing-page-conversion-agent.md
- **Developed by:** [jack su](https://apify.com/jacksu) (community)
- **Categories:** Developer tools, Business, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 useful landing page conversion snapshots

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Public Landing Page Conversion Snapshot Agent

Turn public homepages and landing pages into compact conversion-readiness snapshots for AI agents, marketers, agencies, sales researchers, and competitive research workflows.

The Actor fetches the public HTTP/HTTPS page you provide and returns one source-linked record per page:

- hero headline and positioning hints from the first visible page text
- primary and secondary CTA hints
- social-proof hints such as customers, reviews, ratings, case studies, or trust claims
- pricing, demo, and contact path links
- conversion/readiness score, confidence, completeness, risk labels, diagnostics, and evidence URLs
- a stable `landingPageHash`, `changeStatus`, and `billableEventName`

### Good Fits

- Compare public SaaS or service landing pages before writing a campaign or audit brief.
- Quickly spot missing CTA, weak positioning, missing social proof, or unclear commercial paths.
- Give an AI agent a clean, bounded landing-page record instead of noisy raw HTML.
- Compare with a previous snapshot and avoid paying useful-result fees for unchanged pages.

### Not A Fit

- This is not a browser renderer, screenshot tool, full-site crawler, ad-library scraper, A/B testing tool, form submitter, lead database, or analytics platform.
- It does not log in, use cookies, submit forms, crawl private areas, call private APIs, or bypass paywalls.
- It does not claim true conversion rates. The score is an evidence-based readiness snapshot from public page text and links.

### Input

```json
{
  "urls": ["https://apify.com/"],
  "focusTerms": ["automation", "web scraping"],
  "previousSnapshots": [],
  "requestTimeoutSecs": 20
}
```

`urls` must be public HTTP/HTTPS pages. URLs containing credentials, path parameters, query parameters, fragments, localhost, private-network hosts, `.local` names, or token-like account paths are rejected.

### Output

```json
{
  "status": "ok",
  "normalizedUrl": "https://example.com/",
  "finalUrl": "https://example.com/",
  "siteOriginUrl": "https://example.com/",
  "title": "Example AI Sales Platform",
  "hero": {
    "headline": "AI sales outreach for lean revenue teams",
    "subheadline": "Automate prospect research and book more meetings from public company data."
  },
  "primaryCtaHints": [
    {
      "text": "Start free trial",
      "url": "https://example.com/signup",
      "intent": "primary",
      "evidenceUrl": "https://example.com/"
    }
  ],
  "socialProofHints": [
    {
      "text": "Trusted by 1,200 sales teams at modern SaaS companies.",
      "evidenceType": "socialProof",
      "evidenceUrl": "https://example.com/"
    }
  ],
  "pricingLinks": [
    {"text": "Pricing", "url": "https://example.com/pricing", "evidenceType": "pricing"}
  ],
  "demoLinks": [
    {"text": "Book a demo", "url": "https://example.com/demo", "evidenceType": "demo"}
  ],
  "contactLinks": [
    {"text": "Contact sales", "url": "https://example.com/contact", "evidenceType": "contact"}
  ],
  "conversionScore": 0.9,
  "riskLabels": [],
  "diagnostics": [],
  "evidenceUrls": ["https://example.com/"],
  "landingPageHash": "stable-sha256",
  "changeStatus": "new",
  "billableEventName": "useful-landing-page-conversion-result"
}
```

### Pricing Behavior

The intended Apify pricing model is pay-per-event:

- `apify-actor-start`: small run-start event
- `useful-landing-page-conversion-result`: charged only for useful public landing-page conversion snapshots that are new or changed

The useful event is not charged for failed fetches, private-network inputs, query-token inputs, unsupported URLs, unchanged records, or low-evidence / low-completeness records.

Do not configure the default dataset-item event for this Actor.

### Safety

- Public HTTP/HTTPS pages only.
- Same-site redirects only.
- HTML/text response size is capped at 3 MB, including gzip decompression.
- Credentials, query strings, fragments, path params, sensitive account paths, token-like path segments, localhost, private IPs, non-global IPs, and `.local` hosts are rejected or redacted.
- Discovered links are sanitized before output. The Actor never fetches linked pricing/demo/contact pages.
- Error messages are generic and do not persist exception details.

# Actor input Schema

## `urls` (type: `array`):

Public HTTP/HTTPS landing page or homepage URLs. Query parameters, fragments, credentials, path params, private-network hosts, and token-like account paths are rejected.

## `focusTerms` (type: `array`):

Optional market, persona, or feature terms to match in visible page text. If supplied, useful-result charging requires at least one match.

## `previousSnapshots` (type: `array`):

Optional previous records from this Actor. If the stable landingPageHash is unchanged, the result is written without charging the useful event.

## `requestTimeoutSecs` (type: `integer`):

Maximum time in seconds to wait for each public page response.

## Actor input object example

```json
{
  "urls": [
    "https://apify.com/"
  ],
  "focusTerms": [],
  "previousSnapshots": [],
  "requestTimeoutSecs": 20
}
```

# Actor output Schema

## `datasetId` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("jacksu/public-landing-page-conversion-agent").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("jacksu/public-landing-page-conversion-agent").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call jacksu/public-landing-page-conversion-agent --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,jacksu/public-landing-page-conversion-agent"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/OhV3aEKlfdDbilPOw/builds/A4aQm0D8Ok3ZttANl/openapi.json
