# Search Goodmoves Fundraising Jobs

**Use case:** 

Find Scottish charity and nonprofit vacancies on Goodmoves for fundraising roles, with detail pages and application links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://goodmoves.org/search?keywords=fundraising"
    }
  ],
  "keywords": "fundraising",
  "maxItems": 50,
  "maxPages": 3,
  "includeDetails": true
}
```

## Output

```json
{
  "vacancyId": {
    "label": "Vacancy ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "workHours": {
    "label": "Hours",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "closingDate": {
    "label": "Closing",
    "format": "date"
  },
  "detailUrl": {
    "label": "Vacancy URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "applyEmail": {
    "label": "Apply email",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "organisationProfileUrl": {
    "label": "Organisation profile",
    "format": "link"
  },
  "organisationId": {
    "label": "Organisation ID",
    "format": "text"
  },
  "organisationSlug": {
    "label": "Organisation slug",
    "format": "text"
  },
  "organisationWebsite": {
    "label": "Organisation website",
    "format": "link"
  },
  "organisationDomain": {
    "label": "Domain",
    "format": "text"
  },
  "oscrCharityNumber": {
    "label": "OSCR charity no.",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "number"
  },
  "sourcePosition": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Goodmoves Jobs Scraper](https://apify.com/automation-lab/goodmoves-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/goodmoves-jobs-scraper) to learn more, explore other use cases, and run it yourself.