# Best Jobs Scrapers on Apify (2026): Job Board Actors

**Use case:** 

Compare the best jobs scrapers on Apify. Top actors for LinkedIn, Indeed, Google Jobs and Workable postings, ranked by popularity with pricing.

## Input

```json
{
  "category": "JOBS",
  "sortBy": "popularity",
  "maxItems": 50,
  "offset": 0,
  "includeDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "username": {
    "label": "Developer username",
    "format": "string"
  },
  "totalUsers": {
    "label": "Total users",
    "format": "integer"
  },
  "monthlyUsers": {
    "label": "Monthly users",
    "format": "integer"
  },
  "totalUsers7Days": {
    "label": "Users (7 days)",
    "format": "integer"
  },
  "totalUsers90Days": {
    "label": "Users (90 days)",
    "format": "integer"
  },
  "bookmarkCount": {
    "label": "Bookmarks",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Store API](https://apify.com/johnvc/store-actor-intelligence-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/store-actor-intelligence-api) to learn more, explore other use cases, and run it yourself.