# Ziprecruiter Phone Number Scraper - Validated Mobile & Landline (`insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful`) Actor

📞 ZipRecruiter Phone Number Scraper — collect verified ZipRecruiter employer phone numbers. Search by keyword and location, filter by country and line type, and keep only valid records. ✅ Carrier and dial-code metadata included.

- **URL**: https://apify.com/insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful.md
- **Developed by:** [InsightFlow](https://apify.com/insightflow) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Ziprecruiter Phone Number Scraper

**Ziprecruiter Phone Number Scraper** helps you collect phone numbers from public Ziprecruiter profiles, bios, and posts using keywords and country targeting. It’s a practical ZipRecruiter scraper for recruiters, marketers, and researchers who need ZipRecruiter phone number extraction, ZipRecruiter lead generation, and faster prospect data enrichment at scale 📞

### What Does Ziprecruiter Phone Number Scraper Do? 🤖

Ziprecruiter Phone Number Scraper scrapes publicly available data from Ziprecruiter based on your keywords, optional location filter, and selected country. During a run, it collects relevant public profile details, extracts phone numbers, and saves each match to your Apify dataset in a structured format. This makes it useful for recruiter phone lookup, candidate phone extraction, job board scraping, and talent acquisition contacts without the manual effort of checking profiles one by one. ✅

### What Can Ziprecruiter Phone Number Scraper Extract? 📊

This actor is focused on public phone-number discovery and clean, structured lead capture. Each result includes the keyword that surfaced the profile, the profile title, supporting description text, the profile URL, and the phone number itself, plus country and dial code for easier filtering and analysis. It’s a straightforward tool for recruitment lead scraping, employment data mining, and automated contact extraction.

| Data Type | Field Name | Description |
|---|---|---|
| Discovery | `keyword` | The search term that brought up the result |
| Identity | `title` | The profile title shown in the dataset |
| Context | `description` | Public description text from the profile result |
| Navigation | `url` | Direct link to the profile page |
| Contact | `phone_number` | The extracted phone number |
| Geo Targeting | `country` | The selected target country |
| Dialing Info | `dial_code` | The country dial code used for targeting |

#### Key Features of Ziprecruiter Phone Number Scraper ⚡

- ✅ **Keyword-Driven Discovery:** Use your own keywords to find relevant public profiles and contact opportunities for ZipRecruiter contact scraper workflows.
- 🌍 **Country Targeting:** Choose a country from the built-in list to focus phone number harvesting on the region that matters most.
- 📍 **Optional Location Filter:** Narrow results by location when you want more precise prospect data enrichment.
- 🔄 **Built for Reliability:** Includes retries, fallbacks, and incremental saving so large scraping jobs can keep moving.
- 💾 **Real-Time Dataset Saving:** Results are pushed to the dataset as they’re found, helping prevent data loss during long runs.
- 📦 **Structured Output:** Clean dataset fields make it easy to export, analyze, or reuse in CRM and research workflows.
- 📈 **Bulk Extraction Friendly:** Supports larger runs with a configurable result cap, making it practical for ZipRecruiter lead generation at scale.
- 🧠 **Smart Filtering:** Helps reduce noise by combining keyword selection with country targeting for better quality results.

### How to Use Ziprecruiter Phone Number Scraper 🚀

1. **Open the Actor** — Find Ziprecruiter Phone Number Scraper in the Apify Store and open its input form.
2. **Add Keywords** — Enter one or more keywords to guide the scrape.
3. **Choose a Country** — Select the country you want to target for phone numbers.
4. **Set a Location** — Optionally add a location to narrow the results further.
5. **Adjust the Limit** — Set `maxPhoneNumbers` if you want to cap the total number of phone numbers collected.
6. **Run the Actor** — Start the run and monitor progress in the logs.
7. **Export Results** — Review the dataset and export the results in the format you need.

*No coding required.*

### Ziprecruiter Phone Number Scraper Output Format 📦

The actor saves results to the Apify dataset as structured JSON, ready for analysis, lead generation, or downstream automation.

#### ⬇️ Input Example

```json
{
  "keywords": [
    "marketing",
    "founder"
  ],
  "location": "London",
  "country": "United Kingdom (+44)",
  "maxPhoneNumbers": 20
}
```

#### ⬆️ Output Example

```json
[
  {
    "keyword": "marketing",
    "title": "Sarah Johnson",
    "description": "Marketing consultant focused on growth strategy and brand campaigns.",
    "url": "https://www.ziprecruiter.com/profile/sarah-johnson",
    "phone_number": "+44 7700 900123",
    "country": "United Kingdom",
    "dial_code": "+44"
  }
]
```

| Field | Label | Format | Description |
|---|---|---|---|
| `keyword` | Keyword | text | The keyword that returned this record |
| `title` | Title | text | The profile title shown in the result |
| `description` | Description | text | Public description text associated with the result |
| `url` | Url | link | Direct link to the profile page |
| `phone_number` | Phone Number | text | Phone number extracted from public data |
| `country` | Country | text | The selected country for targeting |
| `dial_code` | Dial Code | text | The selected country dial code |

### 🎯 Use Cases of Ziprecruiter Phone Number Scraper

**Recruitment Lead Scraping:** Build targeted lists of public contacts for outreach and hiring campaigns. This is especially useful when you need a recruitment lead scraping workflow that moves faster than manual research.

**Talent Acquisition Contacts:** Find public phone numbers tied to relevant profiles so your recruiting team can reach out more directly and efficiently.

**Prospect Data Enrichment:** Add country and phone details to existing records for better segmentation, validation, and CRM enrichment.

**Job Board Scraping:** Collect public contact details from Ziprecruiter profile pages and related content for market analysis or candidate sourcing.

**Research and Analysis:** Study the availability of public contact data by keyword, location, or country to support employment data mining and hiring contact database projects.

### How Much Will Ziprecruiter Phone Number Scraper Cost You? 💰

This actor is designed for efficient, pay-per-use scraping on Apify, so your cost depends on how much data you choose to collect. Use `maxPhoneNumbers` to control the size of each run and keep phone number harvesting within your target volume. New users can also benefit from Apify’s free tier credits, which makes it easy to test ZipRecruiter phone number extraction before scaling up.

### Is It Legal to Scrape Ziprecruiter? ⚖️

This actor only works with publicly available data. It does not access private accounts or protected content. As with any public web data project, you are responsible for following applicable laws, Ziprecruiter’s terms, and any privacy or anti-spam rules that apply to your use case. For questions, support, or data removal requests, contact <insightflowofficial@gmail.com>.

### Ziprecruiter Phone Number Scraper Input Parameters 📋

```json
{
  "keywords": [
    "marketing",
    "founder"
  ],
  "location": "",
  "country": "United Kingdom (+44)",
  "maxPhoneNumbers": 20
}
```

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `keywords` | Array | ✅ Yes | `["marketing","founder"]` | Keywords used to find relevant public Ziprecruiter profiles and posts. |
| `location` | String | No | `""` | Optional location filter. Leave it empty for a broader search. |
| `country` | String | ✅ Yes | `United Kingdom (+44)` | Country selection used to target phone numbers. |
| `maxPhoneNumbers` | Integer | No | `20` | Stops the run after this many phone numbers are found. |

### During the Actor Run ⏱️

While the actor is running, you’ll see live logs in the Apify Console showing progress by keyword and result counts. Results are saved to the dataset as they are found, so you can review them before the run finishes. If a run returns fewer results than expected, try broader keywords, a different location, or another country selection. Longer runs may take more time when `maxPhoneNumbers` is set higher.

### Final Note ✉️

Start collecting public Ziprecruiter phone numbers in minutes with no manual searching and no setup headaches. Try the **Ziprecruiter Phone Number Scraper** today, and reach out anytime at <insightflowofficial@gmail.com>.

### FAQ — Ziprecruiter Phone Number Scraper ❓

#### How does Ziprecruiter Phone Number Scraper find phone numbers?

It uses your keywords, optional location filter, and selected country to surface relevant public Ziprecruiter data, then extracts phone numbers that appear in those publicly available sources. It only returns what’s publicly visible.

#### What types of Ziprecruiter data can I scrape?

This actor is designed to return the dataset fields defined in the output schema: keyword, title, description, url, phone\_number, country, and dial\_code. It’s built for ZipRecruiter phone number extraction and related lead generation tasks.

#### What did your tests show about the Ziprecruiter Phone Number Scraper?

The actor is built for bulk extraction and structured output, so it’s suited to mid-sized and larger prospecting workflows. Results will vary depending on your keywords, location, and chosen country, which is normal for public web data.

#### Why scrape Ziprecruiter for phone numbers?

Ziprecruiter can be a valuable source for recruitment lead scraping, candidate phone extraction, and talent acquisition contacts. Instead of manually reviewing profiles, this actor helps automate contact extraction and speed up research.

#### How much does it cost to use the Ziprecruiter Phone Number Scraper?

Your cost depends on how much data you collect and how large you set `maxPhoneNumbers`. Apify’s free tier can help you test the actor before committing to larger runs.

#### How does the Ziprecruiter Phone Number Scraper help my business?

It streamlines job board scraping and prospect data enrichment by turning public profile information into a clean, exportable dataset. That saves time for marketers, analysts, and recruiters who need fast access to public contacts.

#### What are the challenges of using a Ziprecruiter scraper?

Not every profile includes a public phone number, so results can vary by keyword, location, and country. If you get fewer results than expected, try broader keywords or a different country setting.

#### How do I choose the right Ziprecruiter Phone Number Scraper?

Look for clear output fields, configurable limits, country targeting, and reliable saving during the run. This actor includes all of those essentials, plus support at <insightflowofficial@gmail.com>.

### 🆘 Support & Feedback

Found an issue or need help with Ziprecruiter Phone Number Scraper?

- 🐞 **Bug Reports:** Contact support if something looks off in the results.
- ✨ **Custom Requests:** Reach out if you need help adapting the workflow to your lead generation process.
- 📧 **Email:** <insightflowofficial@gmail.com>

### Call Confidence & Provenance

Every number now carries the evidence behind it, so a list can be triaged before
anyone starts dialling.

| Field | Meaning |
| --- | --- |
| `confidence` | 0-100: how likely this is a genuine, correctly read business number |
| `confidenceBand` | `high` (80+), `good` (60-79), `medium` (40-59), `low` (<40) |
| `contextReason` | Why it was accepted - `link:tel_uri`, `positive_label:whatsapp`, `international_format`, `no_label`, ... |
| `contextWindow` | The wording printed either side of the number on the page |
| `foundBy` | `tel_uri`, `wa.me`, `api.whatsapp`, `telegram`, `signal`, `viber` or `matcher` |
| `foundIn` | Which text the number appeared in |
| `businessName` | The business the listing is about, read from its headline |
| `websiteDomain` | The site the number was published on |
| `category` | Broad industry tag - `industrial`, `health`, `food`, `professional`, ... |
| `scrapedAt` | UTC timestamp, so you know how fresh the row is |

A number that also appears inside a click-to-call or click-to-chat link on the
same page is the most reliable case there is, and scores highest.

**Inputs**

- **Minimum confidence** - drop rows below a score. `0` keeps everything.
- **Surrounding text to keep** - how much context to record per number (20-200 chars).

`category` is left blank rather than guessed when the wording is too generic to
place the business, and `businessName` falls back to the leading part of the
headline when no company name is recognisable.

# Actor input Schema

## `keywords` (type: `array`):

Enter keywords to search for (e.g., 'Target Keyword').

## `location` (type: `string`):

Filter by location (e.g., 'London', 'California'). Leave empty for global search.

## `country` (type: `string`):

Select the country to target for phone numbers.

## `maxPhoneNumbers` (type: `integer`):

Stop scraping after this many phone numbers are found. Setting a higher limit extends the scraping duration.

## `minLeadScore` (type: `integer`):

Drop any contact whose Lead Score (0-100) falls below this. Leave at 0 for no filter.

## `minConfidence` (type: `integer`):

Drop any number scoring below this (0-100). The score reflects how clearly the number was labelled as a phone number, whether the digits form a valid number, and whether it came from a click-to-call or chat link. Leave at 0 for no filter.

## `contextChars` (type: `integer`):

How many characters of the wording either side of the number to keep in the Surrounding text column, so you can judge a number without opening the page.

## Actor input object example

```json
{
  "keywords": [
    "recruiter",
    "hiring manager"
  ],
  "country": "United States (+1)",
  "maxPhoneNumbers": 20,
  "minLeadScore": 0,
  "minConfidence": 0,
  "contextChars": 60
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# 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 = {
    "keywords": [
        "recruiter",
        "hiring manager"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful").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 = { "keywords": [
        "recruiter",
        "hiring manager",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful").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 '{
  "keywords": [
    "recruiter",
    "hiring manager"
  ]
}' |
apify call insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,insightflow/ziprecruiter-phone-number-scraper-accurate-and-powerful"
        }
    }
}

```

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/Rt3eCWdMQcFrzWrQw/builds/Kc8WKDk9veVVaokHH/openapi.json
