# Competitor website text audit extractor

**Use case:** 

Extract clean text from competitor landing pages and articles to compare word counts, titles, metadata, and source URLs.

## Input

```json
{
  "urls": [
    "https://apify.com/",
    "https://apify.com/store",
    "https://apify.com/proxy"
  ],
  "includeMetadata": true
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "title": {
    "label": "Title"
  },
  "language": {
    "label": "Language"
  },
  "wordCount": {
    "label": "Words"
  },
  "charCount": {
    "label": "Characters"
  },
  "author": {
    "label": "Author"
  },
  "publishedDate": {
    "label": "Published"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Webpage Text Extractor](https://apify.com/automation-lab/webpage-text-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/webpage-text-extractor) to learn more, explore other use cases, and run it yourself.