# Fiverr SEO gigs

**Use case:** 

Search public Fiverr SEO service gigs with a small bounded saved input for market research.

## Input

```json
{
  "queries": [
    "seo"
  ],
  "startUrls": [],
  "maxItems": 10,
  "maxPagesPerQuery": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "gigUrl": {
    "label": "Gig URL",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerLevel": {
    "label": "Seller level",
    "format": "string"
  },
  "priceFrom": {
    "label": "Price from",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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