# TokyoDev   Japan Tech Job Listings & Companies — Full Export

**Use case:** 

Scrape the full tokyodev - japan tech job listings & companies dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract tokyodev - japan tech job listings & companies for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "scrapeMode": "both",
  "remotePolicy": "",
  "seniority": "",
  "japaneseRequired": "",
  "maxItems": 200
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "remote_policy": {
    "label": "Remote Policy",
    "format": "string"
  },
  "japanese_required": {
    "label": "Japanese Required",
    "format": "boolean"
  },
  "salary_range": {
    "label": "Salary Range",
    "format": "string"
  },
  "job_url": {
    "label": "Job Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TokyoDev Scraper - Japan Tech Job Listings & Companies](https://apify.com/jungle_synthesizer/tokyo-dev-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/tokyo-dev-scraper) to learn more, explore other use cases, and run it yourself.