# Scrape AI and Machine Learning Jobs on ZipRecruiter

**Use case:** 

Extract full job descriptions for artificial intelligence and machine learning engineering roles. Analyze the specific developer toolkits and frameworks current

## Input

```json
{
  "startUrls": [
    "https://www.ziprecruiter.com/jobs-search?search=software+engineer&location=New+York%2C+NY"
  ],
  "search": "Machine Learning Engineer",
  "location": "San Francisco, CA",
  "jobType": "any",
  "daysPosted": 14,
  "radiusMiles": 100,
  "remoteOnly": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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