# Verify a quote against its original web source

**Use case:** 

Check whether a public webpage contains claimed text and return the matched passage, context, offsets, and source provenance.

## Input

```json
{
  "url": "https://docs.apify.com/actors/publishing/publish-task",
  "text": "You can create up to 50 tasks per Actor.",
  "matching": "normalized"
}
```

## Output

```json
{
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "verification": {
    "label": "Verification",
    "format": "object"
  },
  "source": {
    "label": "Source",
    "format": "object"
  },
  "extraction": {
    "label": "Extraction",
    "format": "object"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Source Quote Verifier](https://apify.com/vincesoft/source-quote-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vincesoft/source-quote-verifier) to learn more, explore other use cases, and run it yourself.