{
  "openapi": "3.0.1",
  "info": {
    "title": "Fiverr Scraper",
    "description": "Discover Fiverr gig URLs from Fiverr's own public sitemap and fetch full gig details (title, packages, seller, category, rating, price, images) by URL - no login, no cookies, no paid proxy required.",
    "version": "1.0",
    "x-build-id": "jlXvJko3ffxUfRTjX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~fiverr-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-fiverr-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~fiverr-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-fiverr-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~fiverr-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-fiverr-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "discoverGigs",
              "discoverSellers",
              "discoverCategories",
              "discoverTags",
              "discoverLogoMakerIdeas",
              "discoverAndFetchDetails",
              "gigDetails"
            ],
            "type": "string",
            "description": "What to run. `discoverGigs` (recommended, 100% reliable, zero-cost) lists real gig URLs straight from Fiverr's own sitemap. `discoverSellers` (also 100% reliable, zero-cost) lists real seller/freelancer profile URLs straight from Fiverr's own seller sitemap. `discoverCategories` (also 100% reliable, zero-cost) lists Fiverr's full category/sub-category/nested-sub-category taxonomy (~950 entries with numeric category IDs) straight from Fiverr's own category sitemap. `discoverTags` (also 100% reliable, zero-cost) lists Fiverr's own curated search-tag vocabulary (~100,000 real tag slugs, e.g. `logo-design`, `wordpress-website`) straight from Fiverr's own tag sitemap — use it to discover real, high-traffic keywords for the `searchKeyword` filter on the other modes. `discoverLogoMakerIdeas` (also 100% reliable, zero-cost) lists Fiverr's Logo Maker inspiration taxonomy (~1,000 entries: tag/industry/style/symbol-type/brand-values logo ideas, each with a real example image) straight from Fiverr's own Logo Maker ideas sitemap. `discoverAndFetchDetails` additionally fetches full details per gig, but Fiverr's gig detail pages are behind PerimeterX and have been confirmed (via live cloud runs, re-verified 2026-07-25) to block ALL tested source IPs, direct and proxied alike — this mode is best-effort and may return 0 detail records. `gigDetails` fetches full details for a list of gig URLs you already have (same best-effort caveat). See README 'Data Source / Scope' for the full evidence.",
            "default": "discoverGigs"
          },
          "searchKeyword": {
            "title": "Keyword filter (mode=discoverGigs / discoverSellers / discoverCategories / discoverTags / discoverLogoMakerIdeas / discoverAndFetchDetails)",
            "type": "string",
            "description": "Only keep gigs/sellers/categories/tags/logo-ideas whose URL slug (or, once fetched, gig title) contains this keyword. Case-insensitive. Leave empty for no filtering. Note: this is a substring match against Fiverr's sitemap-derived gig slugs, seller usernames, category URLs, tag slugs, or logo-idea slugs, not a live Fiverr search (Fiverr's own search endpoint is blocked to automated traffic). Tip: run mode=discoverTags first to find real Fiverr search-tag slugs to use here.",
            "default": ""
          },
          "gigUrls": {
            "title": "Gig URLs (mode=gigDetails)",
            "type": "array",
            "description": "Full Fiverr gig URLs to fetch details for, e.g. `https://www.fiverr.com/username/gig-slug`. Required for mode=gigDetails.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxShards": {
            "title": "Sitemap shards to scan",
            "minimum": 1,
            "maximum": 7,
            "type": "integer",
            "description": "Fiverr splits its gig sitemap into 7 gzip shard files (~40,000 gig URLs each), its seller sitemap into 6 gzip shard files (~50,000 seller URLs each), and its tag sitemap into 2 gzip shard files (~50,000 tag slugs each), all refreshed daily. Higher values scan more of the catalog but take longer to download/parse. Used by discoverGigs / discoverAndFetchDetails (gig shards, max 7), discoverSellers (seller shards, max 6), and discoverTags (tag shards, max 2) — values above the available shard count are simply capped.",
            "default": 1
          },
          "categoryLevel": {
            "title": "Category taxonomy level filter (mode=discoverCategories)",
            "enum": [
              "",
              "category",
              "subCategory",
              "nestedSubCategory"
            ],
            "type": "string",
            "description": "Only keep entries at this level of the category taxonomy. Leave empty to list all 3 levels together.",
            "default": ""
          },
          "ideaType": {
            "title": "Logo Maker idea taxonomy filter (mode=discoverLogoMakerIdeas)",
            "enum": [
              "",
              "tag",
              "industry",
              "brandValue",
              "style",
              "symbolType"
            ],
            "type": "string",
            "description": "Only keep Logo Maker idea entries of this taxonomy type. Leave empty to list all types together.",
            "default": ""
          },
          "category": {
            "title": "Category filter (mode=discoverAndFetchDetails / gigDetails / discoverCategories)",
            "enum": [
              "",
              "graphics-design",
              "online-marketing",
              "writing-translation",
              "video-animation",
              "music-audio",
              "programming-tech",
              "data",
              "business",
              "lifestyle",
              "photography",
              "finance",
              "end-to-end-projects"
            ],
            "type": "string",
            "description": "Only keep gigs in this top-level Fiverr category. Matched against the gig's own `categorySlug` — for mode=discoverAndFetchDetails/gigDetails this is extracted from the fetched gig page and skipped (passed through) for gigs where that field couldn't be parsed; for mode=discoverCategories it filters the taxonomy listing to just this top-level category's own tree. Leave empty for no filtering.",
            "default": ""
          },
          "minRating": {
            "title": "Minimum rating",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Only keep gigs with an average rating at or above this value (0-5). Only applies once gig details are fetched (mode=gigDetails / discoverAndFetchDetails)."
          },
          "minReviews": {
            "title": "Minimum review count",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Only keep gigs with at least this many reviews. Only applies once gig details are fetched."
          },
          "minPriceUsd": {
            "title": "Minimum starting price (USD)",
            "minimum": 0,
            "maximum": 100000,
            "type": "number",
            "description": "Only keep gigs whose lowest package price is at or above this amount (USD). Only applies once gig details are fetched."
          },
          "maxPriceUsd": {
            "title": "Maximum starting price (USD)",
            "minimum": 0,
            "maximum": 100000,
            "type": "number",
            "description": "Only keep gigs whose lowest package price is at or below this amount (USD). Only applies once gig details are fetched."
          },
          "includePackages": {
            "title": "Include package/pricing-tier breakdown",
            "type": "boolean",
            "description": "Include the per-package (Basic/Standard/Premium or custom tier) pricing breakdown when Fiverr discloses it on the gig page.",
            "default": true
          },
          "includeFaq": {
            "title": "Include FAQ section",
            "type": "boolean",
            "description": "Include the gig's public FAQ question/answer list when present on the page.",
            "default": true
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 20
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}