---
title: "Pull remote jobs from a list of company domains"
slug: "remote-jobs-from-a-prospect-list"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/remote-jobs-from-a-prospect-list"
actor: "Company Domain to Job Postings - Greenhouse, Lever, Ashby"
actor_url: "https://automationbyexperts.com/apify/company-domain-to-job-postings"
apify_url: "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"
price: "$0.001"
price_unit: "per job posting"
---

# 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.

**Run it:** [Pull remote jobs from a list of company domains 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)  
**Actor:** [Company Domain to Job Postings - Greenhouse, Lever, Ashby](https://automationbyexperts.com/apify/company-domain-to-job-postings)  
**Pricing:** $0.001 per job posting

## The input this task runs with

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

## What every run returns

- `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`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

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

- [Get every engineering job at YC companies](https://automationbyexperts.com/apify/examples/engineering-jobs-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.

---

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