# Fantastic Jobs Job Listing Scraper (`parseforge/fantastic-jobs-scraper`) Actor

Scrape job listings from Fantastic Jobs without browser overhead. Each record includes company name, company logo image URL, job role, location, and a direct link to the job posting. Ideal for aggregating career opportunities or tracking employer hiring activity.

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

## Pricing

from $9.77 / 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/platform/actors/running/actors-in-store#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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

> **Unofficial.** This Actor is not affiliated with, endorsed by, or sponsored by Fantastic Jobs. It collects publicly available data only.

This actor scrapes job listings from Fantastic Jobs, extracting company name, job title, location, job URL, and company logo URL. It requires only the start URL and optionally a maximum number of items.

The actor scrapes job listings from any Fantastic Jobs page by providing a start URL. You can set a maximum number of items to collect, with a free preview limit of 10 items and paid users up to 1,000,000.

[**Open the input and run it**](https://apify.com/parseforge/fantastic-jobs-scraper/input?fpr=vmoqkp). Paste a Fantastic Jobs URL, set maxItems, and the first rows land in under a minute.

| Target Audience | Primary Use Cases |
|---|---|
| job seekers, recruiters, HR analysts, market researchers, data scientists, career coaches | Monitor job postings, analyze hiring trends, build job databases, track competitor hiring, research salary benchmarks, automate job search |

Jump to: [Data fields](#fantastic-jobs-data-fields) · [How to scrape](#how-to-scrape-fantastic-jobs) · [Use cases](#fantastic-jobs-data-use-cases) · [API](#use-this-fantastic-jobs-scraper-as-an-api) · [Troubleshooting](#troubleshooting) · [FAQ](#fantastic-jobs-scraper-faq)

***

### What the Fantastic Jobs Job Listing Scraper does

- **Single URL scrape:** Scrape all job listings from a given Fantastic Jobs page.
- **Limit items:** Control the number of listings to collect, from 1 to 1,000,000.

***

***

### What this Fantastic Jobs scraper does not do

- **No search functionality.** The actor scrapes whatever is on the page; it does not search across multiple queries or keywords.
- **No pagination beyond the initial page.** Only the listings visible on the provided URL are scraped; the actor does not follow pagination links.
- **No detailed job descriptions.** Only the fields listed (company name, job title, location, job URL, company logo URL) are extracted; full descriptions are not scraped.
- **Rate limiting.** Fantastic Jobs may block excessive requests; use reasonable maxItems and avoid rapid repeated runs.
- **Free preview limit.** Free users are limited to 10 items per run. Paid users can set maxItems up to 1,000,000.

***

### Why choose this Fantastic Jobs scraper

|  | Capability |
|---|---|
| Company Name | The name of the company posting the job. |
| Job Title | The title of the job listing. |
| Location | The geographic location of the job. |
| Job URL | Direct link to the job listing on Fantastic Jobs. |
| Company Logo URL | URL of the company's logo image. |

***

### How to Scrape Fantastic Jobs

1. **Sign up.** [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. **Open the Actor.** Go to the [Fantastic Jobs Job Listing Scraper](https://apify.com/parseforge/fantastic-jobs-scraper?fpr=vmoqkp) page.
3. **Set your input.** Paste a Fantastic Jobs URL, set maxItems, and the first rows land in under a minute.
4. **Run it, then download.** Results appear in the Dataset tab as CSV, Excel, JSON or XML.

**A first run with the defaults**

```json
{
  "startUrl": "https://fantastic.jobs",
  "maxItems": 10
}
```

**A larger pull**

```json
{
  "startUrl": "https://fantastic.jobs",
  "maxItems": 200
}
```

***

### Fantastic Jobs Data Use Cases

#### Monitor competitor hiring

A market researcher runs the actor with the start URL of a competitor's company page on Fantastic Jobs, sets maxItems to 100, and reads the companyName and jobTitle fields. The decision it supports: which roles the competitor is actively filling.

#### Build a local job database

A career coach scrapes job listings for a specific city by using the Fantastic Jobs search URL for that location, sets maxItems to 500, and collects all fields. The decision it supports: identifying the most in-demand jobs in the area.

#### Track hiring trends over time

A data scientist schedules the actor to run weekly on the Fantastic Jobs homepage, sets maxItems to 1000, and stores the jobTitle and companyName fields. The decision it supports: detecting shifts in job categories and employer activity.

#### Automate job search alerts

A job seeker runs the actor on a saved search URL from Fantastic Jobs, sets maxItems to 50, and uses the jobUrl field to visit new listings. The decision it supports: which new postings to apply for.

***

### Beyond business use cases

- **Research.** Analyze job market trends by scraping multiple pages and comparing fields over time.
- **Journalism.** Investigate hiring patterns in specific industries or regions using the extracted data.
- **Public interest.** Track job availability in local areas to inform community resources.
- **Side projects.** Build a personal job alert system or a custom job board aggregator.

***

### Use This Fantastic Jobs Scraper as an API

Call it from anything that can send an HTTP request. This returns the dataset in the same response:

```bash
curl -X POST \
  "https://api.apify.com/v2/acts/parseforge~fantastic-jobs-scraper/run-sync-get-dataset-items" \
  -H "Authorization: Bearer $APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "startUrl": "https://fantastic.jobs", "maxItems": 10 }'
```

`$APIFY_TOKEN` is your Apify API token, from Settings in the console. For larger jobs, start the run asynchronously and collect results with a webhook. Client libraries exist for Node.js and Python as `apify-client`, and the full reference is in the [Apify API documentation](https://docs.apify.com/api/v2).

Save a tested input as an Apify Task and attach a [schedule](https://docs.apify.com/platform/schedules) for recurring collection.

***

### Troubleshooting

**No data returned** Verify the start URL is correct and the page contains job listings. Try the default homepage URL.

**Only 10 items scraped** You are on the free tier. Upgrade your Apify account or set maxItems to a higher value if you are a paid user.

**Error: page not found** The URL is invalid or the page no longer exists. Check the URL and try again.

**Empty fields in output** The page structure may have changed. Contact support or try a different URL.

**Rate limit error** Reduce maxItems or add a delay between runs. Avoid running the actor too frequently.

**Something else.** Open an issue with the run ID, your input with any secrets removed, what you expected and what came back, or email parseforge@protonmail.com.

***

### Fantastic Jobs Scraper FAQ

**Can I scrape all jobs from Fantastic Jobs?** No, the actor only scrapes listings from the URL you provide. It does not crawl the entire site.

**How many items can I scrape?** Free users are limited to 10 items. Paid users can set maxItems up to 1,000,000.

**Do I need an API key?** No, the actor works directly with the public Fantastic Jobs website.

**What fields are extracted?** Company name, job title, location, job URL, and company logo URL.

**Can I scrape job descriptions?** No, only the fields listed above are extracted. Full descriptions are not included.

**Is the data up-to-date?** The data reflects the page at the time of scraping. Fantastic Jobs updates its listings in real time.

**Can I schedule this actor?** Yes, you can schedule runs in the Apify console to scrape periodically.

**What happens if the page structure changes?** The actor may break. We update it as needed, but you can report issues via the Apify actor page.

**How do I handle errors?** Check the start URL is valid and the page contains listings. If you get empty results, try a different URL.

**Can I scrape multiple pages?** Not directly. You would need to run the actor separately for each page URL.

**Is there a free tier?** Yes, free users can scrape up to 10 items per run.

**How do I get the data?** The actor outputs a dataset that you can download as JSON, CSV, or other formats from the Apify platform.

***

### Integrate with any app

Connects to any cloud service through [Apify integrations](https://apify.com/integrations):

- [Make](https://docs.apify.com/platform/integrations/make): multi-step automations
- [Zapier](https://docs.apify.com/platform/integrations/zapier): 5,000+ apps
- [Slack](https://docs.apify.com/platform/integrations/slack): run notifications
- [Airbyte](https://docs.apify.com/platform/integrations/airbyte): pipe rows into a warehouse
- [GitHub](https://docs.apify.com/platform/integrations/github): trigger runs from commits
- [Google Drive](https://docs.apify.com/platform/integrations/drive): export straight to Sheets

***

### Related Fantastic Jobs Actors

- [linkedin-jobs-scraper](https://apify.com/parseforge/linkedin-jobs-scraper?fpr=vmoqkp): Use this if you need job listings from LinkedIn instead of Fantastic Jobs.
- [indeed-jobs-scraper](https://apify.com/parseforge/indeed-jobs-scraper?fpr=vmoqkp): Use this if you need job listings from Indeed instead of Fantastic Jobs.

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

***

**Need help?** [Open our contact form](https://tally.so/r/BzdKgA) or email parseforge@protonmail.com to report an issue, request a scraper, or discuss a custom data project.

# Actor input Schema

## `startUrl` (type: `string`):

The URL of the Fantastic Jobs page to scrape job listings from. Defaults to the homepage.

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## Actor input object example

```json
{
  "startUrl": "https://fantastic.jobs",
  "maxItems": 10
}
```

# Actor output Schema

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

Complete dataset of all scraped records.

# 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 = {
    "startUrl": "https://fantastic.jobs",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/fantastic-jobs-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 = {
    "startUrl": "https://fantastic.jobs",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/fantastic-jobs-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 '{
  "startUrl": "https://fantastic.jobs",
  "maxItems": 10
}' |
apify call parseforge/fantastic-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/fantastic-jobs-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/8Kf8Q6fZkrkDYQBXY/builds/zyUDvxgYfiYaPnCDK/openapi.json
