# ZipRecruiter Remote Senior Dev Jobs Scraper US

**Use case:** 

Scrape fresh remote senior software engineer jobs paying $150k+ from ZipRecruiter daily. Gives job seekers first-mover advantage on brand new postings.

## Input

```json
{
  "search": "senior software engineer",
  "location": "New York, NY",
  "radius": "100",
  "searches": [],
  "remote": "only_remote",
  "datePosted": "1",
  "minimumSalary": 150000,
  "employmentType": "employment_type:full_time",
  "experienceLevel": [
    "senior"
  ],
  "applyType": "has_zipapply",
  "maxResults": 10,
  "maxPages": 1,
  "startPage": 1
}
```

## Output

```json
{
  "search_query": {
    "label": "Search Query",
    "format": "text"
  },
  "search_location": {
    "label": "Search Location",
    "format": "text"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "text"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime (UTC)",
    "format": "date"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "company_logo_url": {
    "label": "Logo",
    "format": "image"
  },
  "location_display": {
    "label": "Location",
    "format": "text"
  },
  "is_remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employment_types_display": {
    "label": "Employment Type",
    "format": "text"
  },
  "pay_display_short": {
    "label": "Salary Range",
    "format": "text"
  },
  "pay_min_annual": {
    "label": "Min Salary (Annual)",
    "format": "number"
  },
  "pay_max_annual": {
    "label": "Max Salary (Annual)",
    "format": "number"
  },
  "is_estimated_pay": {
    "label": "Estimated Pay",
    "format": "boolean"
  },
  "benefits_display": {
    "label": "Benefits",
    "format": "text"
  },
  "posted_at_utc": {
    "label": "Posted At",
    "format": "date"
  },
  "posted_at_display": {
    "label": "Posted",
    "format": "text"
  },
  "first_seen_days_ago": {
    "label": "Days Since Posted",
    "format": "number"
  },
  "is_new_job": {
    "label": "New Job",
    "format": "boolean"
  },
  "is_active": {
    "label": "Active",
    "format": "boolean"
  },
  "has_zip_apply": {
    "label": "Quick Apply",
    "format": "boolean"
  },
  "is_external_apply": {
    "label": "External Apply",
    "format": "boolean"
  },
  "apply_type": {
    "label": "Apply Type",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "quick_apply_href": {
    "label": "Quick Apply URL",
    "format": "link"
  },
  "job_page_url": {
    "label": "Job Page",
    "format": "link"
  },
  "company_url": {
    "label": "Company Page",
    "format": "link"
  },
  "location_city": {
    "label": "City",
    "format": "text"
  },
  "location_state": {
    "label": "State",
    "format": "text"
  },
  "location_postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "location_country": {
    "label": "Country",
    "format": "text"
  },
  "location_url": {
    "label": "Location URL",
    "format": "link"
  },
  "location_types": {
    "label": "Location Types",
    "format": "array"
  },
  "pay_min": {
    "label": "Min Pay",
    "format": "number"
  },
  "pay_max": {
    "label": "Max Pay",
    "format": "number"
  },
  "pay_interval": {
    "label": "Pay Interval",
    "format": "text"
  },
  "pay_currency": {
    "label": "Currency",
    "format": "text"
  },
  "pay_display": {
    "label": "Pay Display (Raw)",
    "format": "text"
  },
  "pay_visible": {
    "label": "Pay Visible",
    "format": "boolean"
  },
  "pay_source": {
    "label": "Pay Source",
    "format": "text"
  },
  "employment_types": {
    "label": "Employment Types (Codes)",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits (Codes)",
    "format": "array"
  },
  "snippet": {
    "label": "Description Snippet",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "listing_key": {
    "label": "Listing Key",
    "format": "text"
  },
  "match_id": {
    "label": "Match ID",
    "format": "text"
  },
  "open_seat_id": {
    "label": "Open Seat ID",
    "format": "text"
  },
  "company_id": {
    "label": "Company ID",
    "format": "text"
  },
  "company_canonical_name": {
    "label": "Company Canonical Name",
    "format": "text"
  }
}
```

## About this Actor

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