# Curate Newest Web Templates for Web Development Trends

**Use case:** 

Extract the latest web templates to monitor new design patterns, technologies, and features entering the market. Web development agencies can use this to update

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "logo design",
  "assetType": "web-templates",
  "sortBy": "newest",
  "startUrls": [],
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "assetType": {
    "label": "Asset type"
  },
  "author": {
    "label": "Author"
  },
  "publishDate": {
    "label": "Publish date"
  },
  "isNew": {
    "label": "Is new"
  },
  "thumbnailUrl": {
    "label": "Thumbnail url"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Envato Elements Asset Scraper](https://apify.com/crawlerbros/envato-elements-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/envato-elements-scraper) to learn more, explore other use cases, and run it yourself.