# Wantedly startup hiring leads extractor

**Use case:** 

Extract Wantedly startup hiring leads with company names, project URLs, role labels, hiring types, and engagement counters.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.wantedly.com/projects"
    }
  ],
  "maxItems": 100,
  "maxPages": 15,
  "includeDescription": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Wantedly job ID"
  },
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "occupationName": {
    "label": "Role / occupation"
  },
  "hiringTypes": {
    "label": "Hiring types"
  },
  "featureTags": {
    "label": "Feature tags"
  },
  "totalEntriesCount": {
    "label": "Entries"
  },
  "totalBookmarksCount": {
    "label": "Bookmarks"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "url": {
    "label": "Job URL"
  },
  "companyUrl": {
    "label": "Company URL"
  },
  "descriptionSnippet": {
    "label": "Description snippet"
  },
  "sourcePageUrl": {
    "label": "Source listing page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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