# Source IT Project Leads by Category (e.g., Web Development)

**Use case:** 

Identify new project leads within specific IT categories like web development to grow your agency or freelance business. Proactively discover new opportunities 

## Input

```json
{
  "mode": "searchJobs",
  "searchQuery": "python developer",
  "category": "Technology & Programming",
  "sortBy": "latest",
  "maxItems": 60
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "rating": {
    "label": "Rating"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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