Fiverr Scraper
Pricing
Pay per usage
Fiverr Scraper
Scrape Fiverr gigs, seller profiles, and search results at scale. Search by keyword, extract full gig details (description, packages, FAQ, reviews), or scrape seller profiles. Playwright + residential proxies for PerimeterX bypass. Batch search, no API keys. Pay-per-event from $2.00/1k.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
mick_
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape Fiverr gigs, search results, and seller profiles at scale. Search by keyword, extract full gig details (packages, FAQ, reviews), or scrape seller profiles. No API keys, no login required.
What does it do?
The Fiverr Scraper pulls structured data from Fiverr.com β the world's largest freelance marketplace. It handles PerimeterX bot protection using full browser rendering with Playwright and Apify Residential proxies, giving you clean, consistent JSON output ready for market research, competitor analysis, lead generation, or AI pipelines.
Three modes in one actor:
- π Search Gigs β search by keyword, extract gig cards with pricing, ratings, seller info, and delivery times. Batch search multiple keywords in one run.
- π Gig Details β provide full gig URLs, get complete details: descriptions, all package tiers with prices, FAQ, seller stats, and optional recent reviews.
- π€ Seller Profiles β scrape seller profile pages for stats, badges, bio, languages, and skills.
π₯ Who Uses This
π’ Market Researchers and Analysts
You need to understand the freelance marketplace β what services are offered, at what price points, by which sellers. The Fiverr Scraper lets you track pricing trends, identify high-demand categories, and map the competitive landscape across gig economy verticals.
Track pricing in a category:
{"mode": "search_gigs","searchQueriesList": ["web scraping", "data entry", "logo design", "Python script"],"searchSort": "best_selling","maxResults": 500}
Run on a daily or weekly schedule to track category-level pricing shifts over time.
πΌ Lead Generation and Sales Teams
You want to find Fiverr sellers offering services related to your product or partnership opportunity. Search for relevant keywords, extract seller profiles and contact signals, and build targeted outreach lists.
Find top sellers in a niche:
{"mode": "search_gigs","searchQuery": "AI chatbot development","searchSort": "recommended","maxResults": 200}
Then switch to seller profile mode to get detailed stats on high-potential leads.
π§ͺ Data Scientists and AI Engineers
You need structured marketplace data for training pricing models, building recommendation systems, or analyzing the gig economy. The consistent JSON output (prices, ratings, descriptions, seller stats) is ready for feature engineering without post-processing.
Build a pricing dataset:
{"mode": "gig_details","gigUrls": ["https://www.fiverr.com/seller1/gig-name", "https://www.fiverr.com/seller2/another-gig"],"includeReviews": true}
π οΈ Product and Strategy Teams
You're evaluating entering a new service category on Fiverr. Use the scraper to understand what's already offered, at what price, and by whom. The batch search feature lets you sweep multiple query terms in one run for a comprehensive category analysis.
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | search_gigs | π― Scraping mode |
searchQuery | string | β | π Single search keyword |
searchQueriesList | array (JSON) | [] | π Batch search queries |
searchSort | select | recommended | π Sort order |
minPrice | number | β | π° Minimum price filter |
maxPrice | number | β | π° Maximum price filter |
deliveryTime | select | any | β±οΈ Delivery time filter |
category | string | β | π Fiverr category filter |
gigUrls | array | [] | π Gig URLs for detail mode |
sellerUrls | array | [] | π€ Seller profile URLs |
includeReviews | boolean | false | β Include reviews in gig details |
maxResults | integer | 100 | π’ Max results (free: 25 limit) |
maxPages | integer | 10 | π Max search pages per query |
proxyConfiguration | proxy | Residential | π Proxy config |
Output
Each record has a type field: gig_search, gig_detail, or seller_profile.
Search Results (gig_search) β $2.00 / 1,000 records
| Field | Type | Description |
|---|---|---|
title | string | Gig title |
sellerUsername | string | Fiverr seller username |
sellerLevel | string | Seller level (Top Rated, Level 2, etc.) |
price | number | Gig starting price in USD |
rating | number | Rating (0β5) |
reviewCount | integer | Number of reviews |
deliveryTime | string | Estimated delivery time |
url | string | Gig permalink |
tags | array | Gig categories/tags |
isPro | boolean | Fiverr Pro verified |
isPromoted | boolean | Promoted listing |
searchKeyword | string | The keyword that produced this result |
Gig Details (gig_detail) β $3.00 / 1,000 records
All search fields plus:
| Field | Type | Description |
|---|---|---|
description | string | Full gig description |
packages | array | All pricing tiers (name, price, delivery, description) |
faq | array | Gig FAQ items |
reviews | array | Recent reviews (when includeReviews=true) |
imageUrls | array | Gallery image URLs |
sellerAvatar | string | Seller profile picture |
Seller Profiles (seller_profile) β $3.00 / 1,000 records
| Field | Type | Description |
|---|---|---|
sellerDisplayName | string | Seller's display name |
sellerDescription | string | Seller bio |
sellerLevel | string | Fiverr seller level |
totalOrders | integer | Total completed orders |
rating | number | Overall rating |
badges | array | Seller badges |
Cost
Typical run costs (with Apify Residential proxies):
| Scenario | Results | Est. Cost |
|---|---|---|
| Search "web scraping" (1 page, 24 gigs) | 24 | ~$0.05β0.08 |
| Search 5 keywords, 3 pages each (batch) | 360 | ~$0.70β1.00 |
| Scrape 10 gig details | 10 | ~$0.15β0.25 |
| Scrape 5 seller profiles | 5 | ~$0.10β0.15 |
Pricing is pay-per-event β you only pay for results you receive:
- $2.00 / 1,000 search results β
per-gigevent charges per gig card scraped - $3.00 / 1,000 detail/profile records β
per-gig-detail/per-seller-profileevent - $0.02 / run β
actor-startevent covers minimum compute
Why This Scraper vs Alternatives
| Feature | labrat011/fiverr-scraper | igview-owner/fiverr-scraper | piotrv1001/fiverr-listings-scraper |
|---|---|---|---|
| Price / 1k | $2.00 | $5.00 | $1.50 |
| Search by keyword | β | β | β |
| Batch search | β (JSON array) | β | β |
| Gig details (full) | β | β | β |
| Seller profiles | β | β | β |
| Package tiers | β | β | β |
| FAQ extraction | β | β | β |
| Reviews | β (optional) | β | β |
| Price + delivery filters | β | β | β |
| Free tier (25 results) | β | β | β |
| MCP-ready | β | β | β |
Limitations
- Fiverr's HTML changes β if the scraper breaks, file a GitHub issue and we'll patch it
- Residential proxies required β datacenter IPs are blocked by PerimeterX
- Rate limits β Fiverr may throttle aggressive scraping; reasonable pagination is built in
- Free tier capped at 25 results β subscribe for full access
Changelog
v1.0.0 β Initial release
- Search Fiverr gigs by keyword (single or batch)
- Extract full gig details from individual URLs
- Scrape seller profile pages
- PerimeterX/Cloudflare bypass via Playwright + residential proxies
- Batch search with automatic query iteration
- Price and delivery time filters
- Margin circuit breaker to prevent runaway costs