iDinheiro Brazil Loan & Interest Rate Scraper
Extract Brazilian loan and credit rates by lender from iDinheiro. Get lender, monthly interest rate, CET, annual rate, released-amount range in reais, Reclame Aqui rating, pros and cons. Export to JSON, CSV or Excel.
{ "imageUrl": "https://static.idinheiro.com.br/image/fit-in/1…", "lender": "Creditas", "productType": "personal-loan", "modalities": "com garantia de imóvel, de veículo e consignad…", "interestRateMonthly": 1.51, "rating": 7.5, "ratingLabel": "Boa", "pros": "aprova empréstimos de altos valores", "cons": "não possui a modalidade de crédito pessoal" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Lender | Product Type | Modalities |
|---|---|---|---|
| https://static.idinheiro.com.br/i… | Creditas | personal-loan | com garantia de imóvel, de veícul… |
| https://static.idinheiro.com.br/i… | Digio | personal-loan | consignado e antecipação do saque… |
| https://static.idinheiro.com.br/i… | Banco BV | personal-loan | pessoal, com garantia de veículo … |
{ "imageUrl": "https://static.idinheiro.com.br/image/fit-in/1…", "lender": "Creditas", "productType": "personal-loan", "modalities": "com garantia de imóvel, de veículo e consignad…", "interestRateMonthly": 1.51, "rating": 7.5, "ratingLabel": "Boa", "pros": "aprova empréstimos de altos valores", "cons": "não possui a modalidade de crédito pessoal" }
常见问题
Which country and lenders does this cover?
It covers Brazil. The scraper reads the lender rankings on iDinheiro, which include banks and fintechs such as Creditas, Banco BV, Geru, Crefisa and others, depending on the comparison page you point it at.
How many records will a single page return?
It depends on the page. A ranking page produces one record per lender loan modality listed in its rate breakdown tables, typically several to a few dozen records per page. You can point the actor at multiple comparison pages in one run.
Can I choose which loan categories to scrape?
Yes. Provide the iDinheiro comparison page URLs you care about in the input, for example the best online loans ranking, the instant Pix loan page, or the loans for negatived customers page. Each page is parsed the same way.
Why is the interest rate sometimes a "starting from" value?
iDinheiro publishes rates as "a partir de" (starting from), so the numeric rate fields hold that advertised minimum. The original wording, including conditions like "+ IPCA" or "depends on the convenio", is preserved in the notes field so nothing is lost.
What happens when a rate or amount is missing for a product?
Missing values are returned as null rather than guessed. For example a payroll product priced "by convenio" will have a null monthly rate, with the original text kept in notes. Amount and term fields are also null when the page expresses them as a condition (for example "up to 35% of the benefit") instead of a fixed value.