Fiverr Full-Site Gig Scraper - Search & Categories avatar

Fiverr Full-Site Gig Scraper - Search & Categories

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Fiverr Full-Site Gig Scraper - Search & Categories

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

kane liu

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

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/leaf paths).
  • Site-wide keyword search: searchQuery uses the real Fiverr search box across the marketplace.
  • Vertical filter: categories limits crawl to selected top-level verticals (for example only graphics-design).
  • Path filter: subcategories accepts full paths like graphics-design/logo-design or known bare leaves.
  • Phase-2 sellers: sellerLimit > 0 fetches seller profiles (skills, bio, rating, hourly rate).
  • Structured rows: gig_listing and seller_profile with category, listing_path, and raw.
  • Proxy-ready: prefers Apify RESIDENTIAL proxy on platform.

Tutorial

  1. Click Try for free.
  2. Choose a mode:
    • Full site listings: leave searchQuery, categories, and subcategories empty.
    • One vertical: set categories to e.g. ["graphics-design"].
    • Specific listing paths: set subcategories to ["graphics-design/logo-design", "writing-translation/articles-blogposts"].
    • Site-wide search: set searchQuery (e.g. logo design). Category filters are ignored.
  3. Optionally set sellerLimit for Phase-2 seller enrichment.
  4. Set maxItems for cost control (recommended on full-site runs). Prefill 25.
  5. 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

FieldTypeDefaultDescription
searchQuerystringemptySite-wide Fiverr search-box query. When set, category filters are ignored.
categoriesarrayempty = all topsTop-level verticals. Alias: digital-marketingonline-marketing.
subcategoriesarrayempty = all listing paths under selected categoriesFull paths category/leaf or known bare leaves.
maxItemsinteger0Max gig_listing rows (safety cap 5000).
sellerLimitinteger0Max unique seller_profile pages. 0 disables Phase 2.
sellerFailureLimitinteger5Stop Phase 2 after N seller failures.
phase2BudgetSecondsinteger240Phase-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 / searchRank in search mode

Seller row (record_type=seller_profile) includes skills, description, hourly rate, ratings, and profile URL.

Run artifacts

ArtifactContents
INPUT_ECHOScope, categories, listingPathCount, siteScope: fiverr-full-site, presetKeywords: []
RUN_SUMMARYpagesOk/Failed, gig/seller counts, pageStats
ERROR_SUMMARYFailures

Data source and boundary

ModeSource
Full/partial cataloghttps://www.fiverr.com/categories/{category}/{leaf}
Site-wide searchhttps://www.fiverr.com/search/gigs?query={searchQuery}
Seller Phase 2https://www.fiverr.com/{username}
  • Built-in catalog is derived from Fiverr's public /categories navigation (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 maxItems and/or categories for cost control.
  • Phase 2 is off by default (sellerLimit=0).
  • On Apify, RESIDENTIAL proxy is preferred.

Pricing

Pay per event.

EventPriceWhen charged
apify-actor-start$0.005Once per run start
apify-default-dataset-item$2.00 / 1,000Each Dataset item (gigs + sellers)

Platform usage (including residential proxy) is billed separately when user-pays is enabled.

Live View and Standby endpoints

EndpointPurpose
GET /Readiness
GET /healthHealth
GET /input-exampleExample input
GET /openapi.jsonOpenAPI

Connect from code

Actor ID: lentic_clockss/fiverr-programming-tech-gigs-scraper

from apify_client import ApifyClient
client = 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.