$0.9/1k Rentahuman Job Scraper
Pricing
from $0.90 / 1,000 results
$0.9/1k Rentahuman Job Scraper
Scrape service listings from rentahuman.ai by category or site-wide search. Export human profiles, prices, ratings, and locations — up to 60 jobs per category, no login required.
Pricing
from $0.90 / 1,000 results
Rating
0.0
(0)
Developer
Archit Jain
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Collect service listings from rentahuman.ai—the marketplace where people offer tasks and gigs—and export them as structured data. Each row includes the service title, price, human profile link, ratings, verification status, and location. Use it for lead research, competitor scans, or building lists of available gigs by category.
You do not need a rentahuman.ai account. The actor reads public browse results only (up to 60 listings per category per run).
Input
Configure these fields in the Apify Console Input tab before you click Start.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Categories | multi-select | Yes | Video & photo | Pick one or more marketplace categories, or All categories for a site-wide list. If you choose All, any other categories you selected are ignored. |
| Search keyword | text | No | (empty) | Optional filter—same idea as the search box on rentahuman.ai. Matches words in service titles and descriptions. Leave blank to skip. |
| Sort order | dropdown | Yes | Top rated | Top rated, Price: high to low, or Price: low to high. |
| Verified humans only | checkbox | Yes | Off | When on, only listings from verified humans are returned. |
| Max items per category | number | Yes | 60 | How many listings to save per category (or per All browse). Maximum is 60 without logging in. |
Category options
- All categories
- Other
- Personal services
- Tech & development
- Design & art
- Research
- Writing & content
- Delivery & errands
- Companionship
- Video & photo
- Hiring
- Social media
- Verification
Output
Results appear in the run Dataset tab—one row per service listing.
| Field | What you get |
|---|---|
rank | Position in the results for that category (1 = first) |
category | Marketplace category (e.g. video & photo) |
searchQuery | Your search keyword, if you used one |
sort | Sort order used for this run |
verifiedOnlyFilter | Whether “verified only” was applied |
totalCountInCategory | Total matching listings on the site for that browse |
serviceTitle, serviceDescription | What the human is offering |
price, priceType, hourlyRate | Listed price and rate info |
estimatedMinutes | Estimated time for the gig, when shown |
imageUrls | Service photos, when available |
humanName, humanProfileUrl, avatarUrl | Who offers the service and link to their profile |
isVerified, rating, reviewCount | Trust and review stats |
locationCity, locationState, locationCountry | Where the human is based |
scrapedAt | When this row was collected |
Download as JSON, CSV, or Excel from the dataset, or pull data via the Apify API and integrations. The Output tab also links to a table view and a copy of your run input.
Pricing Structure
Pay per result (PPR) — you are charged for each listing saved to the dataset. Apify platform usage may apply separately depending on your plan. Set a spending limit on the run before you start if you are testing or running large jobs.
Examples
Example 1: Video & photo gigs, top rated
Input:
{"categories": ["video-photo"],"sort": "top-rated","verifiedOnly": false,"maxItems": 24}
Output: Up to 24 rows, all in the Video & photo category, ordered by rating.
Example 2: Search “photo” across the whole site
Input:
{"categories": ["all"],"search": "photo","sort": "top-rated","verifiedOnly": false,"maxItems": 60}
Output: Up to 60 rows from any category that matches “photo”. Each row’s category shows which section the listing came from.
Example 3: Verified design services, highest price first
Input:
{"categories": ["design-art"],"search": "design","sort": "price-high","verifiedOnly": true,"maxItems": 30}
Output: Up to 30 verified design listings matching “design”, sorted from highest to lowest price.
Sample row:
{"rank": 1,"category": "design-art","serviceTitle": "Logo design for startups","humanName": "Alex Rivera","price": 150,"priceType": "fixed","isVerified": true,"rating": 4.8,"reviewCount": 12,"locationCity": "Austin","locationCountry": "US","humanProfileUrl": "https://rentahuman.ai/humans/..."}
Best Practices
- Start small — one category and
maxItems: 10to check the output before a large run. - All categories overrides others — picking All runs one site-wide search; extra category picks do nothing.
- 60 is the cap per category — for more listings, run again with different filters or categories.
- Use Search keyword to narrow All or big categories (e.g. All +
video). - Many categories add up — 12 categories × 60 items can mean up to 720 rows and higher cost; use limits in the Console.
- Empty results — if nothing matches (e.g. very strict search + verified only), the run fails with a clear message; loosen filters and try again.