# Data Entry Excel Spreadsheet Gig Insights

**Use case:** 

Analyze Fiverr data entry gigs for pricing, packages, and seller ratings. Extract detailed performance metrics for comprehensive market research.

## Input

```json
{
  "mode": "search",
  "query": "data entry excel spreadsheet",
  "queries": [
    "logo design",
    "website design",
    "wordpress"
  ],
  "category": "graphics-design",
  "subcategory": "creative-logo-design",
  "categoryUrl": "https://www.fiverr.com/categories/graphics-design/creative-logo-design",
  "seller": "martinkokes",
  "gigUrl": "https://www.fiverr.com/martinkokes/design-a-modern-worldclass-logo",
  "gigUrls": [],
  "sort": "best_selling",
  "proOnly": false,
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "gigId": {
    "label": "Gig ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerLevel": {
    "label": "Level",
    "format": "text"
  },
  "isPro": {
    "label": "Pro",
    "format": "boolean"
  },
  "priceFrom": {
    "label": "Price from ($)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Gig URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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