# Changelog of Fiverr Scraper: Gigs, Sellers, Packages & Price (`parsebird/fiverr-scraper`) Actor

- **URL**: https://apify.com/parsebird/fiverr-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/parsebird/fiverr-scraper.md

## Changelog

### v1.1 — 2026-08-26

- Split pricing into two events: cheap `item-scraped` for search/category listing rows, `detailed-item-scraped` for rows that need a dedicated page load (detail gigs, gig URLs, seller profiles)
- Cut proxy usage: lightweight session priming and skipping it entirely on runs that only touch search or seller pages
- Added an approximate proxy-traffic figure to the run log

### v1.0 — 2026-08-26

- Initial release
- Scrape Fiverr gigs by search keyword, category URL, gig URL, or seller URL
- Extract gig title, canonical URL, category, starting price, currency, package count, rating, and review count
- Extract seller username, display name, level, country, languages, and overall rating for every gig
- Extract full Basic/Standard/Premium package tiers with price, delivery days, revisions, and features (with `scrapeDetails` or on gig URLs)
- Extract gig description, FAQ, top reviews, and media gallery (with `scrapeDetails` or on gig URLs)
- Scrape seller profiles for level, country, languages, skills, certifications, education, member-since date, and gigs
- Configurable run and per-search limits, concurrency, retry budget, and proxy configuration
- Automatic retries and proxy rotation to handle Fiverr's bot protection
