# Fiverr Gigs Scraper (`dataharvest/fiverr-scraper`) Actor

Scrape gig listings from Fiverr. Get prices, ratings, seller info and packages.

- **URL**: https://apify.com/dataharvest/fiverr-scraper.md
- **Developed by:** [Alex v](https://apify.com/dataharvest) (community)
- **Categories:** Jobs, Lead generation, Agents
- **Stats:** 9 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

Fiverr Gigs Scraper 🎯

Extract comprehensive Fiverr gig data by keyword search. Get gig titles, seller info, pricing, ratings, packages, tags and photos. Perfect for market research, competitor analysis and price monitoring. 🚀

📋 Table of Contents

What You Get

How to Use

Input Parameters

Output Data

Use Cases

FAQ

🎯 What You Get

📝 Gig Details

Title, URL, starting price

Tags and categories

Photos and portfolio images

👤 Seller Information

Seller name and level (Level 1, Level 2, Top Rated)

Rating score and review count

Pro badge status

💰 Pricing & Packages

Basic, Standard and Premium package prices

Delivery time per package

Package descriptions

📈 Performance Metrics

Overall rating (1–5)

Total review count

FAQ section

🚀 How to Use

Quick Start (3 Steps)

Enter Search Query — type what you're looking for (e.g. logo design, python developer)

Set Filters — price range, seller level, delivery time

Run & Export — click Start, wait for results, export as JSON/CSV/Excel

No coding required! ✨

⚙️ Input Parameters

🔎 Search Configuration

ParameterTypeRequiredDescriptionDefaultsearchQuery 🔍string✅ YesService keyword to searchlogo designmaxResults 📚integerNoMaximum gigs to scrape (1–100)20

🎛️ Filters

ParameterTypeDescriptionDefaultminPrice 💰numberMinimum gig price in USD—maxPrice 💰numberMaximum gig price in USD—minRating ⭐numberMinimum seller rating (1–5)—sellerLevel 🏆stringFilter by seller levelAlldeliveryTime ⏱️stringMax delivery time (1, 3, 7 days)AnygigUrls 🔗arrayScrape specific gig URLs directly—

Example Input

json{

&#x20; "searchQuery": "logo design",

&#x20; "maxResults": 20,

&#x20; "minRating": 4.8,

&#x20; "maxPrice": 100,

&#x20; "sellerLevel": "top\_rated\_seller",

&#x20; "deliveryTime": "3"

}

📊 Output Data

Each gig is saved as a separate result:

json{

&#x20; "title": "I will design a professional minimalist logo for your brand",

&#x20; "url": "https://www.fiverr.com/seller/design-professional-logo",

&#x20; "price": "$25",

&#x20; "priceValue": 25,

&#x20; "rating": "4.9",

&#x20; "ratingValue": 4.9,

&#x20; "reviews": "(2.4k)",

&#x20; "seller": {

&#x20;   "name": "creative\_studio",

&#x20;   "level": "Top Rated Seller"

&#x20; },

&#x20; "packages": \[

&#x20;   {

&#x20;     "name": "Basic",

&#x20;     "price": "$25",

&#x20;     "delivery": "2 days"

&#x20;   },

&#x20;   {

&#x20;     "name": "Standard",

&#x20;     "price": "$75",

&#x20;     "delivery": "3 days"

&#x20;   }

&#x20; ],

&#x20; "tags": \["logo design", "brand identity", "minimalist"],

&#x20; "photos": \["https://..."],

&#x20; "description": "Professional logo design with unlimited revisions...",

&#x20; "source": "Fiverr",

&#x20; "scrapedAt": "2026-06-06T10:00:00.000Z"

}

💼 Use Cases

🎯 Market Research

Analyze service offerings in your niche

Identify trending services and keywords

Study pricing strategies across categories

🔍 Competitor Analysis

Monitor competitor gig performance

Compare pricing and delivery times

Analyze top-rated seller strategies

💰 Price Intelligence

Compare pricing across sellers

Identify optimal price points

Analyze package structures

👥 Lead Generation

Find potential collaboration partners

Identify top sellers in specific categories

Discover Pro sellers and agencies

📈 SEO & Optimization

Research high-performing gig titles

Analyze successful gig positioning

Identify keyword opportunities

❓ FAQ

Do I need coding skills?

No! Just fill in the search query and optional filters. No code required.

How many gigs can I scrape?

Up to 100 gigs per run. For more, run the actor multiple times with different queries.

Is this legal?

Yes. This scraper extracts publicly available data from Fiverr that anyone can see. Use responsibly and comply with Fiverr's Terms of Service.

Can I scrape specific gig pages?

Yes! Use the gigUrls input to scrape specific gig pages directly.

How do I export the data?

After the run completes, go to Storage → Dataset, click Export and choose JSON, CSV or Excel.

How often should I run this?

Market Research: Weekly or monthly

Competitor Tracking: Daily or weekly

Price Monitoring: Weekly

🏷️ Tags

Fiverr scraper, Fiverr gig scraper, Fiverr data extraction, scrape Fiverr, Fiverr search scraper, freelance marketplace scraper, gig economy data, Fiverr lead generation, Fiverr market research, Fiverr competitor analysis, Fiverr price comparison, Fiverr seller data, Fiverr pricing data, Fiverr rating scraper, freelance data scraper, gig scraper, Apify Fiverr, Fiverr to Excel, Fiverr to CSV, export Fiverr data

# Actor input Schema

## `searchQuery` (type: `string`):

What to search on Fiverr.

## `gigUrls` (type: `array`):

Direct Fiverr gig URLs.

## `maxResults` (type: `integer`):

Maximum gigs to scrape.

## `minPrice` (type: `integer`):

Minimum gig price.

## `maxPrice` (type: `integer`):

Maximum gig price.

## `minRating` (type: `number`):

Minimum rating 1-5.

## `sellerLevel` (type: `string`):

Filter by seller level.

## `deliveryTime` (type: `string`):

Filter by delivery time.

## Actor input object example

```json
{
  "searchQuery": "",
  "gigUrls": [],
  "maxResults": 20,
  "sellerLevel": "",
  "deliveryTime": ""
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dataharvest/fiverr-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dataharvest/fiverr-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dataharvest/fiverr-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=dataharvest/fiverr-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/R2RT09Z6FzNnPXiVL/builds/eFGraKiGTAd8Yllbr/openapi.json
