# AllJobs Company Scraper - Israel Employer Directory (`scrapingmonkey/alljobs-scraper`) Actor

Extract the AllJobs employer directory with company names, industries, locations, benefits and job counts for Israel recruitment prospecting. Build employer research and recruitment account lists from directory records and company profiles.

- **URL**: https://apify.com/scrapingmonkey/alljobs-scraper.md
- **Developed by:** [ScrapingMonkey](https://apify.com/scrapingmonkey) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

Collect public employer directory listings with **AllJobs Scraper**. Identify hiring companies by name, industry and location, keeping visible benefits and vacancy counts attached to each employer. Choose the records you need and export them to CSV, JSON or Excel without supplying a site login.

Use the results for Israeli employer prospecting. Submit matching public inputs in one run, retain the original record links, and send the structured output to your recruitment spreadsheet, reporting dashboard or research database.

| At a glance | Details |
|---|---|
| 📥 Input | Search fields or links to the selected items; see the examples below |
| 📤 Output | One row per company |
| 📄 Pagination | Automatic up to `maxResults` for each input, when more results are available |
| 🔐 Login required | No |
| ⚡ Processing | Multiple inputs per run with automatic retries for temporary errors |
| 💾 Delivery | One complete Apify dataset table; CSV, JSON and Excel export |

### What the AllJobs scraper collects 💼

Collect public employer directory listings. Identify hiring companies by name, industry and location, keeping visible benefits and vacancy counts attached to each employer.

| Collection | What you receive |
|---|---|
| AllJobs company directory scraper | Company names, industries, locations, benefits and job counts for recruitment account selection. |

Data can include:

- Record identity: Record identifiers, public links and the published job title or company name.
- Employer information: Employer names, identifiers and profile links, with the company information attached to the public record.
- Location and workplace: Published workplace and location information.
- Employment and benefits: Published benefits.
- Dates and hiring activity: Visible job counts.
- Company background: Industry and business classifications.
- Images and public links: Published logos, images and media links.

### How to scrape AllJobs 🚀

1. Open the Actor input form.
2. Fill in the search fields, or paste links to the items you want to collect.
3. Set the maximum results and any optional filters.
4. Start the Actor and review the collected rows.
5. Export the dataset or connect it to your application.

#### AllJobs company directory scraper — input example

```json
{
  "mode": "alljobs-company-directory",
  "query": "Microsoft",
  "maxResults": 10
}
```

`maxResults: 10` means up to 10 results for **each input**. It does not guarantee that the website has that many matches. You can set the limit as low as 1.

### AllJobs data fields and complete output 📦

| Field group | Included data |
|---|---|
| Record identity | Record identifiers, public links and the published job title or company name. |
| Employer information | Employer names, identifiers and profile links, with the company information attached to the public record. |
| Location and workplace | Published workplace and location information. |
| Employment and benefits | Published benefits. |
| Dates and hiring activity | Visible job counts. |
| Company background | Industry and business classifications. |
| Images and public links | Published logos, images and media links. |

Each collected item is a separate row. `input` identifies the submitted value and `result_type` identifies the selected mode. All returned fields appear in one table; columns that do not apply to a mode can be empty.

A complete JSON result is shown for every collection mode below, in the same order as the input examples. Each example includes every field for its mode; text and lists are not shortened. Values are representative and can change.

#### AllJobs company directory scraper — complete JSON result

```json
{
  "result_type": "alljobs-company-directory",
  "input": "https://www.alljobs.co.il/Companies.aspx",
  "status": "success",
  "id": "150870",
  "company_name": "קבוצת אלקטרה",
  "url": "https://www.alljobs.co.il/Employer/HP/Default.aspx?cid=150870",
  "industry": "תשתיות, בניה ונדל\"ן",
  "location": "מספר מיקומים",
  "logo_url": "https://www.alljobs.co.il/Uploads/Employer/1/11/119/11942252042307625021412414114727742332288/Logos/Small/Logo_Small_150870_qy6vbfp.png",
  "benefits": [
    "שעות גמישות - סטודנטים והורים",
    "סבסוד ארוחות",
    "ביטוח בריאות",
    "סבסוד לימודים"
  ],
  "job_count": 445
}
```

Images, tags and other lists stay with their parent result instead of creating extra rows. Invalid or unavailable inputs, inputs with no results, and requests that fail after all retries produce a row with `status: failed`. At most one failed row is saved per input; it includes `error_code` and `error_message` explaining the outcome. A normal end of pagination after collected results does not add a failed row.

### Input requirements and collection settings ⚙️

| Setting | What to enter |
|---|---|
| **Maximum results per search or link** (`maxResults`) | Collect up to this many results for each search or link. Minimum: 1. |
| **Company name** (`query`) | Filter the directory by company name. Leave empty for all companies. |

| Collection mode | Fields to use |
|---|---|
| Company Directory | **Company name** |

The result limit applies separately to each search or supplied link. Collection ends earlier when no more matching results are available.

### AllJobs scraping use cases 🎯

#### Hiring-company discovery

Find Israeli employers by company-name keyword and retain their public directory links for a recruitment prospect list.

#### Industry-based employer research

Group returned companies by the industry labels published in the directory to study potential recruitment markets.

#### Local employer mapping

Use the published company locations to organise employer lists for regional recruitment and business development.

#### Visible hiring demand

Compare the job counts shown beside companies to identify organisations advertising vacancies at the time of collection.

#### Employer benefit comparison

Collect the benefits listed with employer records and compare the advantages companies choose to promote to candidates.

### Pricing and saved-result behavior 💰

See the Actor's **Pricing** tab for the active pricing model and current rate. Store settings may change, so this README does not claim a fixed cost.

Under dataset-item pricing:

- Each collected item saved in the dataset is one result.
- Images, tags and other values attached to that item do not create additional rows.
- Automatic retry attempts do not create extra dataset rows.
- A saved `failed` row is also one billable dataset item, including invalid inputs, unavailable items, no results, or exhausted retries. At most one failed row is saved per input, including when some results were already collected.
- `maxResults` caps all saved rows for each input, including its failed row. Repeated copies of the same input are processed once. More inputs or a higher limit can produce more saved results.

### AllJobs scraper API and integrations 🔌

Replace `$ACTOR_ID` with the ID shown in the Actor API tab and `$APIFY_TOKEN` with your token.

```bash
curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"mode":"alljobs-company-directory","query":"Microsoft","maxResults":10}'
```

Use schedules for recurring collection, webhooks for completion notifications, and Apify integrations for Google Sheets, Make, Zapier, cloud storage, a CRM or your own application.

### Reliability, retries, and public-data limits ⚠️

Temporary connection errors, timeouts and access restrictions are retried automatically, up to five attempts. Invalid inputs save a failed row without an HTTP request; confirmed unavailable items save a failed row without unnecessary retries. Exhausted retries also save a failed row. Results already collected remain available if a later request fails, and normal pagination completion adds no error row. Collection also stops after two consecutive fully processed pages add no new results, even if the website provides another cursor. Required detail lookups are completed before checking a page; new results reset the counter, and independent reply branches are checked separately. Failures while initializing the Actor, saving data or scheduling requests stop the run instead of being reported as a failed website result.

This Actor collects the employer directory only. It does not collect individual vacancies or expose industry and city search filters.

AllJobs controls which information is publicly available. Removed, private or restricted items may be unavailable, and optional values can be null or empty. A run can still fail if the results cannot be saved.

### Frequently asked questions ❓

#### Does it require an account on AllJobs?

No. You do not need to provide an account, password or login cookies. Only publicly available information is collected.

#### How does maxResults work?

It limits the number of saved results separately for every input. The minimum is 1. With maxResults set to 10, each input returns at most 10 available results.

#### Does this collect individual job vacancies?

No. Each result is a company from the public employer directory, with fields such as industry, location, benefits and visible job count.

#### How do I find a particular company?

Use its name as the directory keyword. Use the broad directory URL to browse companies without a keyword.

#### Why are some fields empty?

The website may not publish that value, or the field may belong to a different collection mode. Missing values remain null or empty instead of being guessed.

#### Can I export the results to a spreadsheet?

Yes. Download CSV, Excel or JSON from the Apify dataset. All returned fields are included in the same results table.

### Support and responsible use 🛟

For a reproducible issue, share the run ID, selected mode, result limit and a safe public example through the support channel. Never disclose access tokens, passwords or proxy credentials.

Use public AllJobs information lawfully and responsibly. Follow applicable privacy, copyright, data-protection, contractual and platform requirements when storing, analyzing or redistributing results.

# Actor input Schema

## `mode` (type: `string`):

Choose the information to collect.

## `maxResults` (type: `integer`):

Collect up to this many results for each search or link. Minimum: 1.

## `query` (type: `string`):

Filter the directory by company name. Leave empty for all companies.

## Actor input object example

```json
{
  "mode": "alljobs-company-directory",
  "maxResults": 10,
  "query": "Microsoft"
}
```

# Actor output Schema

## `results` (type: `string`):

Collected entities and failed input outcomes, with all available fields and error explanations in one dataset.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "alljobs-company-directory",
    "maxResults": 10,
    "query": "Microsoft"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapingmonkey/alljobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "alljobs-company-directory",
    "maxResults": 10,
    "query": "Microsoft",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapingmonkey/alljobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "alljobs-company-directory",
  "maxResults": 10,
  "query": "Microsoft"
}' |
apify call scrapingmonkey/alljobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapingmonkey/alljobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/lUgqmdBF39JfNVIx7/builds/IhRwMGn9epLRWlWGg/openapi.json
