Fiverr Scraper - $0.1 / 1K avatar

Fiverr Scraper - $0.1 / 1K

Pricing

from $0.10 / 1,000 gig-scrapeds

Go to Apify Store
Fiverr Scraper - $0.1 / 1K

Fiverr Scraper - $0.1 / 1K

Scrape Fiverr gigs by keyword. Extract title, price, rating, reviews, delivery time and seller info. Pay per gig scraped.

Pricing

from $0.10 / 1,000 gig-scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

2

Bookmarked

14

Total users

4

Monthly active users

20 hours ago

Last modified

Share

Fiverr Scraper - Gigs, Prices & Sellers

Scrape Fiverr gig listings by keyword or search URL and get back full structured data for every gig: title, starting price, rating, seller details, delivery time, category, tags and gallery images.

It tries a fast HTTP-only path first and only falls back to a real browser when Fiverr's anti-bot protection requires it, so most runs are quick and lightweight.

What you can do with it

  • Market research: see how many gigs compete for a keyword and at what starting prices.
  • Pricing benchmarks: pull the starting price across dozens of gigs to position your own offer.
  • Lead generation: collect seller usernames, levels and countries for outreach.
  • Competitor tracking: monitor ratings and review counts for gigs in your niche over time.
  • Niche discovery: scan categories and tags to spot underserved or high-demand services.

Input

FieldTypeDescription
locationstringRequired. A gig keyword (e.g. "logo design") or a full Fiverr search URL.
maxItemsintegerMaximum number of gigs to return. Defaults to 100, capped at 500.

Example input

{
"location": "logo design",
"maxItems": 50
}

Output

One dataset item per gig:

{
"gigId": "248912345",
"title": "I Will Design A Modern Minimalist Logo For Your Business",
"url": "https://www.fiverr.com/janedesigns/design-a-modern-minimalist-logo",
"price": 25,
"currency": "USD",
"rating": 4.9,
"ratingCount": 1342,
"completedOrders": 2870,
"seller": {
"username": "janedesigns",
"displayName": "Jane Designs",
"level": "Level 2 Seller",
"country": "United States",
"proVerified": false
},
"delivery": 2,
"category": "Logo Design",
"tags": ["logo", "branding", "minimalist"],
"images": [
"https://fiverr-res.cloudinary.com/image/upload/gig1.jpg",
"https://fiverr-res.cloudinary.com/image/upload/gig2.jpg"
]
}

Pricing

$0.0001 per result (pay per event), plus a $0.00005 actor start fee. You are not charged for failed pages.

Notes and limits

  • The price is the gig's starting price (the cheapest package) in USD. When Fiverr only exposes a "From $X" value, that is the figure returned.
  • Some fields depend on how Fiverr serves the page. When the run falls back to reading the rendered page directly, richer fields such as completedOrders, level, country, category and tags may be empty, while core fields (title, url, price, rating, seller username, images) are still filled.
  • Results are paginated automatically until maxItems is reached or Fiverr runs out of matching gigs.
  • Fiverr uses Cloudflare and other anti-bot defenses. The actor rotates residential proxies and retries with a real browser when needed; if a session is fully blocked, it returns a warning item so you can retry later.
  • images includes up to 5 gallery image URLs per gig.