# DOAJ Education Open Access Journal Scraper

**Use case:** 

Scrape DOAJ education open access journals with title, ISSN, publisher, country, subjects, license, and APC pricing. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 5,
  "query": "education"
}
```

## Output

```json
{
  "doajId": {
    "label": "Doaj id"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "alternativeTitle": {
    "label": "Alternative title"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Languages",
    "format": "object"
  },
  "subjects": {
    "label": "Subjects",
    "format": "object"
  },
  "keywords": {
    "label": "Keywords"
  },
  "issn": {
    "label": "ISSN",
    "format": "text"
  },
  "eissn": {
    "label": "EISSN",
    "format": "text"
  },
  "doi": {
    "label": "Doi"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "licenseAttributes": {
    "label": "License attributes"
  },
  "apcRequired": {
    "label": "APC",
    "format": "boolean"
  },
  "apcMaxPrice": {
    "label": "APC Price",
    "format": "number"
  },
  "apcCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "reviewProcess": {
    "label": "Review",
    "format": "object"
  },
  "plagiarismDetection": {
    "label": "Plagiarism detection"
  },
  "publicationTimeWeeks": {
    "label": "Publication time weeks"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "archiving": {
    "label": "Archiving"
  },
  "oaStatement": {
    "label": "Oa statement"
  },
  "authorRetainsCopyright": {
    "label": "Author retains copyright"
  },
  "instructionsForAuthors": {
    "label": "Instructions for authors"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DOAJ Open Access Journals Scraper](https://apify.com/parseforge/doaj-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/doaj-scraper) to learn more, explore other use cases, and run it yourself.