Fiverr Gig Scraper avatar

Fiverr Gig Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Fiverr Gig Scraper

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

Farhan Febrian Nauval

Maintained by Community

Actor 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

  1. Pick a modecategory (list gigs from a category/search page) or gig (full detail for specific gig URLs).
  2. Paste the Fiverr URLs you want (category/search URLs, or individual gig URLs).
  3. Set optional caps (max gigs per URL, max gigs total).
  4. 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"
}
}
FieldTypeDescription
modestringcategory = read gigs from category/sub-category/search URLs. gig = full detail for individual gig URLs.
startUrlsarrayCategory, sub-category, or search URLs (used in category mode). Apply any Fiverr filters first, then copy the address-bar URL.
gigUrlsarrayIndividual gig URLs (used in gig mode).
maxItemsPerSearchintegerCap gigs collected per category/search URL. 0 = all available.
maxItemsintegerOverall cap for the whole run. 0 = no limit.
maxConcurrencyintegerHow many URLs to process in parallel (1–8).
proxyConfigurationobjectProxy 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"
}
FieldTypeDescription
gigIdintegerFiverr's unique gig ID.
titlestringGig title.
sellerNamestringSeller username.
sellerDisplayNamestringSeller's display name.
priceintegerStarting package price in USD.
ratingnumberAverage buyer rating for the gig.
ratingsCountintegerNumber of buyer ratings.
sellerLevelstringSeller tier, e.g. top_rated_seller, level_two_seller.
sellerRatingScorenumberSeller's overall rating score.
sellerRatingCountintegerNumber of reviews behind the seller score.
numOfPackagesintegerHow many price packages the gig offers.
isProbooleanWhether the gig is a Fiverr Pro gig.
isFeatured / isFiverrChoicebooleanPromotion / editorial badges.
gigTypestringe.g. promoted_gigs for ads, otherwise the listing type.
sellerCountrystringSeller's country code.
gigUrlstringDirect 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 }
]
}
}
}
FieldTypeDescription
sellerApprovedGigsCountintegerNumber of live gigs the seller has.
sellerHourlyRateobjectSeller's hourly rate (in cents), when offered.
sellerIsVerifiedbooleanWhether the seller is ID-verified.
sellerIsHighlyResponsivebooleanFast-responder flag.
sellerOneLinerstringSeller's tagline.
sellerJoinedAtintegerSeller join date (Unix timestamp).
sellerobjectFull seller profile block.
reviewsDataobjectRecent 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 / maxItemsPerSearch to 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.