Fiverr Full-Site Gig Scraper - Search & Categories
Pricing
from $2.00 / 1,000 results
Fiverr Full-Site Gig Scraper - Search & Categories
Collect current Fiverr gig listings across the full site catalog or by search query. Export prices, seller signals, ratings, and listing URLs for sourcing and competitor research.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
kane liu
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Fiverr Full-Site Gigs Scraper - Search, All Categories & Sellers
Collect Fiverr gigs across the full marketplace — not just Programming & Tech. Use site-wide keyword search, crawl listing pages across all major verticals, and optionally enrich unique sellers with Phase-2 profile details. There are no preset search keywords.
Covered top-level verticals in the built-in catalog include:
graphics-design, online-marketing, writing-translation, video-animation, music-audio, programming-tech, photography, business, lifestyle, data (and more as the catalog is refreshed).
Why use this Fiverr Scraper?
- Full-site category catalog: empty input walks the multi-vertical listing catalog (hundreds of
category/leafpaths). - Site-wide keyword search:
searchQueryuses the real Fiverr search box across the marketplace. - Vertical filter:
categorieslimits crawl to selected top-level verticals (for example onlygraphics-design). - Path filter:
subcategoriesaccepts full paths likegraphics-design/logo-designor known bare leaves. - Phase-2 sellers:
sellerLimit > 0fetches seller profiles (skills, bio, rating, hourly rate). - Structured rows:
gig_listingandseller_profilewithcategory,listing_path, andraw. - Proxy-ready: prefers Apify RESIDENTIAL proxy on platform.
Tutorial
- Click Try for free.
- Choose a mode:
- Full site listings: leave
searchQuery,categories, andsubcategoriesempty. - One vertical: set
categoriesto e.g.["graphics-design"]. - Specific listing paths: set
subcategoriesto["graphics-design/logo-design", "writing-translation/articles-blogposts"]. - Site-wide search: set
searchQuery(e.g.logo design). Category filters are ignored.
- Full site listings: leave
- Optionally set
sellerLimitfor Phase-2 seller enrichment. - Set
maxItemsfor cost control (recommended on full-site runs). Prefill25. - Start and download the Dataset +
RUN_SUMMARY.
Example inputs
Full-site listing crawl (bounded):
{"maxItems": 25}
Graphics & Design only:
{"categories": ["graphics-design"],"maxItems": 50}
Mixed listing paths:
{"subcategories": ["graphics-design/logo-design","online-marketing/social-media-marketing","programming-tech/website-development","writing-translation/articles-blogposts"],"maxItems": 40}
Site-wide search + sellers:
{"searchQuery": "logo design","maxItems": 15,"sellerLimit": 5}
Input and output examples
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
searchQuery | string | empty | Site-wide Fiverr search-box query. When set, category filters are ignored. |
categories | array | empty = all tops | Top-level verticals. Alias: digital-marketing → online-marketing. |
subcategories | array | empty = all listing paths under selected categories | Full paths category/leaf or known bare leaves. |
maxItems | integer | 0 | Max gig_listing rows (safety cap 5000). |
sellerLimit | integer | 0 | Max unique seller_profile pages. 0 disables Phase 2. |
sellerFailureLimit | integer | 5 | Stop Phase 2 after N seller failures. |
phase2BudgetSeconds | integer | 240 | Phase-2 wall-clock budget. |
Aliases such as query, keyword, keywords, q, search, and singular category are rejected.
Output highlights
Gig row includes:
category(e.g.graphics-design)subcategory/ leaf (e.g.logo-design)listing_path(e.g.graphics-design/logo-design)sourceSearchQuery/searchRankin search mode
Seller row (record_type=seller_profile) includes skills, description, hourly rate, ratings, and profile URL.
Run artifacts
| Artifact | Contents |
|---|---|
INPUT_ECHO | Scope, categories, listingPathCount, siteScope: fiverr-full-site, presetKeywords: [] |
RUN_SUMMARY | pagesOk/Failed, gig/seller counts, pageStats |
ERROR_SUMMARY | Failures |
Data source and boundary
| Mode | Source |
|---|---|
| Full/partial catalog | https://www.fiverr.com/categories/{category}/{leaf} |
| Site-wide search | https://www.fiverr.com/search/gigs?query={searchQuery} |
| Seller Phase 2 | https://www.fiverr.com/{username} |
- Built-in catalog is derived from Fiverr's public
/categoriesnavigation (hundreds of listing paths across major verticals). Inventory can drift over time. - About 48 gigs appear on the first listing/search page. v1 uses page 1 per listing/search request.
- Full-site unlimited crawls can be large; use
maxItemsand/orcategoriesfor cost control. - Phase 2 is off by default (
sellerLimit=0). - On Apify, RESIDENTIAL proxy is preferred.
Pricing
Pay per event.
| Event | Price | When charged |
|---|---|---|
apify-actor-start | $0.005 | Once per run start |
apify-default-dataset-item | $2.00 / 1,000 | Each Dataset item (gigs + sellers) |
Platform usage (including residential proxy) is billed separately when user-pays is enabled.
Live View and Standby endpoints
| Endpoint | Purpose |
|---|---|
GET / | Readiness |
GET /health | Health |
GET /input-example | Example input |
GET /openapi.json | OpenAPI |
Connect from code
Actor ID: lentic_clockss/fiverr-programming-tech-gigs-scraper
from apify_client import ApifyClientclient = ApifyClient("<APIFY_TOKEN>")run = client.actor("lentic_clockss/fiverr-programming-tech-gigs-scraper").call(run_input={"categories": ["graphics-design", "programming-tech"],"maxItems": 30,"sellerLimit": 5,})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["record_type"], item.get("category"), item.get("title"), item.get("source_url"))
FAQ and support
Is this limited to Programming & Tech? No. The default catalog is full-site across major Fiverr verticals.
Does empty input use preset keywords? No.
How do I crawl only marketing? Set categories: ["online-marketing"] (or digital-marketing, which maps to the same vertical).
How do I enable seller details? Set sellerLimit > 0.
What if a listing path is empty/blocked? That path is recorded as failed in RUN_SUMMARY; the run continues with other paths. If every path fails, the run fails closed.
Explore more tools from lentic_clockss on Apify.