# See how a page persuades you - no-AI, evidence-backed

**Use case:** 

Analyze on-page SEO and marketing persuasion framing (urgency, scarcity, social proof, authority) with a verbatim evidence quote for every label. No AI, no gues

## Input

```json
{
  "mode": "seo",
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "multimodal": false,
  "lensName": "marketing_seo_v1",
  "lensJson": {
    "matching_modes": {
      "pricing_signals": {
        "free_tier": {
          "lexical_markers": [
            "free plan",
            "no credit card"
          ]
        },
        "enterprise": {
          "lexical_markers": [
            "contact sales",
            "custom pricing"
          ]
        }
      }
    }
  },
  "maxItems": 50,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "dimension": {
    "label": "Group",
    "format": "string"
  },
  "label": {
    "label": "Label",
    "format": "string"
  },
  "evidence_quote": {
    "label": "Evidence",
    "format": "string"
  },
  "marketing_framing_counts": {
    "label": "Framing counts",
    "format": "object"
  },
  "provenance": {
    "label": "Provenance",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEO & Marketing Framing Analyzer — No-AI, Evidence-Backed](https://apify.com/equ1n0x/seo-marketing-framing-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/equ1n0x/seo-marketing-framing-analyzer) to learn more, explore other use cases, and run it yourself.