Piloterr

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

GET
/v2/fiverr/profile/info

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Query Parameters

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.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.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
  },
  "seller_level": "LEVEL_TRS",
  "achievement_level": "TOP_RATED_SELLER",
  "one_liner_title": "Commercial Product Photography and Video",
  "description": "Hi, here are Lika & Elias. We run a creative studio with focus on commercial Product Photography and Video for Advertising and Brand Storytelling.",
  "is_active": true,
  "is_on_vacation": false,
  "approved_gigs_count": 3,
  "hourly_rate": {
    "price_in_cents": 25000
  },
  "response_time": {
    "in_hours": 3
  },
  "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
      }
    }
  ]
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}