# Project OSF Open Science Framework Projects

**Use case:** 

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

## Input

```json
{
  "maxItems": 10,
  "query": "",
  "category": "project"
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "category": {
    "label": "category",
    "format": "text"
  },
  "tags": {
    "label": "tags",
    "format": "text"
  },
  "public": {
    "label": "public",
    "format": "text"
  },
  "contributors": {
    "label": "contributors",
    "format": "text"
  },
  "date_created": {
    "label": "date_created",
    "format": "text"
  },
  "date_modified": {
    "label": "date_modified",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "files": {
    "label": "files",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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