# CharityJob Scraper — UK Nonprofit & Charity Sector Jobs (`studio-amba/charityjob-scraper`) Actor

Scrape job listings from CharityJob (charityjob.co.uk), the UK's largest nonprofit and charity-sector jobs board. Get titles, organisations, locations, salaries, work mode, and posted dates. Search by keyword, no login required.

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

## Pricing

from $1.20 / 1,000 result scrapeds

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

## CharityJob Scraper

Scrape job listings from [CharityJob](https://www.charityjob.co.uk/) (charityjob.co.uk) — the UK's largest dedicated nonprofit and charity-sector jobs board.

### Why use this actor?

Charities, recruitment agencies, and sector researchers track hiring trends and salary benchmarks across the UK nonprofit sector. CharityJob lists thousands of roles across fundraising, communications, operations, and services — but the site has no public API. This actor extracts complete, structured listings (title, organisation, location, salary, work mode, posted date) directly from the search results, saving hours of manual browsing.

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `startUrls` | Array | No | CharityJob.co.uk job search or listing pages |
| `searchQuery` | String | No | Search for jobs by keyword (e.g., `fundraising`, `communications`, `finance manager`) |
| `location` | String | No | Filter by city or region (e.g., `London`, `Manchester`, `Bristol`) |
| `maxResults` | Integer | No | Maximum results to return (default: 100) |
| `proxyConfiguration` | Object | No | Proxy settings (datacenter proxies work fine — no bot-wall) |

### Output

Each result contains:

| Field | Type | Example |
|-------|------|---------|
| `itemTitle` | String | `"Fundraising Manager"` |
| `company` | String | `"Dogs Trust"` |
| `url` | String | Full job listing URL |
| `location` | String | `"London"` |
| `workMode` | String | `"Hybrid"`, `"On-site"`, or `"Remote"` |
| `salary` | String | `"£48,853 per year + benefits"` |
| `salaryMin` | Number | `48853` |
| `salaryMax` | Number | `52000` |
| `currency` | String | `"GBP"` |
| `textSnippet` | String | Short description excerpt |
| `postedDate` | String | `"Posted today"` |
| `featured` | String | `"Top job"` (if promoted) |
| `scrapedAt` | String | ISO timestamp of when the data was scraped |

### Example output

```json
{
    "itemTitle": "Public Fundraising Manager",
    "company": "Dogs Trust",
    "url": "https://www.charityjob.co.uk/jobs/dogs-trust/public-fundraising-manager/1078624",
    "location": "London",
    "workMode": "Hybrid",
    "salary": "£48,853 per year + benefits",
    "salaryMin": 48853,
    "currency": "GBP",
    "textSnippet": "Lead public fundraising activity across events, community, and individual giving channels.",
    "postedDate": "Posted today",
    "featured": "Top job",
    "scrapedAt": "2026-07-31T19:41:18.622Z"
}
```

### How to scrape CharityJob data

1. Go to this actor's page on the [Apify Store](https://apify.com/store).
2. Click **Try for free** to open it in Apify Console.
3. Enter a search keyword (e.g. `fundraising`, `communications`, `operations manager`) and optionally a city, or paste one or more CharityJob.co.uk start URLs directly.
4. Set the maximum number of results.
5. Click **Start** and wait for the run to finish.
6. Download your data in JSON, CSV, Excel, or connect it to your workflow via the Apify API.

You can also schedule regular runs, set up webhooks for real-time notifications, or integrate the results directly into your application using the [Apify API](https://docs.apify.com/api).

### Tips

- **No proxy tier required** — CharityJob serves plain server-rendered HTML with no bot protection, so the default Apify proxy is enough.
- **Start with keyword-filtered listing pages** like `https://www.charityjob.co.uk/jobs?keywords=fundraising` for a focused pull.
- **Leave `searchQuery` and `location` empty** to pull the full unfiltered listing feed — the actor defaults to `/jobs` and paginates automatically.
- **Keep maxResults reasonable** (100–500) to balance speed and cost on large runs.

### Features

- **No login required** — scrapes publicly available data from CharityJob.co.uk without needing credentials or cookies.
- **Structured output** — results are returned as clean JSON objects, ready for processing.
- **Pagination handling** — automatically follows the site's `rel="next"` link across multiple result pages.
- **Salary parsing** — splits free-text salary ranges into numeric `salaryMin`/`salaryMax` fields for filtering and analysis.
- **Proxy support** — configurable proxy settings if you need geo-targeting or extra reliability at scale.
- **Scheduled runs** — run on a schedule to keep your dataset up to date automatically.

### Cost estimate

This actor uses plain HTTP requests (no browser rendering), which keeps compute usage low: roughly **1 compute unit per 100–200 results**. At standard Apify pricing, that's approximately **$0.02–$0.05 per 100 jobs**.

### Limitations

- Salary data is only available when employers choose to disclose it.
- Data is scraped from the public website and may change without notice if CharityJob updates its page layout.
- Respect the website's terms of service and use responsibly.

### FAQ

**Is it legal to scrape CharityJob.co.uk?**
Web scraping of publicly available data is generally permitted. This actor only accesses information that is publicly visible to any website visitor. Always review the website's terms of service before scraping.

**How often should I run this scraper?**
For hiring-trend tracking or salary benchmarking, daily or weekly runs are common. Set up a [schedule](https://docs.apify.com/schedules) in Apify Console to automate this.

**Can I export the data to Google Sheets or Excel?**
Yes. After each run, you can download results in CSV, JSON, or Excel format directly from Apify Console, or connect results to Google Sheets using Apify integrations.

**What if the scraper stops working?**
Websites change their structure occasionally. If you notice issues, please open an issue on the actor's page. We actively maintain this scraper and fix issues promptly.

### More European job scrapers

For general UK vacancies (all sectors), see [Totaljobs](https://apify.com/studio-amba/totaljobs-scraper) — part of the same StepStone Group but a distinct listing pool from CharityJob's dedicated nonprofit-sector board.

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs,
deduplication, delta detection, and delivery to your inbox, Google Sheets,
or API — maintenance included. We can also build a custom version with your
exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email
<hello@studioamba.dev> for a free data sample.
We maintain 300+ European web scrapers and answer within one business day.

# Actor input Schema

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

CharityJob.co.uk job search or listing pages. Example: https://www.charityjob.co.uk/jobs?keywords=fundraising

## `searchQuery` (type: `string`):

Search for jobs by keyword (e.g., 'fundraising', 'communications', 'finance manager').

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

Filter by city or region (e.g., 'London', 'Manchester', 'Bristol').

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

Maximum number of job listings to return.

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

Proxy settings. Residential proxies are used by default for reliability at scale, though CharityJob has no confirmed bot-wall.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.charityjob.co.uk/jobs?keywords=fundraising"
    }
  ],
  "searchQuery": "fundraising",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

# 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.charityjob.co.uk/jobs?keywords=fundraising"
        }
    ],
    "searchQuery": "fundraising",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "GB"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/charityjob-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.charityjob.co.uk/jobs?keywords=fundraising" }],
    "searchQuery": "fundraising",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/charityjob-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.charityjob.co.uk/jobs?keywords=fundraising"
    }
  ],
  "searchQuery": "fundraising",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}' |
apify call studio-amba/charityjob-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/charityjob-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/acTudeTZUBKuqQF3b/builds/B9KEMAfrIlIaYgu5h/openapi.json
