get_seller_profile
Retrieve a Fiverr seller's complete profile including bio, languages, certifications, and gig listings using their username from search results.
Instructions
Get a Fiverr seller's profile including bio, languages, certifications, and gig listings.
Use the seller_name from search_gigs() results as the username here.
Args: username: Seller's Fiverr username (e.g. "johndoe")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Short one-liner tagline | |
| url | No | ||
| gigs | No | ||
| error | No | ||
| location | No | ||
| username | No | ||
| languages | No | ||
| description | No | Full profile description/about text | |
| hourly_rate | No | Hourly rate in USD | |
| is_verified | No | ||
| display_name | No | ||
| member_since | No | e.g. Jan 2023 | |
| response_time | No | ||
| certifications | No | ||
| approved_gigs_count | No |