# iDinheiro Personal Loans Comparison Scraper

**Use case:** 

Scrape iDinheiro personal loan provider comparisons in Brazil with rates, terms and provider details.

## Input

```json
{
  "maxItems": 50,
  "startUrls": [
    "https://www.idinheiro.com.br/emprestimos/melhores-empresas-de-emprestimo-online/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "lender": {
    "label": "Lender",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "modalities": {
    "label": "Modalities",
    "format": "text"
  },
  "interestRateMonthly": {
    "label": "Rate / month %",
    "format": "number"
  },
  "cet": {
    "label": "CET (annual %)",
    "format": "object"
  },
  "annualRate": {
    "label": "Annual Rate %",
    "format": "object"
  },
  "rating": {
    "label": "Rating (0-10)",
    "format": "number"
  },
  "ratingLabel": {
    "label": "Rating Label",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "targetBorrower": {
    "label": "Target Borrower",
    "format": "text"
  },
  "minAmount": {
    "label": "Min Amount (BRL)",
    "format": "number"
  },
  "maxAmount": {
    "label": "Max Amount (BRL)",
    "format": "number"
  },
  "modalityRates": {
    "label": "Modality Rates",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lenderUrl": {
    "label": "Lender Site",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [iDinheiro Brazil Loan & Interest Rate Scraper [🏷️ ON SALE 🎉]](https://apify.com/scrapers_lat/idinheiro-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/idinheiro-scraper) to learn more, explore other use cases, and run it yourself.