# PostgreSQL Database Latest Results

**Use case:** 

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

## Input

```json
{
  "host": "localhost",
  "port": 5432,
  "database": "mydb",
  "username": "user",
  "password": "password",
  "tables": [],
  "excludeTables": [],
  "maxRowsPerTable": 100
}
```

## Output

```json
{
  "tableName": {
    "label": "Table Name",
    "format": "text"
  },
  "data": {
    "label": "Data",
    "format": "object"
  },
  "extractionDate": {
    "label": "Extraction Date",
    "format": "datetime"
  },
  "rows": {
    "label": "Rows",
    "format": "number"
  },
  "schema": {
    "label": "Schema",
    "format": "text"
  }
}
```

## About this Actor

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