# PeoplePerHour design jobs extractor

**Use case:** 

Extract PeoplePerHour design project leads with titles, budgets, client signals, proposal counts, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.peopleperhour.com/freelance-jobs/design"
    }
  ],
  "categorySlugs": [
    "technology-programming",
    "digital-marketing"
  ],
  "keywords": [
    "logo",
    "brand"
  ],
  "maxItems": 40,
  "maxPagesPerUrl": 3,
  "sortBy": "latest",
  "postedWithin": "any",
  "useProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "budgetAmount": {
    "label": "Budget amount",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "postedAtText": {
    "label": "Posted",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "proposalCount": {
    "label": "Proposals",
    "format": "number"
  },
  "clientName": {
    "label": "Client",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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