# Fiverr logo design price distribution

**Use case:** 

See every Fiverr logo design gig sorted by price with package tiers, seller levels, and review counts. What is a fair price for logo design on Fiverr?

## Input

```json
{
  "searchQueries": [
    "logo design"
  ],
  "maxGigs": 600,
  "sortBy": "price_asc",
  "topRatedOnly": false,
  "proVerifiedOnly": false,
  "includeGigDetails": true,
  "includePortfolio": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "requestDelay": 0.5,
  "maxConcurrency": 2,
  "detailConcurrency": 5,
  "portfolioConcurrency": 5
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "integer"
  },
  "seller_name": {
    "label": "Seller Name",
    "format": "string"
  },
  "seller_level": {
    "label": "Seller Level",
    "format": "string"
  },
  "seller_is_top_rated": {
    "label": "Top Rated",
    "format": "boolean"
  },
  "seller_is_pro": {
    "label": "Pro",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fiverr Gigs Scraper 2026](https://apify.com/devcake/fiverr-gigs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/devcake/fiverr-gigs-scraper) to learn more, explore other use cases, and run it yourself.