PeoplePerHour Jobs & Freelancers Scraper avatar

PeoplePerHour Jobs & Freelancers Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
PeoplePerHour Jobs & Freelancers Scraper

PeoplePerHour Jobs & Freelancers Scraper

Scrape service listings (hourlies), project jobs, and freelancer profiles from PeoplePerHour. Search by keyword, category, or browse top freelancers

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape listings from PeoplePerHour — one of the largest freelance marketplaces. Extract hourlie services, freelance job posts, and freelancer profiles with full details including pricing, ratings, locations, and skills.

Features

  • Search Services (Hourlies) — find fixed-price freelance services/packages
  • Search Jobs — browse freelance job postings from buyers
  • Search Freelancers — discover freelancer profiles by skill or keyword
  • 13 categories supported: Design & Art, Technology, Writing & Translation, Digital Marketing, Video, Music & Audio, Business, and more
  • 4 sort options: Featured, Recommended, Latest, Price (ascending/descending)
  • Filters: min/max price, min rating, category
  • Automatic pagination up to 500 results

Input

FieldTypeDescription
modeselectsearchServices, searchJobs, or searchFreelancers
searchQuerystringKeyword to search (e.g. 'logo design', 'Python developer')
categoryselectCategory filter (Design & Art, Technology, etc.)
sortByselectSort order: featured, recommended, latest, price_low, price_high, rating
minPricenumberMinimum price filter
maxPricenumberMaximum price filter
minRatingnumberMinimum rating filter (0–5)
maxItemsintegerMaximum results to return (1–500, default 20)

Output

Services (Hourlies)

FieldDescription
hourlieIdUnique service ID
titleService title
descriptionFull service description
priceService price (in original currency)
currencyPrice currency code
deliveryDaysEstimated delivery time in days
ratingAverage rating (0–5 scale)
salesNumber of sales/orders
tagsService tags/skills
categoryCategory name
freelancerSub-object with name, URL, location, hourly rate, level, avatar
urlDirect link to the service

Jobs

FieldDescription
projIdUnique project ID
titleJob title
descriptionJob description
budgetBudget amount
currencyBudget currency
projectTypeProject type
locationTypeRemote/local/hybrid
postedAtPosting date
categoryCategory name
urlDirect link to the job

Freelancers

FieldDescription
memIdMember ID
nameFreelancer name
jobTitleProfessional headline
locationCity/country
hourlyRateHourly rate
currencyRate currency
certLevelCertification level
reviewCountNumber of reviews
feedbackRatingOverall feedback rating (0–5 scale)
projectsCompletedTotal projects completed
skillsList of skill tags
photoUrlProfile photo URL
urlDirect link to profile

Example Output (Service)

{
"hourlieId": "12345678",
"title": "Professional logo design",
"description": "I will create a modern logo for your brand.",
"price": 50.0,
"currency": "GBP",
"deliveryDays": 3,
"rating": 4.8,
"sales": 127,
"category": "Design & Art",
"freelancer": {
"name": "Jane Smith",
"url": "https://www.peopleperhour.com/freelancer/jane-smith",
"location": "London, UK",
"certLevel": "Top Seller"
},
"url": "https://www.peopleperhour.com/hourlie/professional-logo-design/12345678",
"scrapedAt": "2026-05-22T10:00:00+00:00",
"recordType": "service"
}

FAQ

Does this require a PeoplePerHour account? No — all data is extracted from public search pages. No login required.

How reliable is the scraper? The scraper uses browser impersonation (Chrome 131) to access public pages and automatically retries on rate limits.

What does the rating represent? Ratings are on a 0–5 scale converted from the platform's internal 0–100 scale.