# Banking NerdWallet Personal Finance

**Use case:** 

Extract NerdWallet Personal Finance data filtered by Banking. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.nerdwallet.com/mortgages/best/mortgage-lenders",
  "maxItems": 10,
  "productVertical": "banking",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "pageType": {
    "label": "Page Type",
    "format": "text"
  },
  "productVertical": {
    "label": "Vertical",
    "format": "text"
  },
  "nwRating": {
    "label": "NW Rating",
    "format": "number"
  },
  "productCount": {
    "label": "Product Count",
    "format": "number"
  },
  "bestForCategory": {
    "label": "Best For",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "metaDescription": {
    "label": "Meta Description",
    "format": "text"
  },
  "wordCount": {
    "label": "Word Count",
    "format": "number"
  },
  "datePublished": {
    "label": "Published",
    "format": "date"
  },
  "dateModified": {
    "label": "Updated",
    "format": "date"
  },
  "contentId": {
    "label": "Content ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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