# Osmosis Zone Liquidity Pools Latest Results

**Use case:** 

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

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "pool_id": {
    "label": "pool_id",
    "format": "text"
  },
  "type": {
    "label": "type",
    "format": "text"
  },
  "tokens": {
    "label": "tokens",
    "format": "text"
  },
  "liquidity": {
    "label": "liquidity",
    "format": "text"
  },
  "volume_24h": {
    "label": "volume_24h",
    "format": "text"
  },
  "apr": {
    "label": "apr",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Osmosis Zone Liquidity Pools Scraper](https://apify.com/parseforge/osmosis-zone-pools-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/osmosis-zone-pools-scraper) to learn more, explore other use cases, and run it yourself.