# Find jobs in Tokyo on Rikunabi NEXT

**Use case:** 

Scrape job listings in Tokyo from Rikunabi NEXT. Structured Japanese job data. No subscription, pay per result.

## Input

```json
{
  "mode": "search",
  "occupation": "",
  "area": "tokyo",
  "employmentType": "",
  "salary": "",
  "fetchDetails": false,
  "skipReposts": false,
  "requestDelayMs": 1000,
  "respectRobotsTxt": true,
  "startUrls": [],
  "keywords": "engineer",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Type",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Rikunabi NEXT Scraper](https://apify.com/unfenced-group/rikunabi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/rikunabi-scraper) to learn more, explore other use cases, and run it yourself.