# Built In US tech jobs — example search

**Use case:** 

Returns a small batch of US tech vacancies from Built In — title, company, location and salary terms — as clean JSON.

## Input

```json
{
  "maxItems": 8,
  "maxPagesPerCategory": 1,
  "includeDescription": true,
  "postedWithinDays": 0,
  "onlyNewSinceLastRun": false,
  "categoryPages": [
    "/jobs/remote/dev-engineering/front-end",
    "/jobs/remote/data-analytics/machine-learning"
  ],
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "integer"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "integer"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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