POST /api/freelancer/users/search
Price: 20 credits
Search the Freelancer.com freelancer directory by keyword and filters: skill ids, country, hourly-rate range, minimum star rating, minimum review count and online status. Each result is a full profile with reputation, skills, qualifications and verifications.
Search Freelancer.com freelancers. All filters are optional except count. Use query for keywords, skills (numeric skill ids), countries (FULL country names such as India or United States, not codes), min_hourly_rate/max_hourly_rate, min_rating (1-5), min_review_count and online_only. sort accepts rating, hourly_rate or review_count. Each item is a full user profile — pass its alias to the Freelancer user endpoint, or to the user reviews and portfolio endpoints for detail.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)query string nullable — Keyword to match against profile name, tagline and description (examples: "shopify")skills array nullable — Skill ids the freelancer must list on their profile (examples: [3,13])countries array nullable — Full country names the freelancer is based in (examples: ["India","United States"])min_hourly_rate number nullable — Lowest advertised hourly rate to accept (examples: 25; >: 0)max_hourly_rate number nullable — Highest advertised hourly rate to accept (examples: 150; >: 0)min_rating integer nullable — Lowest overall star rating to accept (examples: 4; min: 1; max: 5)min_review_count integer nullable — Lowest number of reviews to accept (examples: 50; min: 1)online_only boolean nullable — Keep only freelancers who are online right nowsort string nullable — Ordering of the result list (one of: "rating", "hourly_rate", "review_count")reverse_sort boolean nullable — Flip the chosen orderingcount integer required — Max number of freelancers to return (min: 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 — The entity was not found, or a precondition failed 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.