# Scrape Remote Android Developer Contract Jobs on Dice

**Use case:** 

Extract and monitor remote Android developer contract jobs from Dice with Easy Apply, rate data and fresh postings from the last 7 days.

## Input

```json
{
  "keyword": "Android Developer",
  "location": "United States",
  "radius": 50,
  "unit": "mi",
  "job_entries": 1000,
  "posted_date": "SEVEN",
  "employment_type": [
    "CONTRACTS"
  ],
  "employer_type": [
    "Direct Hire",
    "Recruiter"
  ],
  "work_settings": [
    "Remote"
  ],
  "easy_apply": true,
  "willing_to_sponsor": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company Name",
    "format": "string"
  },
  "company_page_url": {
    "label": "Company Page URL",
    "format": "string"
  },
  "company_logo_url": {
    "label": "Company Logo URL",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "modified_date": {
    "label": "Modified Date",
    "format": "string"
  },
  "details_page_url": {
    "label": "Job Details URL",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "clientBrandId": {
    "label": "Client Brand ID",
    "format": "string"
  },
  "summary": {
    "label": "Job Summary",
    "format": "string"
  },
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "string"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "willing_to_sponsor": {
    "label": "Willing to Sponsor",
    "format": "boolean"
  },
  "employer_type": {
    "label": "Employer Type",
    "format": "string"
  },
  "work_from_home_availability": {
    "label": "Work From Home",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "guid": {
    "label": "GUID",
    "format": "string"
  },
  "workplace_types": {
    "label": "Workplace Types",
    "format": "array"
  }
}
```

## About this Actor

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