
Fiverr Scraper - Best Price
2 hours trial then $14.00/month - No credit card required now

Fiverr Scraper - Best Price
2 hours trial then $14.00/month - No credit card required now
Most bang for your buck
Actor Metrics
10 monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
Created in Jan 2025
Modified a month ago
Fiverr Gig Scraper
This scraper extracts detailed information from Fiverr gig listings based on the provided Fiverr category or search URL.
Input
Example Input
The scraper accepts a JSON input to define the scraping parameters, such as the URLs to scrape and additional options.
Example:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.fiverr.com/categories/programming-tech/website-development?source=hplo_subcat_first_step&pos=1", 5 "method": "GET" 6 } 7 ], 8 "proxyCountryCode": "FR", 9 "customCookies": "" 10}
Fields:
- startUrls: An array of URLs to scrape. These URLs should be Fiverr category or search result pages.
- proxyCountryCode (optional): Country code for proxy usage (e.g., "US", "FR"). Defaults to "US" if not provided.
- customCookies: A custom cookie to use.
API Call Example
See the API tab
Output
The scraper returns an array of gig objects, where each object contains detailed information about a Fiverr gig.
Example Output:
1[ 2 { 3 "gigId": 371627339, 4 "title": "build, rebuild website development as full stack developer, front end developer", 5 "sellerName": "rank_champ", 6 "sellerProfileUrl": "https://www.fiverr.com/rank_champ", 7 "sellerCountry": "BD", 8 "sellerLevel": "level_two_seller", 9 "rating": 5, 10 "reviews": 172, 11 "price": 150, 12 "isPro": false, 13 "isFiverrChoice": false, 14 "metadata": [ 15 { 16 "type": "website_type", 17 "value": [ 18 "business" 19 ] 20 }, 21 { 22 "type": "programming_language", 23 "value": [ 24 "html_css", 25 "javascript", 26 "php", 27 "react", 28 "tailwind_css" 29 ] 30 }, 31 { 32 "type": "website_features", 33 "value": [ 34 "marketing", 35 "payment", 36 "forum", 37 "chat", 38 "membership", 39 "gallery", 40 "booking", 41 "dashboard", 42 "landing_page", 43 "blog" 44 ] 45 } 46 ], 47 "mediaAssets": [ 48 { 49 "type": "ImageAsset", 50 "url": "https://fiverr-res.cloudinary.com/t_main1,q_auto,f_auto/gigs/371627339/original/f5acf84af4952823132bcc126b42dd10d5cb7f07.png" 51 } 52 ], 53 "attachments": [], 54 "sellerLanguages": [ 55 { 56 "code": "en", 57 "level": 3 58 }, 59 { 60 "code": "bn", 61 "level": 4 62 } 63 ], 64 "agency": {}, 65 "availability": "Offline" 66 } 67]
Fields:
- title: The title of the gig.
- gigUrl: Direct URL to the gig.
- sellerName: Name of the seller offering the gig.
- sellerProfileUrl: URL to the seller's Fiverr profile.
- rating: Average rating of the gig.
- reviews: Total number of reviews for the gig.
- price: Starting price for the gig.
- mediaType: Indicates whether the gig preview includes a video or image.
- mediaUrl: URL to the gig's media (video or image).
- searchUrl: The URL used for the search or category listing.
Usage
-
Configure Input:
- Add the Fiverr category or search URLs in the
startUrls
field. - Set
removeDuplicates
totrue
if you want to avoid duplicate gig entries.
- Add the Fiverr category or search URLs in the
-
Run the Scraper:
- Use the Apify platform or API to execute the scraper.
-
Get Results:
- Extract comprehensive gig data in JSON format.
This scraper is ideal for analyzing Fiverr categories, monitoring gig trends, and gathering data for research or business use cases.