# Crawler

## Try it in the Widget Center

Click this [url](https://app.myshell.ai/robot-workshop/widget/1781991963803181056) to try this widget and copy the Pro Config template.

## Usage

Given the target website url, return the markdown string of the content

**Input Parameters**

<table><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>url</td><td><code>string</code></td><td>The target website url</td><td></td><td>true</td></tr></tbody></table>

**Output Parameters**

| Name             | Type     | Description                  | File Type |
| ---------------- | -------- | ---------------------------- | --------- |
| markdown\_string | `string` | The raw content of given url |           |

**Output Example**

{% tabs %}
{% tab title="success" %}
{% code fullWidth="false" %}

```json
{
  "markdown_string": "Title: MyShell - An Ultimate Place for AI Apps Creation, Discover, and Earn\n\nURL Source: https://app.myshell.ai/explore\n\nMarkdown Content:\nExplore\n-------\n"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
