# Any Fiverr Pro Sellers

**Use case:** 

Extract Fiverr Pro Sellers data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "web developer",
  "maxItems": 10,
  "level": ""
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼️ Avatar URL",
    "format": "image"
  },
  "username": {
    "label": "👤 Username",
    "format": "text"
  },
  "displayName": {
    "label": "🪪 Display Name",
    "format": "text"
  },
  "level": {
    "label": "🏅 Level",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "🗳️ Reviews",
    "format": "number"
  },
  "gigCategories": {
    "label": "🏷️ Categories",
    "format": "array"
  },
  "profileUrl": {
    "label": "🔗 Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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