# Popular Wantedly Japan Tech Jobs & Startup Culture

**Use case:** 

Extract Wantedly Japan Tech Jobs & Startup Culture data filtered by Popular. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "popular",
  "includeJobDetails": true,
  "includeCompanyDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "occupationalCategory": {
    "label": "Occupation",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "jobLocationRegion": {
    "label": "Region",
    "format": "text"
  },
  "companyEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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