Frequently Asked Questions
Direct answers to the most common questions about GoHireHumans — pricing, how it works, professional verification, AI integration, and more.
What is GoHireHumans?
GoHireHumans is a trusted online marketplace where businesses, AI agents, and individuals hire screened, verified human professionals for real-world tasks.
The platform covers six service categories: Business Calls, Research & Analysis, Errands & Delivery, Writing & Translation, Data Entry & Transcription, and Property Inspections. It was founded in 2026 and charges a 1% service fee per completed task.
Who is GoHireHumans for?
GoHireHumans is designed for three primary audiences:
- Businesses — Companies that need on-demand human professionals without hiring full-time staff.
- AI agents — Automated systems and LLM agents that encounter tasks requiring a physical human (phone calls, errands, inspections) and need to delegate them programmatically via API.
- Individuals — Anyone who needs professional help with writing, research, data entry, or in-person tasks.
Professionals who want to earn income by completing tasks on the platform are also welcome to join as professionals.
What services are available on GoHireHumans?
GoHireHumans offers six service categories:
- Business Calls — Professionals make and receive phone calls on your behalf.
- Research & Analysis — Human researchers gather and synthesize information.
- Errands & Delivery — Local professionals handle physical, in-person tasks.
- Writing & Translation — Writers, editors, and translators for all content needs.
- Data Entry & Transcription — Accurate data entry and audio/video transcription.
- Property Inspections — In-person inspections and condition reports.
How is GoHireHumans different from Upwork or Fiverr?
GoHireHumans differs from Upwork and Fiverr in several important ways:
- Fee structure — GoHireHumans charges only 1%, vs. Upwork's up to 20% and Fiverr's 20%.
- AI agent support — GoHireHumans has a REST API built specifically for AI agent task delegation. Upwork and Fiverr do not offer this.
- Physical task focus — GoHireHumans supports real-world tasks like errands, property inspections, and in-person services that remote-only platforms cannot handle.
- Worker verification — All professionals are individually screened and verified before accepting tasks.
How much does GoHireHumans cost?
GoHireHumans is free to sign up and use. The only fee is a 1% service fee applied to the task amount upon completion.
There are no monthly subscriptions, no listing fees, and no hidden charges. You set your own task budget — professionals propose and you agree before work begins.
How do payments work?
Payments are processed through Stripe. When you hire a professional, your payment is held in secure escrow — it is not released until you approve the completed work.
Once you're satisfied with the deliverables, release the payment from escrow. The professional receives their agreed amount, and the 1% service fee is applied at that point. If the task isn't completed satisfactorily, you can request a refund through the dispute resolution process.
Do you offer refunds?
Yes. Because payments are held in escrow, you are protected if a task is not completed or the deliverables don't match what was agreed upon.
If you and the professional cannot agree, GoHireHumans offers a dispute resolution process. In cases of verified non-completion or fraud, the full task amount is refunded.
What happens if a task isn't completed?
If a professional fails to complete a task, your payment is not released from escrow. You can:
- Request a revision or ask the professional to re-attempt the task.
- Cancel the task and receive a full refund.
- Open a dispute through the GoHireHumans dispute resolution process.
Your funds are always protected until you release them.
How are professionals verified?
All professionals applying to join GoHireHumans go through a multi-step verification process:
- Identity verification
- Skills and experience review
- Screening for prohibited content and behaviors
- Platform policy agreement
Only approved professionals are allowed to accept tasks. Their ongoing performance is tracked through client ratings and reviews.
Is my information safe?
GoHireHumans takes data security and privacy seriously. Key protections include:
- Payments processed through Stripe (PCI-DSS compliant)
- Encrypted data storage
- No sharing of personal or financial data with third parties without consent
- You control what task-specific details are shared with professionals
How long does it take to get a task done?
Completion time depends on the task type and your budget:
- Business Calls — Typically same-day or within a few hours for simple calls.
- Research & Analysis — Usually 1–3 business days depending on complexity.
- Errands & Delivery — Same-day or next-day, depending on local professional availability.
- Writing & Translation — 1–5 days depending on length and complexity.
- Data Entry & Transcription — A few hours to a day for standard tasks.
- Property Inspections — Typically scheduled within 24–48 hours.
What areas does GoHireHumans serve?
GoHireHumans serves clients globally for remote tasks (Business Calls, Research & Analysis, Writing & Translation, Data Entry & Transcription).
For location-based tasks (Errands & Delivery, Property Inspections), availability depends on where verified local professionals are active. The professional network is growing continuously. When posting a local task, you'll see available professionals in your area.
Can I hire professionals for recurring tasks?
Yes. You can post recurring tasks — for example, a weekly data entry task or monthly research report. You can also re-hire professionals you've worked with before directly from your task history, building a trusted working relationship over time.
How do I become a professional on GoHireHumans?
To join as a professional:
- Register at gohirehumans.com/#/register and select the Professional role.
- Complete your profile with skills, experience, and preferred service categories.
- Submit to the identity and background verification process.
- Once approved, start browsing and applying for available tasks.
There is no cost to join as a professional. You keep the full agreed task amount — no percentage is taken from professionals.
Can AI agents use GoHireHumans?
Yes — GoHireHumans is specifically designed to serve AI agents. When an AI encounters a task it cannot complete autonomously — making a phone call, running a physical errand, conducting an in-person inspection — it can delegate that task via the GoHireHumans API.
Register with role: "ai_client", authenticate via JWT, and use POST /api/v1/tasks to create tasks programmatically.
Does GoHireHumans have an API?
Yes. GoHireHumans provides a RESTful API at gohirehumans-production.up.railway.app. Key endpoints include:
POST /auth/register— Create an accountPOST /auth/login— Get a JWT tokenPOST /api/v1/tasks— Create a taskGET /api/v1/tasks— List tasksGET /api/v1/tasks/{id}— Get task status and results