Fiverr Scraper — Gigs, Sellers, Packages & Pricing avatar

Fiverr Scraper — Gigs, Sellers, Packages & Pricing

Pricing

from $1.00 / 1,000 gigs

Go to Apify Store
Fiverr Scraper — Gigs, Sellers, Packages & Pricing

Fiverr Scraper — Gigs, Sellers, Packages & Pricing

Scrape Fiverr gigs, sellers, packages, reviews and pricing — search by keyword or category, or paste gig / seller URLs. One row per gig: title, starting price, all package tiers, rating, reviews, category, images and the full seller block. Optional detail enrichment. JSON/CSV out.

Pricing

from $1.00 / 1,000 gigs

Rating

5.0

(1)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

26

Total users

22

Monthly active users

2 days ago

Last modified

Share

Fiverr Scraper

Turn any Fiverr search into clean, structured data. Search by keyword or category, or paste gig URLs and seller URLs — and get one flat row per gig with title, starting price, all package tiers, rating, review count, category, images and the full seller block (name, level, country, languages). Flip on detail mode to add the full description, top reviews, FAQ and gallery.

Built for freelance-market research, competitor and pricing analysis, and lead generation across every Fiverr category.

How it works

How the Fiverr Scraper works

✨ Why use this scraper?

  • Rich rows out of the box — ~30 fields per gig from the search results alone: title, starting price, package count, rating, review count, seller name/level/country/languages, images and badges (Pro, Fiverr's Choice).
  • Three ways in — keyword/category search, direct gig URLs, or seller-profile URLs. Mix them in one run.
  • Beats Fiverr's block — Fiverr serves datacenter scrapers a PerimeterX captcha; this actor routes every request through residential IPs with a real browser fingerprint, so you get the real page.
  • Full detail on demand — turn on Scrape gig detail pages (or paste a gig URL) to add the full description, every package tier with prices and features, top reviews, FAQ, gallery and category names.
  • Seller profiles too — paste a seller URL for their level, country, languages, skills, rating, member-since and gigs.
  • No brittle DOM scraping — reads Fiverr's embedded JSON, so the output stays stable when the page layout changes.
  • JSON, CSV, Excel or API — pipe straight into your sheet, BI tool or pipeline. Billed per gig.

🎯 Use cases

You are a…Use it to…
Freelancer / agencyBenchmark your niche — pricing, packages, ratings and positioning of top gigs
Market researcherMeasure price distribution, seller levels and review volume per category
Pricing analystTrack starting prices and package tiers across competing gigs over time
Lead-gen / recruiterFind sellers by category, level and country, with their skills and languages
Data / app builderSeed a freelance-services dataset with structured gig + seller rows

📥 Supported inputs

InputExampleWhat it does
Search keywordlogo design, voice overSearches Fiverr and paginates the gig results
Category URLhttps://www.fiverr.com/categories/graphics-design/creative-logo-designPaginates that category's gigs
Gig URLhttps://www.fiverr.com/{seller}/{gig-slug}Scrapes that single gig in full detail
Seller URLhttps://www.fiverr.com/{seller}Scrapes that seller's profile

Not supported: buyer messages, order/checkout flows, private/account-only data, and anything behind a Fiverr login. The actor reads only public gig, category and seller pages.

⚙️ How it works

  1. Classify every input — keywords become search URLs; pasted URLs are sorted into search / category / gig / seller.
  2. Unlock each page with a browser TLS fingerprint over a residential IP, so the real page is returned instead of the PerimeterX captcha.
  3. Parse the page's embedded perseus-initial-props JSON — a search page yields ~48 gigs; the ?page=2, ?page=3 … sequence is followed automatically up to your limit.
  4. Enrich each gig from its detail page (when Scrape gig detail pages is on): full description, all package tiers, top reviews, FAQ and gallery.
  5. Emit one flat, deduplicated row per gig (or seller) to the dataset.

⚙️ Input parameters

FieldTypeDefaultDescription
searchQueriesarrayKeywords to search, e.g. logo design.
categoryUrlsarrayFiverr /categories/… browse URLs.
startUrlsarrayGig URLs and/or seller URLs. Auto-classified.
scrapeDetailsbooleanfalseAlso fetch each search gig's detail page for description, full packages, reviews, FAQ and gallery (~2× requests). Pasted gig URLs are always fully detailed.
maxItemsinteger1000Max rows for the whole run.
maxItemsPerSearchinteger1000Max gigs per search / category.
maxConcurrencyinteger6Parallel requests. Keep moderate — Fiverr is PerimeterX-protected.
maxRequestRetriesinteger15Retry budget per request on PerimeterX challenges (403), 429 and network errors.
proxyobjectApify ResidentialApplies to free-tier runs; paid runs use a built-in residential pool.

📊 Output overview

Each dataset record is one gig (or one seller for seller URLs). Gig rows carry the search-card fields (price, packages, rating, reviews, seller block, images, badges) and — when Scrape gig detail pages is on, or for pasted gig URLs — the detail fields (description, full package tiers, top reviews, FAQ, gallery, category names). Prices are in USD.

📦 Output sample

{
"rowType": "gig",
"gigId": "446151536",
"title": "design modern minimalist logo design for your business",
"gigUrl": "https://www.fiverr.com/weperfectionist/design-modern-minimalist-logo",
"category": "Graphics & Design",
"subCategory": "Logo Design",
"priceFrom": 25,
"currency": "USD",
"numPackages": 3,
"packages": [
{ "tier": "Basic Package", "price": 25, "durationDays": 2, "revisions": 2, "features": ["2 concepts", "Logo transparency"] },
{ "tier": "Standard Package", "price": 60, "durationDays": 2, "revisions": 4, "features": ["4 concepts", "Source file", "Vector file"] },
{ "tier": "Premium Package", "price": 120, "durationDays": 3, "revisions": 10, "features": ["Unlimited concepts", "3D mockup", "Social media kit"] }
],
"rating": 4.8,
"reviewsCount": 18060,
"sellerName": "weperfectionist",
"sellerDisplayName": "Team Perfectionist",
"sellerLevel": "top_rated_seller",
"sellerCountry": "AE",
"sellerUrl": "https://www.fiverr.com/weperfectionist",
"sellerRating": 4.9,
"sellerLanguages": ["en"],
"images": ["https://fiverr-res.cloudinary.com/…/gig.png"],
"isPro": false,
"isFiverrChoice": true,
"sourceMode": "search",
"scrapedAt": "2026-06-29T07:30:00.000Z"
}

🗂 Key output fields

FieldTypeNotes
title / gigUrlstringGig headline + canonical URL
priceFrom / currencynumber / stringStarting (Basic) package price, in USD
packagesarrayEach tier: name, price, delivery days, revisions, features (full list with detail)
rating / reviewsCountnumberGig rating + number of reviews
category / subCategorystringCategory names (filled with detail / on gig URLs)
sellerName / sellerDisplayNamestringUsername + display name
sellerLevelstringlevel_one_seller / level_two_seller / top_rated_seller / Pro
sellerCountry / sellerLanguagesstring / string[]Seller country + languages
sellerRating / sellerRatingCountnumberSeller's overall rating
imagesstring[]Gig gallery images
isPro / isFiverrChoicebooleanBadges
description / faq / gallery / topReviewsPresent with scrapeDetails / on gig URLs
rowType: "seller"Seller rows: level, country, languages, skills, memberSince, rating, gigs

❓ FAQ

Can I get the seller's contact details / email? No. Fiverr doesn't expose seller emails or phone numbers publicly; the actor returns the public profile (username, level, country, languages, skills, rating, gigs).

How many gigs can I get per search? Fiverr returns ~48 gigs per page and paginates deep. Use a specific keyword or category and maxItemsPerSearch to cap.

What does Scrape gig detail pages add? The search row is already rich (~30 fields). Turning it on visits each gig's page to add the full description, every package tier with features, top reviews, FAQ, gallery and category names — at roughly double the requests. Gig URLs you paste are always fully detailed.

Are prices accurate? Yes — read live from each gig at scrape time, in USD (the Basic-package starting price, plus every tier under packages).

Do I need to configure proxies? No. Residential routing is built in (Fiverr blocks datacenter IPs with PerimeterX). Just give it keywords or URLs.

💬 Support

Found a bug or need an extra field? Open an issue on the actor's Issues tab and it'll be looked at quickly.

🛠 Additional services

Need a custom field, another freelance marketplace (Upwork, Freelancer, PeoplePerHour), or a scheduled gig-pricing feed into your warehouse? Custom scraping and pipeline work is available on request.

🔎 Explore more scrapers

Looking for more marketplace or company-data sources? Check out the other directory, e-commerce and review scrapers in the same publisher's collection on the Apify Store.


⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Fiverr International Ltd. or any of its subsidiaries or affiliates. All trademarks mentioned are the property of their respective owners.

The scraper accesses only publicly available Fiverr gig, category and seller pages — no authenticated endpoints, no login-only or private data. Users are responsible for ensuring their use complies with Fiverr's Terms of Service, applicable data-protection law (including GDPR and CCPA where relevant) and any contractual obligations of their own organisation. Use scraped personal data (such as seller usernames) lawfully and honour opt-out / do-not-contact requirements.


SEO Keywords

fiverr scraper, scrape fiverr, fiverr gig scraper, fiverr data extraction, fiverr api, fiverr seller scraper, fiverr gigs extractor, fiverr price scraper, freelance marketplace scraper, fiverr search scraper, fiverr category scraper, gig economy data, fiverr reviews scraper, fiverr packages pricing, scrape fiverr gigs, fiverr competitor analysis, freelance services data, fiverr listings scraper, apify fiverr, fiverr seller profiles