# Export public FeaturedCustomers testimonials

**Use case:** 

Collect public testimonial quotes, customers, and contact roles for customer-marketing research.

## Input

```json
{
  "vendorUrls": [
    {
      "url": "https://www.featuredcustomers.com/vendor/slack/testimonials"
    }
  ],
  "referenceTypes": [
    "testimonial"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "referenceType": {
    "label": "Type",
    "format": "string"
  },
  "customerName": {
    "label": "Customer",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "quote": {
    "label": "Quote",
    "format": "string"
  },
  "contactName": {
    "label": "Contact",
    "format": "string"
  },
  "contactTitle": {
    "label": "Role",
    "format": "string"
  },
  "originalStoryUrl": {
    "label": "Original story",
    "format": "string"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FeaturedCustomers Customer References Scraper](https://apify.com/automation-lab/featuredcustomers-customer-references-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/featuredcustomers-customer-references-scraper) to learn more, explore other use cases, and run it yourself.