# Website Data Extraction from Apify

**Use case:** 

Extract data from a specific web page. This task returns structured data from the provided URL, enabling easy analysis and reporting.

## Input

```json
{
  "url": "https://www.apify.com/"
}
```

## Output

```json
{
  "level": {
    "label": "Level",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  }
}
```

## About this Actor

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