# Research Projects (Nodes) OSF Open Science Framework

**Use case:** 

Extract OSF Open Science Framework data filtered by Research Projects (Nodes). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "nodes",
  "query": "replication study"
}
```

## Output

```json
{
  "mode": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Abstract",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "subjects": {
    "label": "Subjects",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "language": {
    "label": "Language"
  },
  "contributorCount": {
    "label": "Contributors",
    "format": "number"
  },
  "contributors": {
    "label": "Contributors"
  },
  "nodeId": {
    "label": "Node id"
  },
  "osfId": {
    "label": "OSF ID",
    "format": "text"
  },
  "osfUrl": {
    "label": "OSF URL",
    "format": "link"
  },
  "htmlUrl": {
    "label": "Public URL",
    "format": "link"
  },
  "downloadUrl": {
    "label": "Download url"
  },
  "datePublished": {
    "label": "Published",
    "format": "date"
  },
  "dateCreated": {
    "label": "Created",
    "format": "date"
  },
  "dateModified": {
    "label": "Date modified"
  },
  "isPublished": {
    "label": "Published?",
    "format": "boolean"
  },
  "reviewsState": {
    "label": "Reviews state"
  },
  "publicationDoi": {
    "label": "Publication doi"
  },
  "registration": {
    "label": "Registration"
  },
  "registrationType": {
    "label": "Registration Type",
    "format": "text"
  },
  "preprintOrphan": {
    "label": "Preprint orphan"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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