# Jobted.com Job Listings Scraper (`rainminer/jobted-com-scraper`) Actor

Scrape public job listings from Jobted.com search results. Export title, company, location, salary when available, and apply URLs to JSON or CSV for recruiting research and lead generation.

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

## Pricing

from $0.37 / 1,000 job listings

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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?

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

## Jobted.com Scraper

### What does Jobted.com Scraper do?

**Jobted.com Scraper** extracts **job listings** from [Jobted.com](https://www.jobted.com/) — a global job aggregator that collects millions of open positions directly from company career pages and leading job boards. Paste any Jobted search URL or category page and get structured job data in minutes, with no coding required.

### Why scrape Jobted.com?

- **Global reach** — Jobted aggregates jobs from employers and job boards across dozens of countries and languages, making it ideal for international talent-market research.
- **Real employer postings** — Listings link back to original company career pages, so the data reflects authentic hiring intent rather than duplicated aggregator noise.
- **Market intelligence** — Track hiring velocity, in-demand skills, and employer activity across industries and geographies.
- **Automation-ready** — Schedule runs on Apify, export JSON/CSV/Excel, and integrate with Zapier, Make, or any REST API consumer without maintaining your own infrastructure.

### What data can you extract from Jobted.com?

| Field        | Description                                                  |
| ------------ | ------------------------------------------------------------ |
| `id`         | Unique job identifier from Jobted                            |
| `title`      | Job title as shown on the listing                            |
| `company`    | Employer name                                                |
| `location`   | City or region where the job is based                        |
| `description`| Short job description snippet                                |
| `datePosted` | Posting date in ISO 8601 format (`datetime` attribute)       |
| `dateText`   | Human-readable relative date (e.g. "3 days ago")             |
| `url`        | Jobted viewjob link for this listing                         |
| `source`     | Original source URL at the employer's career page            |
| `sourceHost` | Domain of the original source (e.g. `linkedin.com`)         |

### How to scrape Jobted.com

1. Open **Jobted.com Scraper** in [Apify Console](https://console.apify.com/).
2. Go to **Jobted.com**, search for the jobs you want, and copy the resulting URL (e.g. `https://www.jobted.com/developer-jobs`).
3. Paste the URL into the **Start URLs** field.
4. Set **Maximum items** to limit how many jobs are returned per URL.
5. Click **Start** and wait for the Actor to finish.
6. Download results from the **Dataset** tab in JSON, CSV, or Excel.

#### Supported start URL formats

- Category pages: `https://www.jobted.com/developer-jobs`
- Location pages: `https://www.jobted.com/jobs-new-york`
- Keyword + location: `https://www.jobted.com/?j=nurse&l=New+York`
- Any Jobted search result URL from your browser

### Output example

```json
{
  "id": "a3f1c2e4b5d6f7a8b9c0d1e2f3a4b5c6",
  "title": "Senior Software Engineer",
  "company": "Acme Corp",
  "location": "New York, NY",
  "description": "We're looking for a senior engineer to join our platform team...",
  "datePosted": "2026-07-24",
  "dateText": "3 days ago",
  "url": "https://www.jobted.com/?viewjob=a3f1c2e4b5d6f7a8b9c0d1e2f3a4b5c6",
  "source": "https://careers.acmecorp.com/jobs/senior-engineer-123",
  "sourceHost": "careers.acmecorp.com"
}
```

You can download the full dataset in **JSON**, **CSV**, **XML**, **Excel**, or **HTML** directly from Apify Console.

### Input

Jobted.com Scraper accepts the following inputs:

| Parameter            | Type    | Default | Description                                              |
| -------------------- | ------- | ------- | -------------------------------------------------------- |
| `startUrls`          | Array   | —       | One or more Jobted.com search or category URLs (required)|
| `maxItems`           | Integer | 5       | Maximum jobs returned per start URL                      |
| `proxyConfiguration` | Object  | none    | Apify proxy settings (no proxy needed by default)        |

### How much does scraping Jobted.com cost?

This Actor uses **pay-per-event pricing plus platform usage**: you pay a small per-job fee, and you also pay Apify compute/usage for the Playwright run (browser scrapers cost more than plain HTTP). No proxies are required by default. Check the **Pricing** tab on the Actor's Apify Store page for current event rates and estimate total cost from your run size.

### Integrations

Connect Jobted.com Scraper to external tools via the **Apify API** or no-code platforms:

- **Zapier** — Trigger a workflow when new jobs appear
- **Make (Integromat)** — Route scraped jobs to Google Sheets, Airtable, or Slack
- **REST API** — Retrieve dataset items programmatically with your Apify API token
- **Scheduled runs** — Set up a daily or weekly cron to monitor new postings automatically

### Tips

- Use specific category URLs (`/developer-jobs`, `/nurse-jobs`) rather than broad searches to keep result sets focused.
- Add a location to the URL (e.g. `/jobs-new-york`) to narrow down results geographically.
- Start with a small `maxItems` (e.g. 5) for testing, then increase for production.
- Sponsored ad slots are automatically excluded — only real job listings are returned.

### Is it legal to scrape Jobted.com?

Jobted.com displays publicly available job listings aggregated from employer career pages and other public sources. This Actor collects only publicly visible, non-personal data. You should review [Jobted's terms of service](https://www.jobted.com/) and ensure your use case complies with applicable data protection regulations (GDPR, CCPA, etc.) before scraping at scale. For guidance, see [Apify's blog on the legality of web scraping](https://blog.apify.com/is-web-scraping-legal/).

### Image Credit

Image credit: [jobted.com](https://www.jobted.com/)

# Actor input Schema

## `startUrls` (type: `array`):

One or more jobted.com search or category URLs. Use the URL directly from your browser after searching for jobs (e.g. https://www.jobted.com/developer-jobs or https://www.jobted.com/?j=nurse\&l=New+York).

## `maxItems` (type: `integer`):

Maximum number of job listings to return per start URL. Pagination stops automatically when this limit is reached.

## `proxyConfiguration` (type: `object`):

Jobted.com is accessible without proxies. Leave the default (no proxy) for most use cases.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.jobted.com/developer-jobs"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrls": [
        {
            "url": "https://www.jobted.com/developer-jobs"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/jobted-com-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 = {
    "startUrls": [{ "url": "https://www.jobted.com/developer-jobs" }],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/jobted-com-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 '{
  "startUrls": [
    {
      "url": "https://www.jobted.com/developer-jobs"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call rainminer/jobted-com-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rainminer/jobted-com-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/avmRZgPDJ5zRYBbPV/builds/fgLgWSwzon63LRR9s/openapi.json
