# Japan Dev — Full Export

**Use case:** 

Scrape the full japan dev dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract japan dev for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salarymin",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salarymax",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salarycurrency",
    "format": "string"
  },
  "jobUrl": {
    "label": "Joburl",
    "format": "string"
  }
}
```

## About this Actor

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