Fiverr Gig Scraper
Pricing
from $1.00 / 1,000 results
Fiverr Gig Scraper
Scrape Fiverr gigs from any category / search URL or gig URL — price tiers, rating, review count, seller level, delivery time and orders-in-queue: the signals to estimate seller revenue and gig demand.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Fiverr Gigs Scraper
Extract Fiverr gigs from any category, sub-category, or search page — plus full detail for individual gigs — including price tiers, ratings, review counts, seller level, and seller stats. Turn a Fiverr search into a clean spreadsheet of gigs and sellers.
Why use this actor
- No Fiverr account, login, or API key required.
- Estimate seller revenue and gig demand from real signals: starting price, review count, seller level (e.g.
top_rated_seller), Pro status, and seller rating. - Two ways to pull data — scan a whole category/search page (paginated), or fetch rich detail for a specific list of gig URLs.
- Seller intelligence on gig detail: verified status, responsiveness, hourly rate, join date, approved-gig count, plus recent buyer reviews with order price ranges and delivery durations.
- Stable JSON output ready for spreadsheets, databases, or lead-gen and market-research pipelines.
- Runs on a schedule, retries automatically, and exports to JSON, CSV, or Excel.
How it works
- Pick a mode —
category(list gigs from a category/search page) orgig(full detail for specific gig URLs). - Paste the Fiverr URLs you want (category/search URLs, or individual gig URLs).
- Set optional caps (max gigs per URL, max gigs total).
- Run it. The actor collects every gig, flattens the key fields to the top level, and pushes one record per gig.
You do not manage any scrapers, browsers, or blocks — the actor handles anti-scraping automatically and returns clean records.
Input
Mode: category (category / search pages)
{"mode": "category","startUrls": ["https://www.fiverr.com/categories/programming-tech/website-development"],"maxItemsPerSearch": 0,"maxItems": 200,"maxConcurrency": 3,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
Mode: gig (individual gig URLs)
{"mode": "gig","gigUrls": ["https://www.fiverr.com/wix_guru/design-a-dynamic-and-professional-wix-website"],"maxItems": 200,"maxConcurrency": 3,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
| Field | Type | Description |
|---|---|---|
mode | string | category = read gigs from category/sub-category/search URLs. gig = full detail for individual gig URLs. |
startUrls | array | Category, sub-category, or search URLs (used in category mode). Apply any Fiverr filters first, then copy the address-bar URL. |
gigUrls | array | Individual gig URLs (used in gig mode). |
maxItemsPerSearch | integer | Cap gigs collected per category/search URL. 0 = all available. |
maxItems | integer | Overall cap for the whole run. 0 = no limit. |
maxConcurrency | integer | How many URLs to process in parallel (1–8). |
proxyConfiguration | object | Proxy settings. Residential (US) recommended for higher volume. |
Output
Mode: category
One record per gig. Key fields are flattened to the top level, with the original Fiverr fields also kept.
{"_input": "https://www.fiverr.com/categories/programming-tech/website-development","_scrapedAt": "2026-07-09T12:09:01Z","_source": "S1-category","gigId": 127213890,"title": "build your professional dropshipping shopify store","sellerName": "nickjohnson1","sellerDisplayName": "Nick","price": 295,"rating": 5,"ratingsCount": 2825,"sellerLevel": "top_rated_seller","sellerRatingScore": 4.9656243,"sellerRatingCount": 2887,"numOfPackages": 3,"isPro": true,"isFeatured": false,"isFiverrChoice": false,"gigType": "promoted_gigs","sellerCountry": "SI","gigUrl": "https://www.fiverr.com/nickjohnson1/build-your-professional-dropshipping-shopify-store"}
| Field | Type | Description |
|---|---|---|
gigId | integer | Fiverr's unique gig ID. |
title | string | Gig title. |
sellerName | string | Seller username. |
sellerDisplayName | string | Seller's display name. |
price | integer | Starting package price in USD. |
rating | number | Average buyer rating for the gig. |
ratingsCount | integer | Number of buyer ratings. |
sellerLevel | string | Seller tier, e.g. top_rated_seller, level_two_seller. |
sellerRatingScore | number | Seller's overall rating score. |
sellerRatingCount | integer | Number of reviews behind the seller score. |
numOfPackages | integer | How many price packages the gig offers. |
isPro | boolean | Whether the gig is a Fiverr Pro gig. |
isFeatured / isFiverrChoice | boolean | Promotion / editorial badges. |
gigType | string | e.g. promoted_gigs for ads, otherwise the listing type. |
sellerCountry | string | Seller's country code. |
gigUrl | string | Direct link to the gig. |
Each record also carries the raw Fiverr fields (packages, assets, seller_languages, buying_review_rating_count, and more).
Mode: gig
Same gig fields as above, plus a richer seller profile and recent buyer reviews.
{"_input": "https://www.fiverr.com/wix_guru/design-develop-or-redesign-your-business-wordpress-website","_scrapedAt": "2026-07-09T14:03:00Z","_source": "S1-gig","gigId": 111810785,"title": "design, develop or redesign your business, ecommerce wix website","sellerName": "wix_guru","sellerDisplayName": "Fiaz Tariq","price": 160,"rating": 4.9,"ratingsCount": 2349,"sellerLevel": "top_rated_seller","sellerRatingScore": 4.9,"sellerRatingCount": 2421,"numOfPackages": 3,"sellerCountry": "PK","gigUrl": "https://www.fiverr.com/wix_guru/design-a-dynamic-and-professional-wix-website","sellerApprovedGigsCount": 3,"sellerHourlyRate": { "priceInCents": 3000 },"sellerIsVerified": false,"sellerIsHighlyResponsive": true,"sellerOneLiner": "Modern Wix Website Enthusiast and Wix Legend Partner","sellerJoinedAt": 1526337552,"seller": { "...": "full seller profile object" },"reviewsData": {"buying_reviews": {"reviews": [{ "order_duration": "9 days", "order_price_range": "$200-$400", "repeat_buyer": true },{ "order_duration": "3 months", "order_price_range": "$400-$600", "repeat_buyer": false }]}}}
| Field | Type | Description |
|---|---|---|
sellerApprovedGigsCount | integer | Number of live gigs the seller has. |
sellerHourlyRate | object | Seller's hourly rate (in cents), when offered. |
sellerIsVerified | boolean | Whether the seller is ID-verified. |
sellerIsHighlyResponsive | boolean | Fast-responder flag. |
sellerOneLiner | string | Seller's tagline. |
sellerJoinedAt | integer | Seller join date (Unix timestamp). |
seller | object | Full seller profile block. |
reviewsData | object | Recent buyer reviews, each with order_duration, order_price_range, and repeat_buyer — useful for gauging real order size and delivery time. |
Notes & limits
- Volume: use
maxItems/maxItemsPerSearchto control run size. Category pages are paginated automatically. - Proxy: Residential (US) is recommended for larger runs and best reliability; the default is set for you.
- Prices are the gig's starting package price in USD; individual packages are available in the raw fields.
Other actors
Looking for more marketplaces and lead sources? See the sibling scrapers in this collection for property listings and hotel prices.