
Fiverr Scraper
Pricing
from $7.00 / 1,000 results

Fiverr Scraper
Scrape Fiverr data search gigs, parsing Fiverr URLs, category listings, gig details, and seller profiles. Saves results to the default Apify dataset.
0.0 (0)
Pricing
from $7.00 / 1,000 results
0
4
4
Last modified
4 days ago
Fiverr Scraper (Apify Actor)
This actor is a fast and reliable Fiverr gig scraper that lets you collect public Fiverr data at scale. Use it as a Fiverr lead scraper to build prospect lists from categories or search results, and as a safe alternative to a Fiverr email scraper by extracting any publicly available contact fields from seller profiles or gig pages.
Scrapes: search results, parsed URLs, category listings, gig details, and seller profiles. Results are saved to the default Apify dataset for easy export to JSON/CSV.
Input Schema (modes)
- mode:
searchGigs
|parseUrl
|category
|gigDetails
|sellerProfile
Additional fields per mode:
- searchGigs:
query
(string, required),page
(integer, default 1) - parseUrl:
url
(string, required) - category:
categoryPath
(string, required, e.g./fiverr/categories/graphics-design/creative-logo-design
), optional:ref
,source
,page
,offset
,limit
,showprofessioncampaign
- gigDetails:
username
(string, required),gigSlug
(string, required) - sellerProfile:
username
(string, required)
What you can collect (for lead generation)
- Titles, prices, ratings, reviews count from gigs (ideal for a "Fiverr gig scraper")
- Seller username, level, country, join date, and profile stats (great for a "Fiverr lead scraper")
- Any public contact or external links exposed on profiles/gigs (practical alternative to a "Fiverr email scraper")
Note: Fiverr does not expose private emails publicly. This actor only captures fields that are publicly present in the page/API responses.
Examples
Search gigs:
{"mode": "searchGigs","query": "web design","page": 1}
Parse a Fiverr URL:
{"mode": "parseUrl","url": "https://www.fiverr.com/categories/graphics-design/buy/creative-logo-design/minimalist"}
Category listing:
{"mode": "category","categoryPath": "/fiverr/categories/graphics-design/creative-logo-design","page": 2,"limit": 48}
Gig details:
{"mode": "gigDetails","username": "rebecacovers","gigSlug": "design-professional-book-cover-or-ebook-cover"}
Seller profile:
{"mode": "sellerProfile","username": "rebecacovers"}
Output
Each run writes a single item to the default dataset:
{"success": true,"mode": "searchGigs","params": { "query": "web design", "page": 1 },"data": {/* raw JSON */},"fetched_at": "2025-10-10T00:00:00.000Z"}
On error, an item with success:false
and error
is written.
Why use this Fiverr scraper?
- Lead generation ready: pull structured data ideal for CRMs and outreach
- Flexible: search, category, gig detail, and seller profile modes
- Scalable: runs on Apify with dataset exports (JSON/CSV/Excel)
FAQ
- Is this a Fiverr email scraper? It collects only publicly available fields. Private emails are not exposed by Fiverr; if a seller lists contact info publicly, it can be captured.
- Can I use it as a Fiverr lead scraper? Yes. Use
searchGigs
orcategory
to build lists andsellerProfile
/gigDetails
to enrich them. - Is scraping allowed? Use responsibly and follow Fiverr and API provider Terms of Service.