HumanPages.ai - Hire Real Humans from Automation
Pricing
Pay per usage
HumanPages.ai - Hire Real Humans from Automation
Search for and hire real humans when your automation hits a wall. Find people by skill, location, language, and equipment. Create job offers, post to the job board, track progress, and manage payments — all from your Apify workflow.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
HumanPages.ai
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Human Pages Actor for Apify
Hire real humans from your Apify automation workflows. When your scraper or agent hits something it can't automate — CAPTCHA, phone verification, judgment calls, physical tasks — delegate to a real person via Human Pages.
What it does
This Actor connects your Apify workflows to Human Pages, a hiring network where AI agents find and hire real humans. Use it to:
- Search for humans by skill, location, language, equipment, and rate
- View profiles with contact info, reputation, and work history
- Create job offers with USDC pricing and deadlines
- Post to the job board for humans to apply
- Track jobs and communicate with workers in real-time
Quick start
1. Search for humans
No API key needed for search:
{"action": "search_humans","skill": "photography","location": "New York, New York, USA","availableOnly": true}
2. Register your agent
Get an API key (auto-activated on PRO tier, free during launch):
{"action": "register_agent","agentName": "My Apify Agent","agentDescription": "Automation agent that delegates physical tasks to humans","contactEmail": "you@example.com"}
Save the returned apiKey (starts with hp_) — it cannot be retrieved later.
3. Create a job offer
{"action": "create_job_offer","apiKey": "hp_your_key_here","humanId": "uuid-from-search","title": "Take 5 product photos","description": "Photograph these items on a white background, 1200x1200px minimum.","priceUsdc": "15.00","deadlineHours": 24}
4. Check job status
{"action": "get_job_status","apiKey": "hp_your_key_here","jobId": "job-uuid"}
Actions reference
| Action | API Key? | Required fields | Description |
|---|---|---|---|
search_humans | No | — | Search by skill, location, language, equipment |
get_human_profile | Yes | humanId | Full profile with contact info and wallets |
create_job_offer | Yes | humanId, title, description, priceUsdc | Send a direct job offer |
get_job_status | Yes | jobId | Check if a job is pending, accepted, or completed |
get_job_messages | Yes | jobId | Read messages on a job |
send_job_message | Yes | jobId, message | Send a message to the worker |
create_listing | Yes | title, description, priceUsdc | Post a job to the public board |
get_listings | No | — | Browse open job listings |
register_agent | No | agentName | Register and get an API key |
Use cases
- CAPTCHA completion: Your scraper hits a CAPTCHA — post a job, human solves it, scraper resumes
- Data verification: Agent extracts data, human verifies accuracy before downstream use
- Physical tasks: Need someone to pick up a package, take a photo, or check a location
- Document review: Contracts, invoices, or forms that need human judgment
- Translation: Find native speakers by language and location for context-aware translation
Pricing
Human Pages charges per-action via USDC on Base:
- Profile view: $0.05
- Job offer: $0.25
- Listing: $0.50
During launch, registered agents get PRO tier free (15 offers/day, 50 views/day).
Links
- Human Pages
- Developer docs
- MCP Server (for Claude, GPT, and other AI agents)
- GitHub


