# Social Proof Testimonial Extractor (`junipr/social-proof-testimonial-extractor`) Actor

Extract testimonials, logos, review snippets, case quotes, ratings, customer names, titles, company text, and placement context from public marketing pages

- **URL**: https://apify.com/junipr/social-proof-testimonial-extractor.md
- **Developed by:** [junipr](https://apify.com/junipr) (community)
- **Categories:** Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $11.50 / 1,000 source page processeds

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

## Social Proof Testimonial Extractor

Extract testimonials, logos, review snippets, case quotes, ratings, customer names/titles/company text, and placement context from public marketing pages.

### What it does

Extracts visible testimonials, attribution, roles, companies, ratings, customer logos, placement, and duplicate quote groups.

Every row is source-backed and schema-complete. Missing, blocked, or unmatched evidence produces diagnostics instead of invented values.

### Uses

- Extract website testimonials
- Inventory social proof before redesign
- Find pages missing proof sections
- Export customer quote evidence
- Compare competitor testimonial usage

### Input

Use authorized public HTTP(S) URLs or deterministic `htmlInputs`. Private-network targets are rejected and `allowedDomains` can narrow fetching.

- `startUrls`
- `sitemapUrls`
- `htmlInputs`
- `allowedDomains`
- `maxPages`
- `maxDepth`
- `includeEvidence`
- `includeRawSnapshots`
- `requestDelayMs`
- `timeoutMs`
- `userAgentMode`
- `pageUrls`
- `testimonialSelectors`
- `extractLogos`
- `extractRatings`
- `includePlacementContext`
- `dedupeQuotes`
- `maxTestimonials`
- `maxSources`
- `maxChargeUsd`
- `includeReport`

Limits in `maxPages, maxTestimonials, maxSources, timeoutMs` and `maxChargeUsd` are enforced. Zero is a hard zero charge budget.

### Dataset

- `sourceUrl`
- `sourceType`
- `pageTitle`
- `recordType`
- `recordName`
- `issueCode`
- `severity`
- `evidenceSnippet`
- `recommendation`
- `canonicalUrl`
- `httpStatus`
- `scannedAt`
- `pageUrl`
- `proofType`
- `quoteText`
- `customerDisplayName`
- `customerTitle`
- `customerCompany`
- `ratingValue`
- `logoAltText`
- `placementContext`
- `duplicateQuoteGroup`

Reports:

- `social-proof-testimonial-extractor-summary-report.md`
- `social-proof-testimonial-extractor-records.csv`
- `social-proof-testimonial-extractor-issues.json`
- `social-proof-testimonial-extractor-evidence-samples.json`
- `social-proof-testimonial-extractor-run-metadata.json`

### PPE pricing

Platform-usage pass-through is off.

| Event | Price |
| --- | ---: |
| `actor-start` | $0.035 |
| `source-page-processed` | $0.0115 |
| `testimonial-record-extracted` | $0.0065 |
| `social-proof-signal-emitted` | $0.0115 |
| `executive-report-generated` | $0.4 |

The actor-start event is accepted before fetching. Source, record, signal, gap, and blocker events are deduplicated and charged before their paid output. Partial charges, event limits, and local caps stop later output. Reports are written only after the report event is accepted.

### Safety and limitations

- Public evidence only; no login, CAPTCHA bypass, or access-control evasion.
- Output reflects source content at scan time.
- Attribution, claim permission, pricing interpretation, partner status, and launch decisions require human ownership.
- Store discounts, tasks, categories, icons, publication, and scheduling are separate gated live configuration.

### Local verification

```bash
pnpm --filter @junipr/social-proof-testimonial-extractor build
pnpm --filter @junipr/social-proof-testimonial-extractor test
pnpm --filter @junipr/social-proof-testimonial-extractor smoke
```

# Actor input Schema

## `startUrls` (type: `array`):

startUrls for Social Proof Testimonial Extractor.

## `sitemapUrls` (type: `array`):

sitemapUrls for Social Proof Testimonial Extractor.

## `htmlInputs` (type: `array`):

htmlInputs for Social Proof Testimonial Extractor.

## `allowedDomains` (type: `array`):

allowedDomains for Social Proof Testimonial Extractor.

## `maxPages` (type: `integer`):

maxPages for Social Proof Testimonial Extractor.

## `maxDepth` (type: `integer`):

maxDepth for Social Proof Testimonial Extractor.

## `includeEvidence` (type: `boolean`):

includeEvidence for Social Proof Testimonial Extractor.

## `includeRawSnapshots` (type: `boolean`):

includeRawSnapshots for Social Proof Testimonial Extractor.

## `requestDelayMs` (type: `integer`):

requestDelayMs for Social Proof Testimonial Extractor.

## `timeoutMs` (type: `integer`):

timeoutMs for Social Proof Testimonial Extractor.

## `userAgentMode` (type: `string`):

userAgentMode for Social Proof Testimonial Extractor.

## `pageUrls` (type: `array`):

pageUrls for Social Proof Testimonial Extractor.

## `testimonialSelectors` (type: `array`):

testimonialSelectors for Social Proof Testimonial Extractor.

## `extractLogos` (type: `boolean`):

extractLogos for Social Proof Testimonial Extractor.

## `extractRatings` (type: `boolean`):

extractRatings for Social Proof Testimonial Extractor.

## `includePlacementContext` (type: `boolean`):

includePlacementContext for Social Proof Testimonial Extractor.

## `dedupeQuotes` (type: `boolean`):

dedupeQuotes for Social Proof Testimonial Extractor.

## `maxTestimonials` (type: `integer`):

maxTestimonials for Social Proof Testimonial Extractor.

## `maxSources` (type: `integer`):

maxSources for Social Proof Testimonial Extractor.

## `maxChargeUsd` (type: `number`):

maxChargeUsd for Social Proof Testimonial Extractor.

## `includeReport` (type: `boolean`):

includeReport for Social Proof Testimonial Extractor.

## Actor input object example

```json
{
  "startUrls": [],
  "sitemapUrls": [],
  "htmlInputs": [
    {
      "sourceUrl": "https://example.com/customers",
      "html": "<title>Customers</title><section class='social-proof'><blockquote class='testimonial' data-customer='Alex' data-title='VP Growth' data-company='Northstar' data-rating='5' data-placement='homepage'><p>We increased qualified pipeline by 32%.</p><img alt='Northstar logo'></blockquote></section>"
    }
  ],
  "allowedDomains": [],
  "maxPages": 5,
  "maxDepth": 5,
  "includeEvidence": false,
  "includeRawSnapshots": false,
  "requestDelayMs": 5,
  "timeoutMs": 5,
  "userAgentMode": "",
  "pageUrls": [],
  "testimonialSelectors": [],
  "extractLogos": true,
  "extractRatings": true,
  "includePlacementContext": true,
  "dedupeQuotes": true,
  "maxTestimonials": 20,
  "maxSources": 5,
  "maxChargeUsd": 75,
  "includeReport": true
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `report` (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("junipr/social-proof-testimonial-extractor").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("junipr/social-proof-testimonial-extractor").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 junipr/social-proof-testimonial-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,junipr/social-proof-testimonial-extractor"
        }
    }
}

```

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/53jctYLvxD5Yyl6gu/builds/3rAG38fOgbrwGyQEn/openapi.json
