# DOAB Directory of Open Access Books Data Export

**Use case:** 

Data Export of DOAB Directory of Open Access Books. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "*"
}
```

## Output

```json
{
  "uuid": {
    "label": "UUID",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "object"
  },
  "isbn": {
    "label": "ISBN",
    "format": "object"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "downloadUrls": {
    "label": "Downloads",
    "format": "object"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "lastModified": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DOAB Directory of Open Access Books Scraper](https://apify.com/parseforge/doabooks-directory-open-access-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/doabooks-directory-open-access-scraper) to learn more, explore other use cases, and run it yourself.