# Fiverr book cover designers by genre

**Use case:** 

Find Fiverr book cover designers for romance, sci-fi, fantasy, or cookbook niches with portfolio samples. How much does a Fiverr book cover cost by genre?

## Input

```json
{
  "searchQueries": [
    "book cover design romance",
    "book cover design sci-fi",
    "book cover design cookbook",
    "book cover design fantasy"
  ],
  "maxGigs": 200,
  "sortBy": "rating",
  "topRatedOnly": false,
  "proVerifiedOnly": false,
  "includeGigDetails": true,
  "includePortfolio": true,
  "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.