# PeoplePerHour SEO lead monitor

**Use case:** 

Monitor fresh PeoplePerHour SEO and digital marketing job leads with budgets, descriptions, proposal counts, and URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.peopleperhour.com/freelance-jobs/technology-programming"
    },
    {
      "url": "https://www.peopleperhour.com/freelance-jobs/design"
    }
  ],
  "categorySlugs": [
    "digital-marketing"
  ],
  "keywords": [
    "seo",
    "semrush",
    "analytics"
  ],
  "maxItems": 75,
  "maxPagesPerUrl": 5,
  "sortBy": "latest",
  "postedWithin": "24h",
  "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.