# Research Top Logo Design Assets for Brand Projects

**Use case:** 

Gather comprehensive data on popular logo design assets, including tags, authors, and previews, to inform brand strategy and creative development. This data ena

## Input

```json
{
  "mode": "search",
  "searchQuery": "logo design",
  "assetType": "graphic-templates",
  "sortBy": "popular",
  "startUrls": [],
  "maxItems": 150
}
```

## 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.