POST /api/freelancer/users
Price: 1 credit
Get a Freelancer.com profile by username, numeric id or profile URL: display name, tagline, description, company, hourly rate, currency, location, timezone, skills, membership, badges and exam qualifications with score and percentile, account verifications, and full reputation broken down by quality, communication, expertise, professionalism, on-time and on-budget over all time, the last 3 and the last 12 months — both as a freelancer and as an employer.
Fetch one Freelancer.com user. Accepts a username (subhraniljana), a numeric user id (11070607) or a profile URL. Returns id, alias, display_name, tagline, description, company, role, hourly_rate, primary_currency, location, timezone, skills, qualifications (exams with score_percentage and user_percentile), badges, membership, verification flags, portfolio_count, responsiveness, is_preferred_freelancer, registered_at, and reputation plus employer_reputation. Each reputation has entire_history, last_3_months and last_12_months with overall, review_count, completion_rate, rehire_rate, on_time, on_budget and per-category ratings, plus earnings_score and job_history. Use the Freelancer user reviews and portfolio endpoints for the individual reviews and work samples.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)user string required — Username, numeric user id or a full profile URL (examples: "subhraniljana", "11070607", "https://www.freelancer.com/u/subhraniljana"; minLength: 1)@type string (default: "FreelancerUser")id integer requiredalias string nullabledisplay_name string nullablepublic_name string nullabletagline string nullabledescription string nullablecompany string nullablerole string nullablechosen_role string nullableprofile_url string nullableimage string nullablehourly_rate number nullableprimary_currency object nullable@type string (default: "FreelancerCurrency")code string nullablesign string nullablename string nullablecountry string nullableexchange_rate number nullableprimary_language string nullablelocation object nullable@type string (default: "FreelancerLocation")country string nullablecountry_code string nullablecity string nullableadministrative_area string nullablepostal_code string nullablelatitude number nullablelongitude number nullabletimezone string nullableskills array (default: [])@type string (default: "FreelancerSkill")id integer requiredname string nullablealias string nullablecategory_id integer nullablecategory_name string nullableis_local boolean nullablereputation object nullable@type string (default: "FreelancerReputation")entire_history object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullablelast_3_months object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullablelast_12_months object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullableearnings_score number nullablejob_history array (default: [])@type string (default: "FreelancerJobHistoryItem")skill_id integer nullableskill_name string nullablecategory_name string nullableproject_count integer nullableother_project_count integer nullableemployer_reputation object nullable@type string (default: "FreelancerReputation")entire_history object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullablelast_3_months object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullablelast_12_months object nullable@type string (default: "FreelancerReputationPeriod")overall number nullablereview_count integer nullablecomplete_count integer nullableincomplete_count integer nullableon_budget number nullableon_time number nullablecompletion_rate number nullablequality number nullablecommunication number nullableexpertise number nullableprofessionalism number nullablehire_again number nullableclarity_spec number nullablepayment_prom number nullablework_for_again number nullableearnings_score number nullablejob_history array (default: [])@type string (default: "FreelancerJobHistoryItem")skill_id integer nullableskill_name string nullablecategory_name string nullableproject_count integer nullableother_project_count integer nullableverification object nullable@type string (default: "FreelancerVerification")is_payment_verified boolean nullableis_email_verified boolean nullableis_phone_verified boolean nullableis_identity_verified boolean nullableis_deposit_made boolean nullableis_profile_complete boolean nullableis_facebook_connected boolean nullableis_linkedin_connected boolean nullableis_freelancer_verified boolean nullablequalifications array (default: [])@type string (default: "FreelancerQualification")id integer requiredname string nullablequalification_type string nullabledescription string nullablelevel integer nullablescore_percentage number nullableuser_percentile number nullableimage string nullablebadges array (default: [])@type string (default: "FreelancerBadge")id integer requiredname string nullabledescription string nullableimage string nullableawarded_at integer nullablemembership object nullable@type string (default: "FreelancerMembership")id integer nullablename string nullableportfolio_count integer nullablerecommendation_count integer nullableresponsiveness number nullableis_preferred_freelancer boolean nullableis_profile_visible boolean nullableis_limited_account boolean nullableis_closed boolean nullableregistered_at integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — User not found Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.