---
title: "Company Domain to Job Postings - Greenhouse, Lever, Ashby"
slug: "company-domain-to-job-postings"
type: "apify-actor"
url: "https://automationbyexperts.com/apify/company-domain-to-job-postings"
apify_url: "https://apify.com/fayoussef/company-domain-to-job-postings?fpr=youssef&fp_sid=abe_company-domain-to-job-postings"
category: "Lead Generation Actors"
price: "$0.001"
price_unit: "per job posting"
runs: 38
users: 3
---

# Company Domain to Job Postings - Greenhouse, Lever, Ashby

It turns a list of company domains into their live job postings. For each domain it finds the company's ATS board across Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters and Personio, verifies the board really belongs to that company, and returns every open role in one schema - no slug hunting.

**Run it:** [Company Domain to Job Postings - Greenhouse, Lever, Ashby on Apify](https://apify.com/fayoussef/company-domain-to-job-postings?fpr=youssef&fp_sid=abe_company-domain-to-job-postings)  
**Pricing:** $0.001 per job posting  
**Usage:** 38 runs by 3 users

## Use cases

- **Sales & GTM teams** - Hiring is a buying signal - spot accounts staffing up for the exact function your product serves.
- **Recruiters** - Track which target companies are actively hiring and for which roles, straight from their own ATS.
- **Market researchers** - Measure headcount growth and team composition across a whole portfolio of companies.

## Output fields

- `Input company domain`
- `Detected ATS provider`
- `Verified board URL`
- `Job title`
- `Department & team`
- `Seniority`
- `Remote type (remote / hybrid / on-site)`
- `Location`
- `Salary (where published)`
- `Posted date`
- `Apply URL`

## Ready-made example tasks

Pre-filled tasks published inside this actor. Each link opens the task on Apify with the input below already set.

### Pull remote jobs from a list of company domains

Paste domains straight from a CRM export and get back only the remote roles each company has open, with location, salary where published, department and full description. Recruiters and sales teams use it to know who is hiring, and for what, before an outreach sequence starts.

[Task details](https://automationbyexperts.com/apify/examples/remote-jobs-from-a-prospect-list) | [Run it on Apify](https://apify.com/fayoussef/company-domain-to-job-postings/examples/remote-jobs-from-a-prospect-list?fpr=youssef&fp_sid=abe_ex_remote-jobs-from-a-prospect-list)

```json
{
  "companies": [
    "stripe.com",
    "monzo.com",
    "channable.com",
    "notion.so"
  ],
  "remoteOnly": true,
  "includeDescription": true,
  "maxItems": 500
}
```

### Get every engineering job at YC companies

Adds the curated Y Combinator company list to your own domains, finds each company's Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters or Personio board, verifies it belongs to them, and returns every open role whose title mentions engineer or developer in one unified schema.

[Task details](https://automationbyexperts.com/apify/examples/engineering-jobs-at-yc-companies) | [Run it on Apify](https://apify.com/fayoussef/company-domain-to-job-postings/examples/engineering-jobs-at-yc-companies?fpr=youssef&fp_sid=abe_ex_engineering-jobs-at-yc-companies)

```json
{
  "companies": [
    "stripe.com",
    "monzo.com"
  ],
  "preset": "yc_companies",
  "keywords": [
    "engineer",
    "developer"
  ],
  "maxItems": 500
}
```

## FAQ

### Which ATS platforms are supported?

Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters and Personio.

### Do I need to know each company's board URL?

No - that is the point. You paste domains and the actor finds and verifies the matching board itself.

### How does it avoid returning the wrong company's jobs?

Each discovered board is verified against the input domain before its roles are returned.

### Is salary always included?

Only where the employer publishes it on the posting.

## Related actors

- [GitHub Developer Lead Finder & Email Enricher](https://automationbyexperts.com/apify/github-developer-leads): It finds developers on GitHub by language, location or topic and enriches them with public emails and profile data -…
- [Naukrigulf Scraper - Gulf Jobs in 12 Languages](https://automationbyexperts.com/apify/naukrigulf-scraper): It scrapes Naukrigulf.com job listings across the UAE, Saudi Arabia, Qatar, Kuwait, Bahrain and Oman. You can search…
- [Reddit Lead Finder - Buying-Intent Posts, Comments & Alerts](https://automationbyexperts.com/apify/reddit-lead-finder): It scans Reddit posts and comments for buying intent - people asking for a tool, an alternative to X, or recommendati…
- [AI Account Watch - Custom Sales Trigger Alerts for Any Company List](https://automationbyexperts.com/apify/ai-account-watch): It watches a list of companies and alerts you when one of them does what you describe in plain English - raises fundi…

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all actors](https://automationbyexperts.com/apify) or [request a new one](https://automationbyexperts.com/suggest).
