# Feed AI agents remote engineering job data

**Use case:** 

Feed your AI job-search agent fresh remote software, backend, and frontend roles from 75+ ATS platforms with normalized JSON output.

## Input

```json
{
  "queries": [
    "Software Engineer",
    "Backend Engineer",
    "Frontend Engineer"
  ],
  "search_description": true,
  "locations": [
    "United States"
  ],
  "sources": [
    "greenhouse",
    "lever"
  ],
  "work_models": [
    "remote"
  ],
  "employment_types": [
    "full-time"
  ],
  "experience_levels": [
    "mid",
    "senior"
  ],
  "posted_after": "7 days",
  "page": 1,
  "page_size": 50,
  "include_company_details": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company.name": {
    "label": "Company",
    "format": "string"
  },
  "company.industries": {
    "label": "Industries",
    "format": "array"
  },
  "company.logo_url": {
    "label": "Logo",
    "format": "string"
  },
  "company.summary": {
    "label": "Company summary",
    "format": "string"
  },
  "company.website": {
    "label": "Website",
    "format": "string"
  },
  "company.details_url": {
    "label": "Company details",
    "format": "string"
  },
  "summary": {
    "label": "Role summary",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "experience_level": {
    "label": "Level",
    "format": "string"
  },
  "workplace_type": {
    "label": "Workplace",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "compensation": {
    "label": "Compensation",
    "format": "object"
  },
  "qualifications": {
    "label": "Qualifications",
    "format": "object"
  },
  "responsibilities": {
    "label": "Responsibilities",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "is_h1b_sponsor": {
    "label": "H1B",
    "format": "boolean"
  },
  "is_work_auth_required": {
    "label": "Work auth required",
    "format": "boolean"
  },
  "is_clearance_required": {
    "label": "Clearance",
    "format": "boolean"
  },
  "date_posted": {
    "label": "Posted",
    "format": "string"
  },
  "valid_through": {
    "label": "Expires",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing",
    "format": "string"
  },
  "apply_url": {
    "label": "Apply",
    "format": "string"
  },
  "id": {
    "label": "Job ID",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ats Jobs API](https://apify.com/jobo.world/ats-jobs-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jobo.world/ats-jobs-api) to learn more, explore other use cases, and run it yourself.