# Scrape Built In AI Engineer Jobs

**Use case:** 

Collect Built In AI engineer job postings to track demand for AI roles across tech employers.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://builtin.com/jobs/remote"
    }
  ],
  "keyword": "ai engineer",
  "remotePreference": "remote-or-hybrid",
  "category": "dev-engineering",
  "postedWithinDays": 7,
  "maxItems": 25,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "date"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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