get_gig_details
Retrieve full Fiverr gig details with all pricing tiers (Basic, Standard, Premium). Access seller info using the username.
Instructions
Get full details of a Fiverr gig including all pricing tiers (Basic/Standard/Premium).
All prices in USD. Use the seller username from results with get_seller_profile() for more seller info.
Args: url: Fiverr gig URL (e.g. "https://www.fiverr.com/username/gig-slug") or path ("username/gig-slug")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| tags | No | ||
| error | No | ||
| title | No | ||
| rating | No | ||
| seller | No | ||
| category | No | ||
| metadata | No | Gig attributes like programming language, tools used | |
| packages | No | Pricing tiers (Basic/Standard/Premium) | |
| description | No | ||
| sub_category | No | ||
| reviews_count | No | ||
| orders_in_queue | No |