# Fiverr Gig Search Scraper

**Use case:** 

Extract Fiverr gig listings by keyword with prices, seller ratings, review counts, and gig URLs.

## Input

```json
{
  "searchQueries": [
    "web scraping",
    "logo design"
  ],
  "maxGigsPerSearch": 24,
  "includeGigDetails": false,
  "sort": "auto",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "gigId": {
    "label": "Gig ID",
    "format": "number"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller"
  },
  "sellerLevel": {
    "label": "Level"
  },
  "sellerRating": {
    "label": "Rating",
    "format": "number"
  },
  "sellerReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isPro": {
    "label": "Pro"
  },
  "isFiverrChoice": {
    "label": "Fiverr Choice"
  }
}
```

## About this Actor

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