# Fiverr Marketplace Pricing Research Scraper

**Use case:** 

Compare Fiverr sellers across service keywords to analyze pricing, ratings, reviews, and marketplace positioning.

## Input

```json
{
  "searchQueries": [
    "shopify developer",
    "wordpress speed optimization",
    "python automation"
  ],
  "maxGigsPerSearch": 48,
  "includeGigDetails": true,
  "sort": "rating",
  "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.