# PeoplePerHour Freelancers in California

**Use case:** 

Find and extract PeoplePerHour Freelancers in California. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "wordpress developer",
  "maxItems": 10,
  "location": "California"
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼️ Avatar URL",
    "format": "image"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "headline": {
    "label": "📝 Headline",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "hourlyRate": {
    "label": "💵 Hourly Rate",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviews": {
    "label": "🗳️ Reviews",
    "format": "number"
  },
  "skills": {
    "label": "🏷️ Skills",
    "format": "array"
  },
  "profileUrl": {
    "label": "🔗 Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PeoplePerHour Freelancers Scraper](https://apify.com/parseforge/peopleperhour-freelancers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/peopleperhour-freelancers-scraper) to learn more, explore other use cases, and run it yourself.