$0.9/1k Rentahuman Job Scraper avatar

$0.9/1k Rentahuman Job Scraper

Pricing

from $0.90 / 1,000 results

Go to Apify Store
$0.9/1k Rentahuman Job Scraper

$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

Archit Jain

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
Categoriesmulti-selectYesVideo & photoPick 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 keywordtextNo(empty)Optional filter—same idea as the search box on rentahuman.ai. Matches words in service titles and descriptions. Leave blank to skip.
Sort orderdropdownYesTop ratedTop rated, Price: high to low, or Price: low to high.
Verified humans onlycheckboxYesOffWhen on, only listings from verified humans are returned.
Max items per categorynumberYes60How 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.

FieldWhat you get
rankPosition in the results for that category (1 = first)
categoryMarketplace category (e.g. video & photo)
searchQueryYour search keyword, if you used one
sortSort order used for this run
verifiedOnlyFilterWhether “verified only” was applied
totalCountInCategoryTotal matching listings on the site for that browse
serviceTitle, serviceDescriptionWhat the human is offering
price, priceType, hourlyRateListed price and rate info
estimatedMinutesEstimated time for the gig, when shown
imageUrlsService photos, when available
humanName, humanProfileUrl, avatarUrlWho offers the service and link to their profile
isVerified, rating, reviewCountTrust and review stats
locationCity, locationState, locationCountryWhere the human is based
scrapedAtWhen 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

  1. Start small — one category and maxItems: 10 to check the output before a large run.
  2. All categories overrides others — picking All runs one site-wide search; extra category picks do nothing.
  3. 60 is the cap per category — for more listings, run again with different filters or categories.
  4. Use Search keyword to narrow All or big categories (e.g. All + video).
  5. Many categories add up — 12 categories × 60 items can mean up to 720 rows and higher cost; use limits in the Console.
  6. Empty results — if nothing matches (e.g. very strict search + verified only), the run fails with a clear message; loosen filters and try again.