Piloterr

Fiverr Profile Info

GET
/v2/fiverr/profile/info

Extract complete public profile data from any Fiverr seller, including gigs, ratings, reviews, skills, portfolio, and consultation pricing.

Credit cost: 1 credit per call

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

Fiverr profile URL of the seller you want to extract information from.

Example:

https://www.fiverr.com/likaalavidze

The API returns the seller's full public profile including their bio, gigs, ratings, reviews, skills, portfolio, and consultation pricing.

Note: Only publicly visible seller profiles are supported. The username alone (e.g. likaalavidze) without the full URL is not accepted.

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/fiverr/profile/info?query=string"
{  "user": {    "id": "84160294",    "name": "likaalavidze",    "address": {      "country_code": "IT",      "country_name": "Italy"    },    "profile": {      "display_name": "Lika And Elias"    },    "joined_at": 1581077239,    "languages": [      {        "code": "EN",        "level": "FLUENT"      },      {        "code": "DE",        "level": "FLUENT"      },      {        "code": "IT",        "level": "FLUENT"      }    ],    "profile_image_url": "https://fiverr-res.cloudinary.com/image/upload/f_auto,q_auto,t_profile_original/v1/attachments/profile/photo/0aef438b1052e9bc098af188eb25c375-1721832079893/0308ed0e-0093-48ec-97af-4c989cf5d30a.jpg",    "is_activation_completed": true  },  "is_pro": true,  "rating": {    "count": 113,    "score": 5  },  "gigs_data": [    {      "title": "shoot studio and lifestyle product photography for website, instagram and amazon",      "gig_id": 149055883,      "is_pro": true,      "status": "APPROVED",      "price_i": 500,      "seller_level": "top_rated_seller",      "seller_rating": {        "count": 113,        "score": 4.990741      }    }  ],  "is_active": true,  "description": "Hi, here are Lika & Elias. We run a creative studio with focus on commercial Product Photography and Video for Advertising and Brand Storytelling.",  "hourly_rate": {    "price_in_cents": 25000  },  "seller_level": "LEVEL_TRS",  "response_time": {    "in_hours": 3  },  "is_on_vacation": false,  "one_liner_title": "Commercial Product Photography and Video",  "achievement_level": "TOP_RATED_SELLER",  "approved_gigs_count": 3}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}