# Crawl Crawlee website 100 requests

**Use case:** Build AI training data

Easily scrape and crawl websites using Crawlee with customizable start URLs and request limits. Get started now.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://crawlee.dev"
    }
  ],
  "maxRequestsPerCrawl": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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