Freelance-gig pricing and market research
Use Fiverr endpoints to turn freelance-gig pricing and market research into repeatable API requests with documented inputs and JSON responses.
Turn public Fiverr pages into structured freelance-gig data — keyword gig search, one gig's full detail (pricing packages, rating, tags, gallery), and seller profiles (level, verification, hourly rate, languages), as normalized JSON. Credential-free.
Search Fiverr gigs and get gig detail and seller profiles back as structured JSON.
Endpoint families
3
Documented params
8
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
7
Schema refs
3
{
"platform": "Fiverr",
"endpoint": "fiverr-search",
"method": "GET",
"path": "/fiverr/search",
"auth": "apiKey"
}Use cases
Search Fiverr gigs and get gig detail and seller profiles back as structured JSON.
Use Fiverr endpoints to turn freelance-gig pricing and market research into repeatable API requests with documented inputs and JSON responses.
Use Fiverr endpoints to turn gig listing aggregation and monitoring into repeatable API requests with documented inputs and JSON responses.
Use Fiverr endpoints to turn seller sourcing and vetting into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/fiverr/gig/{username}/{slug}
/fiverr/search
/fiverr/seller/{username}
Endpoint catalog
/fiverr/searchSearches Fiverr's public gig listings by free-text keyword, returning normalized gig summaries (title, seller username, seller level, rating, review count, starting price, category, thumbnail image). Public data sourced from Fiverr's own server-rendered search pages via a real browser-rendering backend.
/fiverr/gig/{username}/{slug}Returns a normalized Fiverr gig detail page: title, description, category, pricing packages (basic/standard/premium tiers with price and delivery time), rating, review count, orders in queue, tags, gallery images, and a seller summary (level, rating, response time, languages). Public data sourced from Fiverr's own server-rendered gig pages via a real browser-rendering backend.
/fiverr/seller/{username}Returns a normalized Fiverr seller profile: display name, one-liner title, description, country, seller level, verification status, hourly rate, spoken languages, join date, and the seller's gig ids. Public data sourced from Fiverr's own server-rendered seller profile pages via a real browser-rendering backend.
Related APIs
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
How to scrape Fiverr
Crawlora's Fiverr endpoints return gig search, gig detail, and seller profiles as normalized JSON with one API key — no login or account required.
Send a free-text keyword to /fiverr/search for normalized gig cards.
Pass the seller username and gig slug from a search result to /fiverr/gig/{username}/{slug} for pricing packages, rating, tags, and gallery images.
Pass a username to /fiverr/seller/{username} for their level, verification status, hourly rate, and languages.
Re-run searches on a schedule to track new gigs, pricing, and demand trends across keywords.
FAQ
Send a free-text keyword to Crawlora's /fiverr/search endpoint and get normalized gig cards — title, seller, rating, review count, starting price — as structured JSON.
No Fiverr account, login, or official API key is required from the caller — only your Crawlora API key.
Yes — /fiverr/gig/{username}/{slug} returns a gig's basic/standard/premium pricing packages, each with price and delivery time, as structured JSON.