# TheHub.io Scraper (`unfenced-group/thehub-io-scraper`) Actor

Scrape job listings from TheHub.io — the leading Nordic startup job board. Filter by keyword, country, job type and remote. $2.49 per 1,000 results.

- **URL**: https://apify.com/unfenced-group/thehub-io-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Jobs
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.49 / 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.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## TheHub.io Scraper

Extract job listings from [TheHub.io](https://thehub.io) — the leading job board for Nordic startup careers (Denmark, Sweden, Norway, Finland and beyond). Collect job title, company info, location, salary, description and more with no browser required.

![TheHub.io Scraper](https://i.imgur.com/L7LHvRN.png)

### Features

- 🔍 **Keyword search** — filter by role, skill or any keyword
- 🌍 **Country filter** — scope results to any country (DK, SE, NO, FI, DE, …)
- 🏠 **Remote filter** — show only remote-friendly positions
- 💼 **Job type filter** — full-time, part-time, freelance, internship, cofounder
- 🔁 **Cross-run deduplication** — skip jobs already seen in previous runs (90-day TTL)
- 💰 **Structured salary data** — numeric `salaryMin`/`salaryMax` fields, no regex required
- ⚡ **Fast & lightweight** — HTTP-only, no browser overhead

### Pricing

**$2.49 per 1,000 results.** TheHub.io currently lists ~1,000+ jobs. A full crawl costs under $0.25.

### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `search` | string | `""` | Keyword filter (e.g. `"backend engineer"`) |
| `countryCode` | string | `""` | 2-letter ISO country code (e.g. `"DK"`, `"SE"`) |
| `isRemote` | boolean | `false` | Show only remote positions |
| `jobTypes` | array | `[]` | Employment type: `full-time`, `part-time`, `freelance`, `internship`, `cofounder` |
| `maxItems` | integer | `0` | Max results to return (`0` = no limit) |
| `skipReposts` | boolean | `true` | Skip jobs seen in previous runs |

#### Example input — full-time engineering jobs in Denmark

```json
{
    "search": "engineer",
    "countryCode": "DK",
    "jobTypes": ["full-time"],
    "maxItems": 100,
    "skipReposts": true
}
````

#### Example input — all remote jobs

```json
{
    "isRemote": true,
    "skipReposts": false
}
```

### Output format

Each item in the dataset represents one job listing:

```json
{
    "id": "69c4e1e58bf9c4879b0a650b",
    "url": "https://thehub.io/jobs/69c4e1e58bf9c4879b0a650b",
    "title": "Senior Backend Engineer",
    "companyId": "604737252852bb5ec098a86a",
    "companyName": "Acme Startup",
    "companyWebsite": "https://acme.io",
    "companySize": "11-50",
    "companyStage": "Series A",
    "companyFunding": "series-a",
    "companyIndustries": ["SaaS", "FinTech"],
    "city": "Copenhagen",
    "country": "Denmark",
    "countryCode": "DK",
    "locationAddress": "Copenhagen, Denmark",
    "isRemote": false,
    "jobTypes": ["full-time"],
    "equity": null,
    "description": "<p>We are looking for...</p>",
    "salary": "range",
    "salaryMin": 50000,
    "salaryMax": 70000,
    "salaryCurrency": null,
    "salaryPeriod": null,
    "publishedAt": "2026-03-26T13:59:40.136Z",
    "createdAt": "2026-03-26T07:36:05.031Z",
    "scrapedAt": "2026-04-09T11:00:00.000Z"
}
```

#### Field reference

| Field | Type | Description |
|---|---|---|
| `id` | string | TheHub.io internal job ID |
| `url` | string | Direct link to the job listing |
| `title` | string | Job title |
| `companyId` | string | Company ID |
| `companyName` | string | Company name |
| `companyWebsite` | string | Company website URL |
| `companySize` | string | Employee count range (e.g. `"11-50"`) |
| `companyStage` | string | Startup stage (e.g. `"Series A"`) |
| `companyFunding` | string | Funding stage key |
| `companyIndustries` | array | Industry tags |
| `city` | string | City |
| `country` | string | Country name derived from `countryCode` (always consistent with it) |
| `countryCode` | string | ISO 2-letter country code (company country — consistent with `country`) |
| `locationAddress` | string|null | Full location string from source (may differ from company country for remote roles) |
| `isRemote` | boolean | Whether the role is remote |
| `jobTypes` | array | Employment types (`full-time`, `part-time`, `freelance`, `internship`, `cofounder`) |
| `equity` | string|null | Equity offering, or `null` if undisclosed |
| `description` | string | Full job description (HTML) |
| `salary` | string|null | Salary type string from source (`competitive`, `range`, `unpaid`) |
| `salaryMin` | number|null | Minimum salary (numeric) |
| `salaryMax` | number|null | Maximum salary (numeric) |
| `salaryCurrency` | null | Currency not exposed by source |
| `salaryPeriod` | null | Period not exposed by source |
| `publishedAt` | string | ISO 8601 publication date |
| `createdAt` | string | ISO 8601 creation date |
| `scrapedAt` | string | ISO 8601 scrape timestamp |

> **Note on location fields:** TheHub.io allows remote jobs to specify where candidates can work from, which may differ from the company's country. `country` and `countryCode` always reflect the **company's country** (used for API filtering). `city` and `locationAddress` reflect what the employer entered as the job location — for fully-remote jobs this may be a candidate country/city, or empty.

#### 💰 Structured salary data — machine-ready

Salary is returned as numeric fields — no regex required on your end:

| Field | Type | Example |
|---|---|---|
| `salaryMin` | number|null | `50000` |
| `salaryMax` | number|null | `70000` |
| `salaryCurrency` | null | Source does not expose currency |
| `salaryPeriod` | null | Source does not expose period |

Most competing scrapers return salary as a raw string, leaving the parsing to you. This scraper delivers numeric fields directly — ready for `WHERE salaryMin > 50000` queries or salary distribution analysis. Note: TheHub.io does not publish currency or period in its data feed; the numeric values are in the company's local currency.

### Cross-run deduplication

When `skipReposts` is `true` (default), jobs already collected in previous runs are skipped using a 90-day fingerprint cache. This is useful for incremental pipelines where you want only new postings.

### Performance

| Metric | Value |
|---|---|
| Full crawl (~1,000 jobs) | ~2 minutes |
| Memory | 256 MB |
| Requests | 1 per 15 jobs (no detail fetches needed) |

### Notes

- TheHub.io is primarily a Nordic startup job board; most listings are in Denmark, Sweden, Norway and Finland.
- Salary numbers are present only when the company chooses to disclose them. The `salary` field indicates the type: `competitive` (no figures), `range` (min/max available), or `unpaid` (internship/volunteer).
- The `jobTypes` filter only supports a single value per run (API limitation).

# Actor input Schema

## `search` (type: `string`):

Filter jobs by keyword (e.g. 'backend engineer', 'product manager').

## `countryCode` (type: `string`):

Filter by country using a 2-letter ISO code (e.g. DK, SE, NO, FI, DE).

## `isRemote` (type: `boolean`):

Set to true to return only remote-friendly positions.

## `jobTypes` (type: `array`):

Filter by employment type. Only the first selected value is used (API limitation).

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

Maximum number of jobs to return. Set to 0 for no limit.

## `skipReposts` (type: `boolean`):

Skip jobs that were collected in a previous run (uses 90-day cross-run deduplication).

## Actor input object example

```json
{
  "search": "",
  "countryCode": "",
  "isRemote": false,
  "jobTypes": [],
  "maxItems": 0,
  "skipReposts": true
}
```

# Actor output Schema

## `results` (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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/thehub-io-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/thehub-io-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/thehub-io-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/thehub-io-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TheHub.io Scraper",
        "description": "Scrape job listings from TheHub.io — the leading Nordic startup job board. Filter by keyword, country, job type and remote. $2.49 per 1,000 results.",
        "version": "0.0",
        "x-build-id": "1dj0xKwOzKdELdd49"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~thehub-io-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-thehub-io-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/unfenced-group~thehub-io-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-thehub-io-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/unfenced-group~thehub-io-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-thehub-io-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "search": {
                        "title": "Search keywords",
                        "type": "string",
                        "description": "Filter jobs by keyword (e.g. 'backend engineer', 'product manager').",
                        "default": ""
                    },
                    "countryCode": {
                        "title": "Country code",
                        "type": "string",
                        "description": "Filter by country using a 2-letter ISO code (e.g. DK, SE, NO, FI, DE).",
                        "default": ""
                    },
                    "isRemote": {
                        "title": "Remote only",
                        "type": "boolean",
                        "description": "Set to true to return only remote-friendly positions.",
                        "default": false
                    },
                    "jobTypes": {
                        "title": "Job types",
                        "type": "array",
                        "description": "Filter by employment type. Only the first selected value is used (API limitation).",
                        "items": {
                            "type": "string",
                            "enum": [
                                "full-time",
                                "part-time",
                                "freelance",
                                "internship",
                                "cofounder"
                            ]
                        },
                        "default": []
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of jobs to return. Set to 0 for no limit.",
                        "default": 0
                    },
                    "skipReposts": {
                        "title": "Skip already-seen jobs",
                        "type": "boolean",
                        "description": "Skip jobs that were collected in a previous run (uses 90-day cross-run deduplication).",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
