# Arbitrum (42161) Pendle Finance Markets

**Use case:** 

Extract Pendle Finance Markets data filtered by Arbitrum (42161). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chainId": "42161",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "expiry": {
    "label": "🔹 expiry",
    "format": "text"
  },
  "pt": {
    "label": "🔹 pt",
    "format": "text"
  },
  "yt": {
    "label": "🔹 yt",
    "format": "text"
  },
  "sy": {
    "label": "🔹 sy",
    "format": "text"
  },
  "underlyingApy": {
    "label": "🔹 underlyingApy",
    "format": "text"
  },
  "impliedApy": {
    "label": "🔹 impliedApy",
    "format": "text"
  },
  "liquidity": {
    "label": "🔹 liquidity",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pendle Finance Markets Scraper](https://apify.com/parseforge/pendle-finance-markets-v2-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pendle-finance-markets-v2-scraper) to learn more, explore other use cases, and run it yourself.