# Build a multi-employer Zoho Recruit jobs feed

**Use case:** 

Collect and deduplicate public openings across multiple live employer tenants for recurring recruiting-data workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://accountingbaba.zohorecruit.com/jobs/Careers"
    }
  ],
  "tenantSlugs": [
    "accountingbaba",
    "advice",
    "amkyphysicians"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "jobType": {
    "label": "Job type",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "openingDate": {
    "label": "Opening date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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