# Market Research Data Scraper

**Use case:** 

Collect and analyze market data from websites seamlessly. Extract insights automatically with our TypeScript CheerioCrawler. Try it now.

## Input

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

## Output

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

## About this Actor

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