# MongoDB Latest Results

**Use case:** 

Latest Results of MongoDB. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "host": "51.222.13.168",
  "port": 27017,
  "database": "myappdb",
  "username": "admin",
  "password": "securepassword123",
  "authSource": "admin",
  "ssl": false,
  "collections": [],
  "excludeCollections": [],
  "maxDocumentsPerCollection": 100
}
```

## Output

```json
{
  "collectionName": {
    "label": "Collection Name",
    "format": "text"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "extractionDate": {
    "label": "Extraction Date",
    "format": "datetime"
  },
  "documents": {
    "label": "Documents",
    "format": "number"
  },
  "database": {
    "label": "Database",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MongoDB Extractor](https://apify.com/parseforge/mongodb-database-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mongodb-database-extractor) to learn more, explore other use cases, and run it yourself.